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

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

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

Метод Описание
GetMappings ( ) : string[]

Get the mapping xml to add to NHibernate's configuration. Note that we allow to return more than a single mapping, each string is treated as a seperated document.

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

GetMappings() публичный абстрактный Метод

Get the mapping xml to add to NHibernate's configuration. Note that we allow to return more than a single mapping, each string is treated as a seperated document.
public abstract GetMappings ( ) : string[]
Результат string[]