C# Class FluentNHibernate.Conventions.Defaults.PropertyTypeConvention

Sets the type attribute on property mappings
Inheritance: IPropertyConvention
Show file 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