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

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

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

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

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

HasManyModel ( PropertyInfo propInfo, HasManyAttribute hasManyAtt ) : System

Initializes a new instance of the HasManyModel class.

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

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

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

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

Initializes a new instance of the HasManyModel class.
public HasManyModel ( PropertyInfo propInfo, HasManyAttribute hasManyAtt ) : System
propInfo System.Reflection.PropertyInfo The prop info.
hasManyAtt HasManyAttribute The has many att.
Результат System