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

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

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

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

Informs ActiveRecord that the marked property contains nested elements, contained in a separate, reusable class.

NestedAttribute ( String columnPrefix ) : System

Informs ActiveRecord that the marked property contains nested elements, contained in a separate, reusable class.

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

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

Informs ActiveRecord that the marked property contains nested elements, contained in a separate, reusable class.
public NestedAttribute ( ) : System
Результат System

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

Informs ActiveRecord that the marked property contains nested elements, contained in a separate, reusable class.
public NestedAttribute ( String columnPrefix ) : System
columnPrefix String A prefix to insert before each column in the nested component
Результат System