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

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

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

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

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

PropertyModel ( PropertyInfo prop, PropertyAttribute att ) : System

Initializes a new instance of the PropertyModel class.

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

Метод Описание
PropertyModel ( ) : System

Initializes a new instance of the PropertyModel class.

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

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

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

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

Initializes a new instance of the PropertyModel class.
protected PropertyModel ( ) : System
Результат System

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

Initializes a new instance of the PropertyModel class.
public PropertyModel ( PropertyInfo prop, PropertyAttribute att ) : System
prop System.Reflection.PropertyInfo The prop.
att PropertyAttribute The att.
Результат System