Parameters
Type
type
Abstract class type
Return
bool
Whether the type is a Layer Supertype
Type IAutomappingConfiguration
Namespace FluentNHibernate.Automapping
Type
typeAbstract class type
bool
Whether the type is a Layer Supertype
string
Component column prefix
Type
typeType
string
Discriminator column name
IEnumerable<IAutomappingStep>
Collection of mapping steps
Type
leftLeft side of the relationship
Type
rightRight side of the relationship
Type
left or right
Type
typeType
bool
Type is a component?
Type
typeType
bool
Base type is concrete?
Type
typeType to check
bool
Whether the type is to be discriminated
This method is called for each member that ShouldMap(Type) returns true for.
bool
Member is id
You normally want to override this method and restrict via something known, like Namespace.
Type
typeType to map
bool
Should 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.
bool
Should map member