Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
FluentNHibernate
Conventions
Defaults
NullableEnumerationPropertyConvention
C# Class FluentNHibernate.Conventions.Defaults.NullableEnumerationPropertyConvention
Nullable enum convention. Same behavior as
EnumerationPropertyConvention
but sets the property to nullable aswell.
Inheritance:
IPropertyConvention
ファイルを表示
Open project: HudsonAkridge/fluent-nhibernate
Class Usage Examples
Public Methods
Method
Description
Accept
(
IProperty
target
) :
bool
Apply
(
IProperty
target
) :
void
Method Details
Accept()
public
method
public
Accept
(
IProperty
target
) :
bool
target
IProperty
return
bool
Apply()
public
method
public
Apply
(
IProperty
target
) :
void
target
IProperty
return
void