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

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

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

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

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

PrimaryKeyModel ( PropertyInfo propInfo, PrimaryKeyAttribute pkAtt ) : System

Initializes a new instance of the PrimaryKeyModel class.

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

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

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

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

Initializes a new instance of the PrimaryKeyModel class.
public PrimaryKeyModel ( PropertyInfo propInfo, PrimaryKeyAttribute pkAtt ) : System
propInfo System.Reflection.PropertyInfo The prop info.
pkAtt PrimaryKeyAttribute The pk att.
Результат System