C# 클래스 BTDB.FieldHandler.EnumFieldHandler.EnumConfiguration

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

공개 메소드들

메소드 설명
EnumConfiguration ( Type enumType ) : System
EnumConfiguration ( byte configuration ) : System
Equals ( EnumConfiguration other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsSubsetOf ( EnumConfiguration targetCfg ) : bool
ToConfiguration ( ) : byte[]
ToType ( ) : Type
operator ( ) : bool

메소드 상세

EnumConfiguration() 공개 메소드

public EnumConfiguration ( Type enumType ) : System
enumType System.Type
리턴 System

EnumConfiguration() 공개 메소드

public EnumConfiguration ( byte configuration ) : System
configuration byte
리턴 System

Equals() 공개 메소드

public Equals ( EnumConfiguration other ) : bool
other EnumConfiguration
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

IsSubsetOf() 공개 메소드

public IsSubsetOf ( EnumConfiguration targetCfg ) : bool
targetCfg EnumConfiguration
리턴 bool

ToConfiguration() 공개 메소드

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

ToType() 공개 메소드

public ToType ( ) : Type
리턴 System.Type

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool