C# Class BTDB.FieldHandler.EnumFieldHandler.EnumConfiguration

Show file Open project: Bobris/BTDB Class Usage Examples

Public Methods

Method Description
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

Method Details

EnumConfiguration() public method

public EnumConfiguration ( Type enumType ) : System
enumType System.Type
return System

EnumConfiguration() public method

public EnumConfiguration ( byte configuration ) : System
configuration byte
return System

Equals() public method

public Equals ( EnumConfiguration other ) : bool
other EnumConfiguration
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsSubsetOf() public method

public IsSubsetOf ( EnumConfiguration targetCfg ) : bool
targetCfg EnumConfiguration
return bool

ToConfiguration() public method

public ToConfiguration ( ) : byte[]
return byte[]

ToType() public method

public ToType ( ) : Type
return System.Type

operator() public static method

public static operator ( ) : bool
return bool