Click or drag to resize
EventFormatterSetElement Method
Overload List
  NameDescription
Public methodSetElement(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.
Public methodSetElement(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.
Public methodSetElement(String, Boolean) Obsolete.
Sets the element with the specified 'name' within the current element to the specified 'value'. Deprecated, use SetElement(Name, Boolean) instead.
Public methodSetElement(String, Char) Obsolete.
Sets the element with the specified 'name' within the current element to the specified 'value'. Deprecated, use SetElement(Name, Char) instead.
Public methodSetElement(String, Double) Obsolete.
Sets the element with the specified 'name' within the current element to the specified 'value'. Deprecated, use SetElement(Name, Double) instead.
Public methodSetElement(String, Int32) Obsolete.
Sets the element with the specified 'name' within the current element to the specified 'value'. Deprecated, use SetElement(Name, Int32) instead.
Public methodSetElement(String, Int64) Obsolete.
Sets the element with the specified 'name' within the current element to the specified 'value'. Deprecated, use SetElement(Name, Int64) instead.
Public methodSetElement(String, Single) Obsolete.
Sets the element with the specified 'name' within the current element to the specified 'value'. Deprecated, use SetElement(Name, Single) instead.
Public methodSetElement(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.
Public methodSetElement(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.
Public methodSetElement(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.
Public methodSetElement(Name, Boolean)
Sets the element with the specified 'name' within the current element to the specified 'value'.
Public methodSetElement(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.
Public methodSetElement(Name, Char)
Sets the element with the specified 'name' within the current element to the specified 'value'.
Public methodSetElement(Name, Double)
Sets the element with the specified 'name' within the current element to the specified 'value'.
Public methodSetElement(Name, Int32)
Sets the element with the specified 'name' within the current element to the specified 'value'.
Public methodSetElement(Name, Int64)
Sets the element with the specified 'name' within the current element to the specified 'value'.
Public methodSetElement(Name, Single)
Sets the element with the specified 'name' within the current element to the specified 'value'.
Public methodSetElement(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.
Top
See Also