[Missing <summary> documentation for "M:NHibernate.Proxy.Map.MapProxyFactory.PostInstantiate(System.String,System.Type,Iesi.Collections.Generic.ISet{System.Type},System.Reflection.MethodInfo,System.Reflection.MethodInfo,NHibernate.Type.IAbstractComponentType)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public void PostInstantiate( string entityName, Type persistentClass, ISet<Type> interfaces, MethodInfo getIdentifierMethod, MethodInfo setIdentifierMethod, IAbstractComponentType componentIdType ) |
Visual Basic |
---|
Public Sub PostInstantiate ( _ entityName As String, _ persistentClass As Type, _ interfaces As ISet(Of Type), _ getIdentifierMethod As MethodInfo, _ setIdentifierMethod As MethodInfo, _ componentIdType As IAbstractComponentType _ ) |
Visual C++ |
---|
public: virtual void PostInstantiate( String^ entityName, Type^ persistentClass, ISet<Type^>^ interfaces, MethodInfo^ getIdentifierMethod, MethodInfo^ setIdentifierMethod, IAbstractComponentType^ componentIdType ) sealed |
Parameters
- entityName
- Type: System..::..String
[Missing <param name="entityName"/> documentation for "M:NHibernate.Proxy.Map.MapProxyFactory.PostInstantiate(System.String,System.Type,Iesi.Collections.Generic.ISet{System.Type},System.Reflection.MethodInfo,System.Reflection.MethodInfo,NHibernate.Type.IAbstractComponentType)"]
- persistentClass
- Type: System..::..Type
[Missing <param name="persistentClass"/> documentation for "M:NHibernate.Proxy.Map.MapProxyFactory.PostInstantiate(System.String,System.Type,Iesi.Collections.Generic.ISet{System.Type},System.Reflection.MethodInfo,System.Reflection.MethodInfo,NHibernate.Type.IAbstractComponentType)"]
- interfaces
- Type: Iesi.Collections.Generic..::..ISet<(Of <(<'Type>)>)>
[Missing <param name="interfaces"/> documentation for "M:NHibernate.Proxy.Map.MapProxyFactory.PostInstantiate(System.String,System.Type,Iesi.Collections.Generic.ISet{System.Type},System.Reflection.MethodInfo,System.Reflection.MethodInfo,NHibernate.Type.IAbstractComponentType)"]
- getIdentifierMethod
- Type: System.Reflection..::..MethodInfo
[Missing <param name="getIdentifierMethod"/> documentation for "M:NHibernate.Proxy.Map.MapProxyFactory.PostInstantiate(System.String,System.Type,Iesi.Collections.Generic.ISet{System.Type},System.Reflection.MethodInfo,System.Reflection.MethodInfo,NHibernate.Type.IAbstractComponentType)"]
- setIdentifierMethod
- Type: System.Reflection..::..MethodInfo
[Missing <param name="setIdentifierMethod"/> documentation for "M:NHibernate.Proxy.Map.MapProxyFactory.PostInstantiate(System.String,System.Type,Iesi.Collections.Generic.ISet{System.Type},System.Reflection.MethodInfo,System.Reflection.MethodInfo,NHibernate.Type.IAbstractComponentType)"]
- componentIdType
- Type: NHibernate.Type..::..IAbstractComponentType
[Missing <param name="componentIdType"/> documentation for "M:NHibernate.Proxy.Map.MapProxyFactory.PostInstantiate(System.String,System.Type,Iesi.Collections.Generic.ISet{System.Type},System.Reflection.MethodInfo,System.Reflection.MethodInfo,NHibernate.Type.IAbstractComponentType)"]