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

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

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

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

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

BelongsToModel ( PropertyInfo propInfo, BelongsToAttribute belongsToAtt ) : System

Initializes a new instance of the BelongsToModel class.

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

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

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

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

Initializes a new instance of the BelongsToModel class.
public BelongsToModel ( PropertyInfo propInfo, BelongsToAttribute belongsToAtt ) : System
propInfo System.Reflection.PropertyInfo The prop info.
belongsToAtt BelongsToAttribute The belongs to att.
Результат System