Class XmlBuilder
Inheritance
System.Object
XmlBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0
public sealed class XmlBuilder
Fields
Declaration
public const string CacheSectionName = "XmlBuilder"
Field Value
Type |
Description |
System.String |
|
Methods
Declaration
public static void ClearCache()
Declaration
public static IXPathNavigable GetCustomizableXml2(StructureType structureType, bool includeDebugInfo, params Selector[] selectors)
Parameters
Returns
Type |
Description |
System.Xml.XPath.IXPathNavigable |
|
Declaration
public static IXPathNavigable GetCustomizationXml(string providersGroup, StructureType structureType, params Selector[] selectors)
Parameters
Returns
Type |
Description |
System.Xml.XPath.IXPathNavigable |
|
Declaration
public static IXPathNavigable GetCustomizationXml(string providersGroup, string structureName, string[] childElements, params Selector[] selectors)
Parameters
Type |
Name |
Description |
System.String |
providersGroup |
|
System.String |
structureName |
|
System.String[] |
childElements |
|
Selector[] |
selectors |
|
Returns
Type |
Description |
System.Xml.XPath.IXPathNavigable |
|
Declaration
public static IXPathNavigable GetXml(StructureType structureType, params Selector[] selectors)
Parameters
Returns
Type |
Description |
System.Xml.XPath.IXPathNavigable |
|
Declaration
public static IXPathNavigable GetXml(string structureName, string[] childElements, params Selector[] selectors)
Parameters
Type |
Name |
Description |
System.String |
structureName |
|
System.String[] |
childElements |
|
Selector[] |
selectors |
|
Returns
Type |
Description |
System.Xml.XPath.IXPathNavigable |
|
Declaration
public static IXPathNavigable GetXml2(StructureType structureType, bool includeDebugInfo, params Selector[] selectors)
Parameters
Returns
Type |
Description |
System.Xml.XPath.IXPathNavigable |
|
Declaration
public static IXPathNavigable GetXml2(string structureName, string[] childElements, bool includeDebugInfo, params Selector[] selectors)
Parameters
Type |
Name |
Description |
System.String |
structureName |
|
System.String[] |
childElements |
|
System.Boolean |
includeDebugInfo |
|
Selector[] |
selectors |
|
Returns
Type |
Description |
System.Xml.XPath.IXPathNavigable |
|