Table of Contents

Interface IValue

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

As abstraction of a value.

public interface IValue

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