Click or drag to resize

BCRepository.LoadPropertyValues Method (BCRepositoryObject, BCCollectionBase<BCPropertyDef>)

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
)

Parameters

anObject
Type: BlueCieloECM.InnoCielo.Meridian.Server.BCRepositoryObject
The object for which the properties should be retrieved.
propertyDefs
Type: BlueCieloECM.InnoCielo.Meridian.Server.BCCollectionBase<BCPropertyDef>
The collection of property definitions that describe the set of properties that is returned.

Return Value

Type:Object[]
An array with property values.
See Also