TData |
public class TDataClass
The TDataClass type exposes the following members.
| Name | Description | |
|---|---|---|
| TDataClass | Initializes a new instance of the TDataClass class using the provided node. |
| Name | Description | |
|---|---|---|
| Caption | Gets the caption of this data class. | |
| ClassName | Gets the class name associated with this data class. | |
| ID | Gets the identifier of this data class. | |
| Node | Gets the underlying node for this data class. | |
| TData | Gets the node named "TData" that contains the data values for this class. |
| 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) | |
| GetClassNameOfName | Gets the class name key corresponding to a data node name. For example, a node name ending with "Data" will be converted to the key ending with "DataClassName". | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |