ElementSetElement Method |
Name | Description | |
---|---|---|
SetElement(String, Constant) | Obsolete. Sets the named sub-element to the specified value.
Deprecated, use SetElement(Name, Constant) instead.
| |
SetElement(String, Datetime) | Obsolete. Sets the named sub-element to the specified value.
Deprecated, use SetElement(Name, Datetime) instead.
| |
SetElement(String, Name) | Obsolete. Sets the named sub-element to the specified value.
Deprecated, use SetElement(Name, Name) instead.
| |
SetElement(String, Boolean) | Obsolete. Sets the named sub-element to the specified value.
Deprecated, use SetElement(Name, Boolean) instead.
| |
SetElement(String, Byte) | Obsolete. Sets the named sub-element to the specified value.
Deprecated, use SetElement(Name, Byte) instead.
| |
SetElement(String, Char) | Obsolete. Sets the named sub-element to the specified value.
Deprecated, use SetElement(Name, Char) instead.
| |
SetElement(String, Double) | Obsolete. Sets the named sub-element to the specified value.
Deprecated, use SetElement(Name, Double) instead.
| |
SetElement(String, Int32) | Obsolete. Sets the named sub-element to the specified value.
Deprecated, use SetElement(Name, Int32) instead.
| |
SetElement(String, Int64) | Obsolete. Sets the named sub-element to the specified value.
Deprecated, use SetElement(Name, Int64) instead.
| |
SetElement(String, Single) | Obsolete. Sets the named sub-element to the specified value.
Deprecated, use SetElement(Name, Single) instead.
| |
SetElement(String, String) | Obsolete. Sets the named sub-element to the specified value.
Deprecated, use SetElement(Name, String) instead.
| |
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.
|