ElementSetElement Method |
Name | Description | |
---|---|---|
SetElement(String, Constant) | Sets the named sub-element to the specified value.
| |
SetElement(String, Datetime) | Sets the named sub-element to the specified value.
| |
SetElement(String, Name) | Sets the named sub-element to the specified value.
| |
SetElement(String, Boolean) | Sets the named sub-element to the specified value.
| |
SetElement(String, Byte) | Sets the named sub-element to the specified value.
| |
SetElement(String, Char) | Sets the named sub-element to the specified value.
| |
SetElement(String, Double) | Sets the named sub-element to the specified value.
| |
SetElement(String, Int32) | Sets the named sub-element to the specified value.
| |
SetElement(String, Int64) | Sets the named sub-element to the specified value.
| |
SetElement(String, Single) | Sets the named sub-element to the specified value.
| |
SetElement(String, String) | Sets the named sub-element to the specified value.
| |
SetElement(Name, Constant) | Sets the named sub-element to the specified value.
| |
SetElement(Name, Datetime) | Sets the named sub-element to the specified value.
| |
SetElement(Name, Name) | Sets the named sub-element to the specified value.
| |
SetElement(Name, Boolean) | Sets the named sub-element to the specified value.
| |
SetElement(Name, Byte) | ||
SetElement(Name, Char) | Sets the named sub-element to the specified value.
| |
SetElement(Name, Double) | Sets the named sub-element to the specified value.
| |
SetElement(Name, Int32) | Sets the named sub-element to the specified value.
| |
SetElement(Name, Int64) | Sets the named sub-element to the specified value.
| |
SetElement(Name, Single) | Sets the named sub-element to the specified value.
| |
SetElement(Name, String) | Sets the named sub-element to the specified value.
|