Property | Type | Description | |
---|---|---|---|
defaultDataValues | string[] |
Property | Type | Description | |
---|---|---|---|
startBit | int | ||
valueIndex | int |
Method | Description | |
---|---|---|
GetIntValue ( ) : int | ||
GetStringValue ( ) : string | ||
InitializeDataValues ( |
||
SetData ( |
||
SetValue ( int i ) : void | ||
SetValue ( string s ) : void | ||
ValueReference ( |
||
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 |
public static InitializeDataValues ( |
||
data | ||
refs | IList |
|
return | void |
public ValueReference ( |
||
r | ||
return | System |
public ValueReference ( string n, int index, DataValueType t, bool editable = true ) : System | ||
n | string | |
index | int | |
t | DataValueType | |
editable | bool | |
return | System |
public ValueReference ( string n, int index, DataValueType t, bool editable, string constantsMappingString ) : System | ||
n | string | |
index | int | |
t | DataValueType | |
editable | bool | |
constantsMappingString | string | |
return | System |
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 | |
return | System |
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 | |
return | System |