ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\InheritanceImplementationHelpers.cs (16)
53public static ProjectElementContainer GetParent(this IProjectElementLinkHelper xml)
58public static ProjectRootElement GetContainingProject(this IProjectElementLinkHelper xml)
63public static string GetElementName(this IProjectElementLinkHelper xml)
68public static string GetOuterElement(this IProjectElementLinkHelper xml)
73public static bool GetExpressedAsAttribute(this IProjectElementLinkHelper xml)
78public static void SetExpressedAsAttribute(this IProjectElementLinkHelper xml, bool value)
82public static ProjectElement GetPreviousSibling(this IProjectElementLinkHelper xml)
87public static ProjectElement GetNextSibling(this IProjectElementLinkHelper xml)
92public static ElementLocation GetLocation(this IProjectElementLinkHelper xml)
97public static IReadOnlyCollection<XmlAttributeLink> GetAttributes(this IProjectElementLinkHelper xml)
102public static string GetPureText(this IProjectElementLinkHelper xml)
107public static void CopyFrom(this IProjectElementLinkHelper xml, ProjectElement element)
112public static ProjectElement CreateNewInstance(this IProjectElementLinkHelper xml, ProjectRootElement owner)
117public static ElementLocation GetAttributeLocation(this IProjectElementLinkHelper xml, string attributeName)
122public static string GetAttributeValue(this IProjectElementLinkHelper xml, string attributeName, bool nullIfNotExists)
127public static void SetOrRemoveAttribute(this IProjectElementLinkHelper xml, string name, string value, bool allowSettingEmptyAttributes, string reason, string param)