Method | Description | |
---|---|---|
AddElement ( this document, string name ) : |
||
ImportAndAppendChild ( this document, |
||
SetAttributeOnChild ( this element, string childName, string attName, string attValue ) : void | ||
SetColumnProperty ( this element, string name, string value ) : |
||
WithAtt ( this element, string key, bool value ) : |
||
WithAtt ( this element, string key, int value ) : |
||
WithAtt ( this element, string key, string attValue ) : |
||
WithProperties ( this element, string>.Cache |
||
WithProperties ( this element, string>.Dictionary |
public static AddElement ( this document, string name ) : |
||
document | 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 SetColumnProperty ( this element, string name, string value ) : |
||
element | this | |
name | string | |
value | string | |
return |
public static WithAtt ( this element, string key, bool value ) : |
||
element | this | |
key | string | |
value | bool | |
return |
public static WithAtt ( this element, string key, int value ) : |
||
element | this | |
key | string | |
value | int | |
return |
public static WithAtt ( this element, string key, string attValue ) : |
||
element | this | |
key | string | |
attValue | string | |
return |
public static WithProperties ( this element, string>.Cache |
||
element | this | |
properties | string>.Cache | |
return |
public static WithProperties ( this element, string>.Dictionary |
||
element | this | |
properties | string>.Dictionary | |
return |