C# Class FluentNHibernate.Conventions.Helpers.Prebuilt.BuiltForeignKeyConvention

Inheritance: ForeignKeyConvention, IRelationshipConvention
Show file Open project: HudsonAkridge/fluent-nhibernate

Public Methods

Method Description
Accept ( IRelationship target ) : bool
Apply ( IRelationship target ) : void

Method Details

Accept() public method

public Accept ( IRelationship target ) : bool
target IRelationship
return bool

Apply() public method

public Apply ( IRelationship target ) : void
target IRelationship
return void