C# 클래스 ExoGraph.NHibernate.NHibernateGraphTypeProvider

NHibernate-specific implementation of the ExoGraph.GraphContext
Relies on the NHibernate.Context.CurrentSessionContext having been initialized
상속: StronglyTypedGraphTypeProvider
파일 보기 프로젝트 열기: vc3/ExoModel

공개 메소드들

메소드 설명
NHibernateGraphTypeProvider ( string @namespace, IEnumerable types ) : System

보호된 메소드들

메소드 설명
CreateGraphType ( string @namespace, Type type, object>.Func extensionFactory ) : StrongGraphType
GetUnderlyingType ( object instance ) : Type

메소드 상세

CreateGraphType() 보호된 메소드

protected CreateGraphType ( string @namespace, Type type, object>.Func extensionFactory ) : StrongGraphType
@namespace string
type System.Type
extensionFactory object>.Func
리턴 StrongGraphType

GetUnderlyingType() 보호된 메소드

protected GetUnderlyingType ( object instance ) : Type
instance object
리턴 System.Type

NHibernateGraphTypeProvider() 공개 메소드

public NHibernateGraphTypeProvider ( string @namespace, IEnumerable types ) : System
@namespace string
types IEnumerable
리턴 System