Method | Description | |
---|---|---|
AddElement ( this document, string name ) : System.Xml.Linq.XElement | ||
AddElement ( this element, string name ) : |
||
ImportAndAppendChild ( this document, |
||
SetAttributeOnChild ( this element, string childName, string attName, string attValue ) : void | ||
WithAtt ( this element, string key, bool value ) : System.Xml.Linq.XElement | ||
WithAtt ( this element, string key, int value ) : System.Xml.Linq.XElement | ||
WithAtt ( this element, string key, string attValue ) : System.Xml.Linq.XElement | ||
WithProperties ( this element, string>.Dictionary |
public static AddElement ( this document, string name ) : System.Xml.Linq.XElement | ||
document | this | |
name | string | |
return | System.Xml.Linq.XElement |
public static AddElement ( this element, string name ) : |
||
element | this | |
name | string | |
return |
public static ImportAndAppendChild ( this document, |
||
document | this | |
toImport | ||
return | void |
public static SetAttributeOnChild ( this element, string childName, string attName, string attValue ) : void | ||
element | this | |
childName | string | |
attName | string | |
attValue | string | |
return | void |
public static WithAtt ( this element, string key, bool value ) : System.Xml.Linq.XElement | ||
element | this | |
key | string | |
value | bool | |
return | System.Xml.Linq.XElement |
public static WithAtt ( this element, string key, int value ) : System.Xml.Linq.XElement | ||
element | this | |
key | string | |
value | int | |
return | System.Xml.Linq.XElement |
public static WithAtt ( this element, string key, string attValue ) : System.Xml.Linq.XElement | ||
element | this | |
key | string | |
attValue | string | |
return | System.Xml.Linq.XElement |
public static WithProperties ( this element, string>.Dictionary |
||
element | this | |
properties | string>.Dictionary | |
return |