Parameters
Type type
Abstract class type
Return
bool
Whether the type is a Layer Supertype
Type IAutomappingConfiguration
Namespace FluentNHibernate.Automapping
Type typeAbstract class type
boolWhether the type is a Layer Supertype
stringComponent column prefix
Type typeType
stringDiscriminator column name
IEnumerable<IAutomappingStep>Collection of mapping steps
Type leftLeft side of the relationship
Type rightRight side of the relationship
Typeleft or right
Type typeType
boolType is a component?
Type typeType
boolBase type is concrete?
Type typeType to check
boolWhether the type is to be discriminated
This method is called for each member that ShouldMap(Type) returns true for.
boolMember is id
You normally want to override this method and restrict via something known, like Namespace.
Type typeType to map
boolShould map type
You normally want to override this method to restrict which members will be used for mapping. This method will be called for every property, field, and method on your types.
boolShould map member