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

Наследование: Castle.ActiveRecord.WithAccessOptionalTableAttribute
Показать файл Открыть проект

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

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

Initializes a new instance of the PropertyAttribute class.

PropertyAttribute ( String column ) : System

Initializes a new instance of the PropertyAttribute class.

PropertyAttribute ( String column, String type ) : System

Initializes a new instance of the PropertyAttribute class.

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

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

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

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

Initializes a new instance of the PropertyAttribute class.
public PropertyAttribute ( String column ) : System
column String The column.
Результат System

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

Initializes a new instance of the PropertyAttribute class.
public PropertyAttribute ( String column, String type ) : System
column String The column.
type String The type.
Результат System