Skip to main content

IDataField

The IDataField interface defines the contract for data field objects, supporting cloning and value retrieval functionality.

Methods

NameDescription
GetValue()Retrieves the encapsulated value of the data field.
Clone()Creates a new instance of the data field object with the same value.