EventFormatterSetElement Method |
Name | Description | |
---|---|---|
SetElement(String, Datetime) | Obsolete.
Sets the element with the specified 'name' within the current
element to the specified 'value'. The behavior of this function is
undefined if 'value' is 'null'. Note that this function is not
intended for publication of null values; uses
SetElementNull(String) instead.
Deprecated, use SetElement(Name, Datetime) instead.
| |
SetElement(String, Name) | Obsolete.
Sets the element with the specified 'name' within the current
element to the specified 'value'. The behavior of this function is
undefined if 'value' is 'null'. Note that this function is not
intended for publication of null values; uses
SetElementNull(String) instead.
Deprecated, use SetElement(Name, Name) instead.
| |
SetElement(String, Boolean) | Obsolete.
Sets the element with the specified 'name' within the current
element to the specified 'value'.
Deprecated, use SetElement(Name, Boolean) instead.
| |
SetElement(String, Char) | Obsolete.
Sets the element with the specified 'name' within the current
element to the specified 'value'.
Deprecated, use SetElement(Name, Char) instead.
| |
SetElement(String, Double) | Obsolete.
Sets the element with the specified 'name' within the current
element to the specified 'value'.
Deprecated, use SetElement(Name, Double) instead.
| |
SetElement(String, Int32) | Obsolete.
Sets the element with the specified 'name' within the current
element to the specified 'value'.
Deprecated, use SetElement(Name, Int32) instead.
| |
SetElement(String, Int64) | Obsolete.
Sets the element with the specified 'name' within the current
element to the specified 'value'.
Deprecated, use SetElement(Name, Int64) instead.
| |
SetElement(String, Single) | Obsolete.
Sets the element with the specified 'name' within the current
element to the specified 'value'.
Deprecated, use SetElement(Name, Single) instead.
| |
SetElement(String, String) | Obsolete.
Sets the element with the specified 'name' within the current
element to the specified 'value'. The behavior of this function is
undefined if 'value' is 'null'. Note that this function is not
intended for publication of null values; uses
SetElementNull(String) instead.
Deprecated, use SetElement(Name, String) instead.
| |
SetElement(Name, Datetime) |
Sets the element with the specified 'name' within the current
element to the specified 'value'. The behavior of this function is
undefined if 'value' is 'null'. Note that this function is not
intended for publication of null values; uses
SetElementNull(String) instead.
| |
SetElement(Name, Name) |
Sets the element with the specified 'name' within the current
element to the specified 'value'. The behavior of this function is
undefined if 'value' is 'null'. Note that this function is not
intended for publication of null values; uses
SetElementNull(Name) instead.
| |
SetElement(Name, Boolean) |
Sets the element with the specified 'name' within the current
element to the specified 'value'.
| |
SetElement(Name, Byte) |
Sets the element with the specified 'name' within the current
element to the specified 'value'. The behavior of this function is
undefined if 'value' is 'null'. Note that this function is not
intended for publication of null values; uses
SetElementNull(Name) instead.
| |
SetElement(Name, Char) |
Sets the element with the specified 'name' within the current
element to the specified 'value'.
| |
SetElement(Name, Double) |
Sets the element with the specified 'name' within the current
element to the specified 'value'.
| |
SetElement(Name, Int32) |
Sets the element with the specified 'name' within the current
element to the specified 'value'.
| |
SetElement(Name, Int64) |
Sets the element with the specified 'name' within the current
element to the specified 'value'.
| |
SetElement(Name, Single) |
Sets the element with the specified 'name' within the current
element to the specified 'value'.
| |
SetElement(Name, String) |
Sets the element with the specified 'name' within the current
element to the specified 'value'. The behavior of this function is
undefined if 'value' is 'null'. Note that this function is not
intended for publication of null values; uses
SetElementNull(Name) instead.
|