Table of Contents

Interface ICommandValue

Namespace
OneImlx.Terminal.Commands
Assembly
OneImlx.Terminal.dll

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

string

Id

The identifier.

string Id { get; }

Property Value

string

Value

The actual value.

object Value { get; set; }

Property Value

object

Methods

ChangeValueType(Type)

Changes the value's Type.

void ChangeValueType(Type type)

Parameters

type Type