Interface ICommandValue
As abstraction of a command value.
public interface ICommandValue
Remarks
A command value is a value that is passed to a command. It can be an argument, option or a flag.
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