Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
FluentNHibernate
Conventions
Defaults
PrimaryKeyConvention
C# Class FluentNHibernate.Conventions.Defaults.PrimaryKeyConvention
Default primary key name convention.
Inheritance:
IIdConvention
显示文件
Open project: HudsonAkridge/fluent-nhibernate
Class Usage Examples
Public Methods
Method
Description
Accept
(
IIdentityPart
target
) :
bool
Apply
(
IIdentityPart
target
) :
void
Method Details
Accept()
public
method
public
Accept
(
IIdentityPart
target
) :
bool
target
IIdentityPart
return
bool
Apply()
public
method
public
Apply
(
IIdentityPart
target
) :
void
target
IIdentityPart
return
void