BCRepositoryLoadPropertyValues Method (BCRepositoryObject, BCCollectionBaseBCPropertyDef, Int32) |
Returns the values of an object of the specified set of properties.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public Object[] LoadPropertyValues(
BCRepositoryObject anObject,
BCCollectionBase<BCPropertyDef> propertyDefs,
out int errorIndex
)
Public Function LoadPropertyValues (
anObject As BCRepositoryObject,
propertyDefs As BCCollectionBase(Of BCPropertyDef),
<OutAttribute> ByRef errorIndex As Integer
) As Object()
Parameters
- anObject
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCRepositoryObject
The object for which the properties should be retrieved.
- propertyDefs
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCCollectionBaseBCPropertyDef
The collection of property definitions that describe the set of properties that is returned.
- errorIndex
- Type: SystemInt32
If an error occurs, then contains the index of the property definition that caused the error.
Return Value
Type:
ObjectAn array with property values.
See Also