C# 클래스 LynnaLab.ValueReference

파일 보기 프로젝트 열기: Drenn1/LynnaLab 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
defaultDataValues string[]

보호된 프로퍼티들

프로퍼티 타입 설명
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