C# Class BTDB.FieldHandler.EnumFieldHandler.EnumConfiguration

Afficher le fichier Open project: Bobris/BTDB Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public EnumConfiguration ( Type enumType ) : System
enumType System.Type
Résultat System

EnumConfiguration() public méthode

public EnumConfiguration ( byte configuration ) : System
configuration byte
Résultat System

Equals() public méthode

public Equals ( EnumConfiguration other ) : bool
other EnumConfiguration
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IsSubsetOf() public méthode

public IsSubsetOf ( EnumConfiguration targetCfg ) : bool
targetCfg EnumConfiguration
Résultat bool

ToConfiguration() public méthode

public ToConfiguration ( ) : byte[]
Résultat byte[]

ToType() public méthode

public ToType ( ) : Type
Résultat System.Type

operator() public static méthode

public static operator ( ) : bool
Résultat bool