TDZInterpretation |
public class TDZInterpretationClass : TDInterpretationClass
The TDZInterpretationClass type exposes the following members.
| Name | Description | |
|---|---|---|
| TDZInterpretationClass | Initializes a new instance of the TDZInterpretationClass class using the provided node. |
| 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.
(Inherited from TDInterpretationClass) | |
| UnitIndex |
Gets the index identifying the selected unit.
(Inherited from TDInterpretationClass) | |
| UnitName | Gets the name of the unit used for Z values as read from the node. | |
| UnitShortCut |
Gets the short notation or shortcut for the unit corresponding to UnitIndex.
(Inherited from TDInterpretationClass) |
| 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.
(Inherited from TDInterpretationClass) | |
| 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.
(Inherited from TDInterpretationClass) |