C# Class FluentNHibernate.MappingModel.MappedMembers

Inheritance: IMappingBase, IHasMappedMembers
显示文件 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
MappedMembers ( ) : System.Collections.Generic

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 FluentNHibernate.MappingModel.ClassBased.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

MappedMembers() public method

public MappedMembers ( ) : System.Collections.Generic
return System.Collections.Generic