Object
Attribute
Attribute | Private constructor. |
AsBoolean | Gets the Attribute value as Boolean. |
AsDateTime | Gets the Attribute value as DateTime. |
AsDouble | Gets the Attribute value as Double. |
AsInt32 | Gets the Attribute value as Int32. |
AsInt64 | Gets the Attribute value as Int64. |
AsSingle | Gets the Attribute value as Single. |
AsString | Gets the Attribute value as String. |
AsUInt32 | Gets the Attribute value as UInt32. |
AsUInt64 | Gets the Attribute value as UInt64. |
Empty | Returns true if the Attribute is empty. |
Name | Reads or writes name of the attribute. |
NextAttribute | Gets next attribute. |
Operator_Compare | Compares if attributes are the same node under the hood. |
PreviousAttribute | Gets previous attribute. |
Set | Sets the attribute value with a Boolean value. |
Set | Sets the attribute value with a DateTime value. |
Set | Sets the attribute value with a Double value using no specific precision. |
Set | Sets the attribute value with a Double value and a specified precision. |
Set | Sets the attribute value with a Int32 value. |
Set | Sets the attribute value with a Int64 value. |
Set | Sets the attribute value with a Single value using no specific precision. |
Set | Sets the attribute value with a Single value and a specified precision. |
Set | Sets the attribute value with a String value. |
Set | Sets the attribute value with a UInt32 value. |
Set | Sets the attribute value with a UInt64 value. |