Property | Type | Description | |
---|---|---|---|
InnerEntity | System.Xml.Linq.XElement |
Property | Type | Description | |
---|---|---|---|
AddChild | void | ||
AppendToParentElement | void | ||
Clean | void | ||
ConfigurationElement | System | ||
CreateEntity | System.Xml.Linq.XElement | ||
ForceCreateEntity | void | ||
GetElementAtParentLocationInFileContext | |||
GetElementByPath | |||
GetParentElement | |||
ParseAttribute | void | ||
ParseAttributes | void | ||
SetAttributeValueInner | object | ||
Validate | void |
Method | Description | |
---|---|---|
Delete ( ) : void | ||
GetAttribute ( string attributeName ) : |
||
GetAttributeValue ( string attributeName ) : object | ||
GetChildElement ( string elementName ) : |
||
GetChildElement ( string elementName, |
||
GetCollection ( |
||
GetCollection ( string collectionName, |
||
GetCollection ( ) : ConfigurationElementCollection | ||
GetCollection ( string collectionName ) : ConfigurationElementCollection | ||
GetMetadata ( string metadataType ) : Object | ||
SetAttributeValue ( string attributeName, object value ) : void | ||
SetMetadata ( string metadataType, object value ) : void | ||
this ( string attributeName ) : object |
Method | Description | |
---|---|---|
CleanEntity ( ) : void |
Method | Description | |
---|---|---|
AddChild ( |
||
AppendToParentElement ( System.Xml.Linq.XElement entity, bool top ) : void | ||
Clean ( System.Xml.Linq.XElement entity ) : void | ||
ConfigurationElement ( |
||
CreateEntity ( ) : System.Xml.Linq.XElement | ||
ForceCreateEntity ( ) : void | ||
GetElementAtParentLocationInFileContext ( FileContext core ) : |
||
GetElementByPath ( string path ) : |
||
GetParentElement ( ) : |
||
ParseAttribute ( System.Xml.Linq.XAttribute attribute ) : void | ||
ParseAttributes ( ) : void | ||
SetAttributeValueInner ( string name, object value ) : object | ||
Validate ( bool loading ) : void |
public GetAttribute ( string attributeName ) : |
||
attributeName | string | |
return |
public GetAttributeValue ( string attributeName ) : object | ||
attributeName | string | |
return | object |
public GetChildElement ( string elementName ) : |
||
elementName | string | |
return |
public GetChildElement ( string elementName, |
||
elementName | string | |
elementType | ||
return |
public GetCollection ( |
||
collectionType | ||
return |
public GetCollection ( string collectionName, |
||
collectionName | string | |
collectionType | ||
return |
public GetCollection ( ) : ConfigurationElementCollection | ||
return | ConfigurationElementCollection |
public GetCollection ( string collectionName ) : ConfigurationElementCollection | ||
collectionName | string | |
return | ConfigurationElementCollection |
public GetMetadata ( string metadataType ) : Object | ||
metadataType | string | |
return | Object |
public SetAttributeValue ( string attributeName, object value ) : void | ||
attributeName | string | |
value | object | |
return | void |
public SetMetadata ( string metadataType, object value ) : void | ||
metadataType | string | |
value | object | |
return | void |
public this ( string attributeName ) : object | ||
attributeName | string | |
return | object |