C# Class Shaml.Data.NHibernate.SessionFactoryAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: sztupy/shaml

Méthodes publiques

Свойство Type Description
FactoryKey string

Méthodes publiques

Méthode Description
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

Method Details

GetKeyFrom() public static méthode

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
Résultat string

SessionFactoryAttribute() public méthode

public SessionFactoryAttribute ( string factoryKey ) : System
factoryKey string
Résultat System

Property Details

FactoryKey public_oe property

public string FactoryKey
Résultat string