BCRepositoryLoadPropertyValues Method (BCRepositoryObject, IEnumerableString) |
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,
IEnumerable<string> propertyDefFullNames
)
Public Function LoadPropertyValues (
anObject As BCRepositoryObject,
propertyDefFullNames As IEnumerable(Of String)
) As Object()
Parameters
- anObject
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCRepositoryObject
The object for which the properties should be retrieved.
- propertyDefFullNames
- Type: System.Collections.GenericIEnumerableString
The collection of property definition FullName property values
that describes the set of properties that is returned.
Return Value
Type:
ObjectAn array with property values.
See Also