C# Класс Castle.ActiveRecord.Framework.Internal.CompositeUserTypeModel

Model for representing a Composite User type map.
Наследование: IVisitable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Accept ( IVisitor visitor ) : void

Accepts the specified visitor and call the relevant IVisitor.Visit***() method

CompositeUserTypeModel ( PropertyInfo prop, CompositeUserTypeAttribute attribute ) : System.Reflection

Initializes a new instance of the CompositeUserTypeModel class.

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

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

Accepts the specified visitor and call the relevant IVisitor.Visit***() method
public Accept ( IVisitor visitor ) : void
visitor IVisitor The visitor.
Результат void

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

Initializes a new instance of the CompositeUserTypeModel class.
public CompositeUserTypeModel ( PropertyInfo prop, CompositeUserTypeAttribute attribute ) : System.Reflection
prop System.Reflection.PropertyInfo The property marked with the attribute.
attribute CompositeUserTypeAttribute The metadata attribute.
Результат System.Reflection