BCRepositorySavePropertyValues Method (BCRepositoryObject, BCCollectionBaseBCPropertyDef, IEnumerableObject) |
Saves the values of the given set of properties for an object.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public void SavePropertyValues(
BCRepositoryObject anObject,
BCCollectionBase<BCPropertyDef> propertyDefs,
IEnumerable<Object> propertyValues
)
Public Sub SavePropertyValues (
anObject As BCRepositoryObject,
propertyDefs As BCCollectionBase(Of BCPropertyDef),
propertyValues As IEnumerable(Of Object)
)
public:
void SavePropertyValues(
BCRepositoryObject^ anObject,
BCCollectionBase<BCPropertyDef^>^ propertyDefs,
IEnumerable<Object^>^ propertyValues
)
member SavePropertyValues :
anObject : BCRepositoryObject *
propertyDefs : BCCollectionBase<BCPropertyDef> *
propertyValues : IEnumerable<Object> -> unit
Parameters
- anObject
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCRepositoryObject
The object for which the properties should be saved.
- propertyDefs
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCCollectionBaseBCPropertyDef
The collection of property definitions that describe the set of properties that is saved.
- propertyValues
- Type: System.Collections.GenericIEnumerableObject
A collection of property values.
See Also