C# Class FluentNHibernate.Conventions.Defaults.PrimaryKeyConvention

Default primary key name convention.
Inheritance: IIdConvention
Show file 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