[Missing <summary> documentation for "M:NHibernate.Tuple.Component.AbstractComponentTuplizer.SetPropertyValues(System.Object,System.Object[])"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
public virtual void SetPropertyValues( Object component, Object[] values )  | 
| Visual Basic | 
|---|
Public Overridable Sub SetPropertyValues ( _ component As Object, _ values As Object() _ )  | 
| Visual C++ | 
|---|
public: virtual void SetPropertyValues( Object^ component, array<Object^>^ values )  | 
Parameters
- component
 - Type: System..::..Object
[Missing <param name="component"/> documentation for "M:NHibernate.Tuple.Component.AbstractComponentTuplizer.SetPropertyValues(System.Object,System.Object[])"]
 
- values
 - Type: array<System..::..Object>[]()[][]
[Missing <param name="values"/> documentation for "M:NHibernate.Tuple.Component.AbstractComponentTuplizer.SetPropertyValues(System.Object,System.Object[])"]