C# Class FluentNHibernate.MappingModel.ClassBased.ClassMappingBase

Inheritance: MappingBase, IHasMappedMembers
Mostrar archivo Open project: HudsonAkridge/fluent-nhibernate Class Usage Examples

Public Methods

Method Description
AcceptVisitor ( IMappingModelVisitor visitor ) : void
AddCollection ( ICollectionMapping collection ) : void
AddComponent ( ComponentMappingBase componentMapping ) : void
AddProperty ( PropertyMapping property ) : void
AddReference ( ManyToOneMapping manyToOne ) : void
ToString ( ) : string

Protected Methods

Method Description
ClassMappingBase ( AttributeStore underlyingStore ) : System

Method Details

AcceptVisitor() public method

public AcceptVisitor ( IMappingModelVisitor visitor ) : void
visitor IMappingModelVisitor
return void

AddCollection() public method

public AddCollection ( ICollectionMapping collection ) : void
collection ICollectionMapping
return void

AddComponent() public method

public AddComponent ( ComponentMappingBase componentMapping ) : void
componentMapping ComponentMappingBase
return void

AddProperty() public method

public AddProperty ( PropertyMapping property ) : void
property PropertyMapping
return void

AddReference() public method

public AddReference ( ManyToOneMapping manyToOne ) : void
manyToOne ManyToOneMapping
return void

ClassMappingBase() protected method

protected ClassMappingBase ( AttributeStore underlyingStore ) : System
underlyingStore AttributeStore
return System

ToString() public method

public ToString ( ) : string
return string