C# Класс FluentNHibernate.MappingModel.ClassBased.ComponentMappingBase

Наследование: ClassMappingBase
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
attributes AttributeStore
unmigratedAttributes string>.IDictionary
unmigratedParts List

Открытые методы

Метод Описание
AcceptVisitor ( IMappingModelVisitor visitor ) : void
AddUnmigratedAttribute ( string attribute, string value ) : void
AddUnmigratedPart ( IMappingPart part ) : void

Защищенные методы

Метод Описание
ComponentMappingBase ( ) : System.Collections.Generic
ComponentMappingBase ( AttributeStore store ) : System.Collections.Generic

Описание методов

AcceptVisitor() публичный Метод

public AcceptVisitor ( IMappingModelVisitor visitor ) : void
visitor IMappingModelVisitor
Результат void

AddUnmigratedAttribute() публичный Метод

public AddUnmigratedAttribute ( string attribute, string value ) : void
attribute string
value string
Результат void

AddUnmigratedPart() публичный Метод

public AddUnmigratedPart ( IMappingPart part ) : void
part IMappingPart
Результат void

ComponentMappingBase() защищенный Метод

protected ComponentMappingBase ( ) : System.Collections.Generic
Результат System.Collections.Generic

ComponentMappingBase() защищенный Метод

protected ComponentMappingBase ( AttributeStore store ) : System.Collections.Generic
store AttributeStore
Результат System.Collections.Generic

Описание свойств

attributes защищенное свойство

protected AttributeStore attributes
Результат AttributeStore

unmigratedAttributes защищенное свойство

protected IDictionary unmigratedAttributes
Результат string>.IDictionary

unmigratedParts защищенное свойство

protected List unmigratedParts
Результат List