[Missing <summary> documentation for "M:NHibernate.Type.ComponentType.GetPropertyValue(System.Object,System.Int32,NHibernate.EntityMode)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
public Object GetPropertyValue( Object component, int i, EntityMode entityMode )  | 
| Visual Basic | 
|---|
Public Function GetPropertyValue ( _ component As Object, _ i As Integer, _ entityMode As EntityMode _ ) As Object  | 
| Visual C++ | 
|---|
public: Object^ GetPropertyValue( Object^ component, int i, EntityMode entityMode )  | 
Parameters
- component
 - Type: System..::..Object
[Missing <param name="component"/> documentation for "M:NHibernate.Type.ComponentType.GetPropertyValue(System.Object,System.Int32,NHibernate.EntityMode)"]
 
- i
 - Type: System..::..Int32
[Missing <param name="i"/> documentation for "M:NHibernate.Type.ComponentType.GetPropertyValue(System.Object,System.Int32,NHibernate.EntityMode)"]
 
- entityMode
 - Type: NHibernate..::..EntityMode
[Missing <param name="entityMode"/> documentation for "M:NHibernate.Type.ComponentType.GetPropertyValue(System.Object,System.Int32,NHibernate.EntityMode)"]
 
Return Value
[Missing <returns> documentation for "M:NHibernate.Type.ComponentType.GetPropertyValue(System.Object,System.Int32,NHibernate.EntityMode)"]