Interface IValue
As abstraction of a value.
public interface IValue
Properties
DataType
The data type.
string DataType { get; }
Property Value
Id
The identifier.
string Id { get; }
Property Value
Value
The actual value.
object Value { get; set; }
Property Value
Methods
ChangeValueType(Type)
Changes the value's Type.
void ChangeValueType(Type type)
Parameters
type
Type