C# Класс LynnaLab.ValueReference

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
defaultDataValues string[]

Защищенные свойства (Protected)

Свойство Тип Описание
startBit int
valueIndex int

Открытые методы

Метод Описание
GetIntValue ( ) : int
GetStringValue ( ) : string
InitializeDataValues ( Data data, IList refs ) : void
SetData ( Data d ) : void
SetValue ( int i ) : void
SetValue ( string s ) : void
ValueReference ( ValueReference r ) : System
ValueReference ( string n, int index, DataValueType t, bool editable = true ) : System
ValueReference ( string n, int index, DataValueType t, bool editable, string constantsMappingString ) : System
ValueReference ( string n, int index, int startBit, int endBit, DataValueType t, bool editable = true ) : System
ValueReference ( string n, int index, int startBit, int endBit, DataValueType t, bool editable, string constantsMappingString ) : System

Описание методов

GetIntValue() публичный Метод

public GetIntValue ( ) : int
Результат int

GetStringValue() публичный Метод

public GetStringValue ( ) : string
Результат string

InitializeDataValues() публичный статический Метод

public static InitializeDataValues ( Data data, IList refs ) : void
data Data
refs IList
Результат void

SetData() публичный Метод

public SetData ( Data d ) : void
d Data
Результат void

SetValue() публичный Метод

public SetValue ( int i ) : void
i int
Результат void

SetValue() публичный Метод

public SetValue ( string s ) : void
s string
Результат void

ValueReference() публичный Метод

public ValueReference ( ValueReference r ) : System
r ValueReference
Результат System

ValueReference() публичный Метод

public ValueReference ( string n, int index, DataValueType t, bool editable = true ) : System
n string
index int
t DataValueType
editable bool
Результат System

ValueReference() публичный Метод

public ValueReference ( string n, int index, DataValueType t, bool editable, string constantsMappingString ) : System
n string
index int
t DataValueType
editable bool
constantsMappingString string
Результат System

ValueReference() публичный Метод

public ValueReference ( string n, int index, int startBit, int endBit, DataValueType t, bool editable = true ) : System
n string
index int
startBit int
endBit int
t DataValueType
editable bool
Результат System

ValueReference() публичный Метод

public ValueReference ( string n, int index, int startBit, int endBit, DataValueType t, bool editable, string constantsMappingString ) : System
n string
index int
startBit int
endBit int
t DataValueType
editable bool
constantsMappingString string
Результат System

Описание свойств

defaultDataValues публичное статическое свойство

public static string[] defaultDataValues
Результат string[]

startBit защищенное свойство

protected int startBit
Результат int

valueIndex защищенное свойство

protected int valueIndex
Результат int