| BCRepositoryLoadPropertyValues Method (BCRepositoryObject, BCCollectionBaseBCPropertyDef) |
Returns the values of an object of the specified set of properties.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic Object[] LoadPropertyValues(
BCRepositoryObject anObject,
BCCollectionBase<BCPropertyDef> propertyDefs
)
Public Function LoadPropertyValues (
anObject As BCRepositoryObject,
propertyDefs As BCCollectionBase(Of BCPropertyDef)
) As Object()
public:
array<Object^>^ LoadPropertyValues(
BCRepositoryObject^ anObject,
BCCollectionBase<BCPropertyDef^>^ propertyDefs
)
member LoadPropertyValues :
anObject : BCRepositoryObject *
propertyDefs : BCCollectionBase<BCPropertyDef> -> 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.
Return Value
Type:
ObjectAn array with property values.
See Also