C# 클래스 Shaml.Data.NHibernate.SessionFactoryAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: sztupy/shaml

공개 프로퍼티들

프로퍼티 타입 설명
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