C# Class FluentNHibernate.Conventions.Defaults.NullableEnumerationPropertyConvention

Nullable enum convention. Same behavior as EnumerationPropertyConvention but sets the property to nullable aswell.
Inheritance: IPropertyConvention
Afficher le fichier Open project: HudsonAkridge/fluent-nhibernate Class Usage Examples

Méthodes publiques

Méthode Description
Accept ( IProperty target ) : bool
Apply ( IProperty target ) : void

Method Details

Accept() public méthode

public Accept ( IProperty target ) : bool
target IProperty
Résultat bool

Apply() public méthode

public Apply ( IProperty target ) : void
target IProperty
Résultat void