C# Class FluentNHibernate.MappingModel.ClassBased.ComponentMappingBase

Inheritance: ClassMappingBase
Show file Open project: HudsonAkridge/fluent-nhibernate Class Usage Examples

Protected Properties

Property Type Description
attributes AttributeStore
unmigratedAttributes string>.IDictionary
unmigratedParts List

Public Methods

Method Description
AcceptVisitor ( IMappingModelVisitor visitor ) : void
AddUnmigratedAttribute ( string attribute, string value ) : void
AddUnmigratedPart ( IMappingPart part ) : void

Protected Methods

Method Description
ComponentMappingBase ( ) : System.Collections.Generic
ComponentMappingBase ( AttributeStore store ) : System.Collections.Generic

Method Details

AcceptVisitor() public method

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

AddUnmigratedAttribute() public method

public AddUnmigratedAttribute ( string attribute, string value ) : void
attribute string
value string
return void

AddUnmigratedPart() public method

public AddUnmigratedPart ( IMappingPart part ) : void
part IMappingPart
return void

ComponentMappingBase() protected method

protected ComponentMappingBase ( ) : System.Collections.Generic
return System.Collections.Generic

ComponentMappingBase() protected method

protected ComponentMappingBase ( AttributeStore store ) : System.Collections.Generic
store AttributeStore
return System.Collections.Generic

Property Details

attributes protected property

protected AttributeStore attributes
return AttributeStore

unmigratedAttributes protected property

protected IDictionary unmigratedAttributes
return string>.IDictionary

unmigratedParts protected property

protected List unmigratedParts
return List