Click or drag to resize

BCRepositorySavePropertyValues Method (BCRepositoryObject, IEnumerableString, IEnumerableObject)

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.111.0)
Syntax
public void SavePropertyValues(
	BCRepositoryObject anObject,
	IEnumerable<string> propertyDefFullNames,
	IEnumerable<Object> propertyValues
)

Parameters

anObject
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCRepositoryObject
The object for which the properties should be saved.
propertyDefFullNames
Type: System.Collections.GenericIEnumerableString
The collection of property definition FullName property values that describes the set of properties that is saved.
propertyValues
Type: System.Collections.GenericIEnumerableObject
A collection of property values.
See Also