Method | Description | |
---|---|---|
AddOrUpdateAttribute ( this element, string name, string value ) : void | ||
GetOrAddElement ( this container, string elementName ) : System.Xml.Linq.XElement | ||
GetOrAddSetting ( this container, string settingName ) : System.Xml.Linq.XElement |
public static AddOrUpdateAttribute ( this element, string name, string value ) : void | ||
element | this | |
name | string | |
value | string | |
return | void |
public static GetOrAddElement ( this container, string elementName ) : System.Xml.Linq.XElement | ||
container | this | |
elementName | string | |
return | System.Xml.Linq.XElement |
public static GetOrAddSetting ( this container, string settingName ) : System.Xml.Linq.XElement | ||
container | this | |
settingName | string | |
return | System.Xml.Linq.XElement |