C# 클래스 Nanook.QueenBee.Parser.GenericQbItem

파일 보기 프로젝트 열기: Nanook/Queen-Bee 1 사용 예제들

공개 메소드들

메소드 설명
CanConvertTo ( Type toType ) : bool
ConvertTo ( Type toType ) : string
GenericQbItem ( string name, QbKey value, Type editType, bool readOnly, bool useQbItemType, QbItemType qbType, string sourceProperty ) : System
GenericQbItem ( string name, byte value, Type editType, bool readOnly, bool useQbItemType, QbItemType qbType, string sourceProperty ) : System
GenericQbItem ( string name, float value, Type editType, bool readOnly, bool useQbItemType, QbItemType qbType, string sourceProperty ) : System
GenericQbItem ( string name, int value, Type editType, bool readOnly, bool useQbItemType, QbItemType qbType, string sourceProperty ) : System
GenericQbItem ( string name, string value, Type editType, bool readOnly, bool useQbItemType, QbItemType qbType, string sourceProperty ) : System
GenericQbItem ( string name, uint value, Type editType, bool readOnly, bool useQbItemType, QbItemType qbType, string sourceProperty ) : System
GetTypeName ( Type t ) : string
IsTypeSupported ( Type t ) : bool
ToByteArray ( ) : byte[]
ToInt32 ( ) : int
ToQbKey ( ) : QbKey
ToSingle ( ) : float
ToString ( ) : string
ToUInt32 ( ) : uint
ValidateText ( Type t, Type editType, string text ) : string

비공개 메소드들

메소드 설명
GenericQbItem ( ) : System
GenericQbItem ( string name, Type editType, bool readOnly, bool useQbItemType, QbItemType qbType, string sourceProperty ) : System
convert ( string text, Type toType ) : byte[]
convert ( Type toType ) : string

Convert text representations

getToError ( Type orig, Type to ) : string

메소드 상세

CanConvertTo() 공개 메소드

public CanConvertTo ( Type toType ) : bool
toType System.Type
리턴 bool

ConvertTo() 공개 메소드

public ConvertTo ( Type toType ) : string
toType System.Type
리턴 string

GenericQbItem() 공개 메소드

public GenericQbItem ( string name, QbKey value, Type editType, bool readOnly, bool useQbItemType, QbItemType qbType, string sourceProperty ) : System
name string
value QbKey
editType System.Type
readOnly bool
useQbItemType bool
qbType QbItemType
sourceProperty string
리턴 System

GenericQbItem() 공개 메소드

public GenericQbItem ( string name, byte value, Type editType, bool readOnly, bool useQbItemType, QbItemType qbType, string sourceProperty ) : System
name string
value byte
editType System.Type
readOnly bool
useQbItemType bool
qbType QbItemType
sourceProperty string
리턴 System

GenericQbItem() 공개 메소드

public GenericQbItem ( string name, float value, Type editType, bool readOnly, bool useQbItemType, QbItemType qbType, string sourceProperty ) : System
name string
value float
editType System.Type
readOnly bool
useQbItemType bool
qbType QbItemType
sourceProperty string
리턴 System

GenericQbItem() 공개 메소드

public GenericQbItem ( string name, int value, Type editType, bool readOnly, bool useQbItemType, QbItemType qbType, string sourceProperty ) : System
name string
value int
editType System.Type
readOnly bool
useQbItemType bool
qbType QbItemType
sourceProperty string
리턴 System

GenericQbItem() 공개 메소드

public GenericQbItem ( string name, string value, Type editType, bool readOnly, bool useQbItemType, QbItemType qbType, string sourceProperty ) : System
name string
value string
editType System.Type
readOnly bool
useQbItemType bool
qbType QbItemType
sourceProperty string
리턴 System

GenericQbItem() 공개 메소드

public GenericQbItem ( string name, uint value, Type editType, bool readOnly, bool useQbItemType, QbItemType qbType, string sourceProperty ) : System
name string
value uint
editType System.Type
readOnly bool
useQbItemType bool
qbType QbItemType
sourceProperty string
리턴 System

GetTypeName() 공개 정적인 메소드

public static GetTypeName ( Type t ) : string
t System.Type
리턴 string

IsTypeSupported() 공개 정적인 메소드

public static IsTypeSupported ( Type t ) : bool
t System.Type
리턴 bool

ToByteArray() 공개 메소드

public ToByteArray ( ) : byte[]
리턴 byte[]

ToInt32() 공개 메소드

public ToInt32 ( ) : int
리턴 int

ToQbKey() 공개 메소드

public ToQbKey ( ) : QbKey
리턴 QbKey

ToSingle() 공개 메소드

public ToSingle ( ) : float
리턴 float

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToUInt32() 공개 메소드

public ToUInt32 ( ) : uint
리턴 uint

ValidateText() 공개 정적인 메소드

public static ValidateText ( Type t, Type editType, string text ) : string
t System.Type
editType System.Type
text string
리턴 string