Свойство | Тип | Описание | |
---|---|---|---|
InnerEntity | System.Xml.Linq.XElement |
Свойство | Тип | Описание | |
---|---|---|---|
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 |
Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
CleanEntity ( ) : void |
Метод | Описание | |
---|---|---|
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 | |
Результат |
public GetAttributeValue ( string attributeName ) : object | ||
attributeName | string | |
Результат | object |
public GetChildElement ( string elementName ) : |
||
elementName | string | |
Результат |
public GetChildElement ( string elementName, |
||
elementName | string | |
elementType | ||
Результат |
public GetCollection ( |
||
collectionType | ||
Результат |
public GetCollection ( string collectionName, |
||
collectionName | string | |
collectionType | ||
Результат |
public GetCollection ( ) : ConfigurationElementCollection | ||
Результат | ConfigurationElementCollection |
public GetCollection ( string collectionName ) : ConfigurationElementCollection | ||
collectionName | string | |
Результат | ConfigurationElementCollection |
public GetMetadata ( string metadataType ) : Object | ||
metadataType | string | |
Результат | Object |
public SetAttributeValue ( string attributeName, object value ) : void | ||
attributeName | string | |
value | object | |
Результат | void |
public SetMetadata ( string metadataType, object value ) : void | ||
metadataType | string | |
value | object | |
Результат | void |
public this ( string attributeName ) : object | ||
attributeName | string | |
Результат | object |