Click or drag to resize
BCRepositorySavePropertyValues Method (BCRepositoryObject, BCCollectionBaseBCPropertyDef, IEnumerableObject, PropertyDefFlags)
Saves the values of the given set of properties for an object.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: 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,
	PropertyDefFlags flags
)

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 properties that are saved.
propertyValues
Type: System.Collections.GenericIEnumerableObject
A collection of property values.
flags
Type: BlueCieloECM.InnoCielo.Meridian.ServerPropertyDefFlags
A bitmask that is a combination of bit flags from PropertyDefFlags.
See Also