C# Класс Shaml.Data.NHibernate.SessionFactoryAttribute

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

Открытые свойства

Свойство Тип Описание
FactoryKey string

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

Метод Описание
GetKeyFrom ( object anObject ) : string

Global method to retrieve the factory key from an object, as defined in its SessionFactoryAttribute, if available. Defaults to the DefaultFactoryKey if not found.

SessionFactoryAttribute ( string factoryKey ) : System

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

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

Global method to retrieve the factory key from an object, as defined in its SessionFactoryAttribute, if available. Defaults to the DefaultFactoryKey if not found.
public static GetKeyFrom ( object anObject ) : string
anObject object
Результат string

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

public SessionFactoryAttribute ( string factoryKey ) : System
factoryKey string
Результат System

Описание свойств

FactoryKey публичное свойство

public string FactoryKey
Результат string