TDInterpretation |
public class TDInterpretationClass : TDataClass
The TDInterpretationClass type exposes the following members.
| Name | Description | |
|---|---|---|
| TDInterpretationClass | Initializes a new instance of the TDInterpretationClass using the provided node. The constructor reads the unit index and resolves the corresponding description and shortcut using GetUnit(Int32). |
| Name | Description | |
|---|---|---|
| Caption |
Gets the caption of this data class.
(Inherited from TDataClass) | |
| ClassName |
Gets the class name associated with this data class.
(Inherited from TDataClass) | |
| ID |
Gets the identifier of this data class.
(Inherited from TDataClass) | |
| Node |
Gets the underlying node for this data class.
(Inherited from TDataClass) | |
| TData |
Gets the node named "TData" that contains the data values for this class.
(Inherited from TDataClass) | |
| UnitDescription | Gets the textual description of the unit corresponding to UnitIndex. | |
| UnitIndex | Gets the index identifying the selected unit. | |
| UnitShortCut | Gets the short notation or shortcut for the unit corresponding to UnitIndex. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| GetUnit | Returns the unit description and shortcut for the provided unitIndex. Derived classes should override this to provide mapping between unit indices and their textual representations. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| _tdInterpretation | Backing node for the "TDInterpretation" child node of the data class. |