IDataField
The IDataField
interface defines the contract for data field objects, supporting cloning and value retrieval functionality.
Methods
Name | Description |
---|---|
GetValue() | Retrieves the encapsulated value of the data field. |
Clone() | Creates a new instance of the data field object with the same value. |