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

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

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

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

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

TimestampModel ( PropertyInfo prop, TimestampAttribute att ) : System

Initializes a new instance of the TimestampModel class.

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

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

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

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

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