C# Класс Castle.ActiveRecord.AnyAttribute

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

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

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

Initializes a new instance of the AnyAttribute class.

Using this constructor defaults the idType to Int32

AnyAttribute ( Type idType ) : System

Initializes a new instance of the AnyAttribute class.

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

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

Initializes a new instance of the AnyAttribute class.
Using this constructor defaults the idType to Int32
public AnyAttribute ( ) : System
Результат System

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

Initializes a new instance of the AnyAttribute class.
public AnyAttribute ( Type idType ) : System
idType System.Type Type of the id.
Результат System