C# 클래스 BTool.AttrUuidUtils

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

공개 메소드들

메소드 설명
GetAttrKey ( ushort connHandle, ushort handle ) : string
GetBackgroundColor ( string uuid ) : Color
GetForegroundColor ( string uuid ) : Color
GetIndentLevel ( string uuid ) : byte
GetUuidDesc ( string uuid ) : string
GetUuidValueDesc ( string uuid ) : string
GetValueDsp ( string uuid ) : ValueDisplay
GetValueEdit ( string uuid ) : ValueEdit

메소드 상세

GetAttrKey() 공개 메소드

public GetAttrKey ( ushort connHandle, ushort handle ) : string
connHandle ushort
handle ushort
리턴 string

GetBackgroundColor() 공개 메소드

public GetBackgroundColor ( string uuid ) : Color
uuid string
리턴 Color

GetForegroundColor() 공개 메소드

public GetForegroundColor ( string uuid ) : Color
uuid string
리턴 Color

GetIndentLevel() 공개 메소드

public GetIndentLevel ( string uuid ) : byte
uuid string
리턴 byte

GetUuidDesc() 공개 메소드

public GetUuidDesc ( string uuid ) : string
uuid string
리턴 string

GetUuidValueDesc() 공개 메소드

public GetUuidValueDesc ( string uuid ) : string
uuid string
리턴 string

GetValueDsp() 공개 메소드

public GetValueDsp ( string uuid ) : ValueDisplay
uuid string
리턴 ValueDisplay

GetValueEdit() 공개 메소드

public GetValueEdit ( string uuid ) : ValueEdit
uuid string
리턴 ValueEdit