C# Class FluentNHibernate.MappingModel.ClassBased.ComponentMappingBase

Inheritance: ClassMappingBase
Afficher le fichier Open project: HudsonAkridge/fluent-nhibernate Class Usage Examples

Protected Properties

Свойство Type Description
attributes AttributeStore
unmigratedAttributes string>.IDictionary
unmigratedParts List

Méthodes publiques

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

Méthodes protégées

Méthode Description
ComponentMappingBase ( ) : System.Collections.Generic
ComponentMappingBase ( AttributeStore store ) : System.Collections.Generic

Method Details

AcceptVisitor() public méthode

public AcceptVisitor ( IMappingModelVisitor visitor ) : void
visitor IMappingModelVisitor
Résultat void

AddUnmigratedAttribute() public méthode

public AddUnmigratedAttribute ( string attribute, string value ) : void
attribute string
value string
Résultat void

AddUnmigratedPart() public méthode

public AddUnmigratedPart ( IMappingPart part ) : void
part IMappingPart
Résultat void

ComponentMappingBase() protected méthode

protected ComponentMappingBase ( ) : System.Collections.Generic
Résultat System.Collections.Generic

ComponentMappingBase() protected méthode

protected ComponentMappingBase ( AttributeStore store ) : System.Collections.Generic
store AttributeStore
Résultat System.Collections.Generic

Property Details

attributes protected_oe property

protected AttributeStore attributes
Résultat AttributeStore

unmigratedAttributes protected_oe property

protected IDictionary unmigratedAttributes
Résultat string>.IDictionary

unmigratedParts protected_oe property

protected List unmigratedParts
Résultat List