C# Class ExoGraph.NHibernate.NHibernateGraphTypeProvider

NHibernate-specific implementation of the ExoGraph.GraphContext
Relies on the NHibernate.Context.CurrentSessionContext having been initialized
Inheritance: StronglyTypedGraphTypeProvider
Afficher le fichier Open project: vc3/ExoModel

Méthodes publiques

Méthode Description
NHibernateGraphTypeProvider ( string @namespace, IEnumerable types ) : System

Méthodes protégées

Méthode Description
CreateGraphType ( string @namespace, Type type, object>.Func extensionFactory ) : StrongGraphType
GetUnderlyingType ( object instance ) : Type

Method Details

CreateGraphType() protected méthode

protected CreateGraphType ( string @namespace, Type type, object>.Func extensionFactory ) : StrongGraphType
@namespace string
type System.Type
extensionFactory object>.Func
Résultat StrongGraphType

GetUnderlyingType() protected méthode

protected GetUnderlyingType ( object instance ) : Type
instance object
Résultat System.Type

NHibernateGraphTypeProvider() public méthode

public NHibernateGraphTypeProvider ( string @namespace, IEnumerable types ) : System
@namespace string
types IEnumerable
Résultat System