public class DlmsTypeObjectDefinition : DlmsTypeStructure| DlmsTypeObjectDefinition | Parameterless constructor used by XmlSerializer. |
| DlmsTypeObjectDefinition(DlmsTypeStructure) | Creates a new instance of DlmsTypeObjectDefinition object from a structure returned by the server (meter). |
| DlmsTypeObjectDefinition(DlmsObject, SByte, UInt16) | Creates a new instance of DlmsTypeObjectDefinition class |
| DlmsTypeObjectDefinition(DlmsTypeLongUnsigned, DlmsTypeOctetString, DlmsTypeInteger, DlmsTypeLongUnsigned) | Creates a new instance of DlmsTypeObjectDefinition class |
| DlmsTypeObjectDefinition(UInt16, DlmsTypeOctetString, SByte, UInt16) | Creates a new instance of DlmsTypeObjectDefinition class |
| AttributteIndex | Index of the attributte |
| ClassId | Class ID |
| Count |
Returns the count of items in the array.
(Inherited from DlmsTypeComplex) |
| DataIndex | Index of the data. |
| Item |
Default read-only indexer which returns items of the array
(Inherited from DlmsTypeComplex) |
| LogicalName | Logical name of the class |
| TypeName |
Returns name of the type according to BB 4.1.5.
(Inherited from DlmsTypeStructure) |
| ValueAsArray |
Returns items of this complex type as array.
(Inherited from DlmsTypeComplex) |
| ValueAsDateTime |
If it is possible returns a dat/time representation of the value.
(Inherited from DlmsType) |
| ValueAsDouble |
If it is possible returns a number representation of the value. It could be applied also for integer values.
(Inherited from DlmsType) |
| ValueAsString |
Returns a string representation of the type for displaying.
(Overrides DlmsTypeComplexValueAsString) |
| ValueIsDateTime |
This property should return true if ValueAsDateTime is available, otherwise it should return false.
(Inherited from DlmsType) |
| ValueIsMax |
Returns true if the value is equal to its maximal possible value which can indicate null for some meter types.
(Inherited from DlmsType) |
| ValueIsNumber |
This property should return true if ValueAsDouble is available, otherwise it should return false.
It indicated if this value can be stored and treated as number.
(Inherited from DlmsType) |
| Add |
Adds next item to the end of values array.
(Inherited from DlmsTypeComplex) |
| Equals |
Tests if all public attribuyes are equal.
(Overrides ObjectEquals(Object)) |
| GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode) |
| ToString |
Returns string representation of the value. It returns ValueAsString.
(Inherited from DlmsType) |