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: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public void SavePropertyValues( BCRepositoryObject anObject, string propertySetID, IEnumerable<Object> propertyValues ) |
Visual Basic |
---|
Public Sub SavePropertyValues ( _ anObject As BCRepositoryObject, _ propertySetID As String, _ propertyValues As IEnumerable(Of Object) _ ) |
Visual C++ |
---|
public: void SavePropertyValues( BCRepositoryObject^ anObject, String^ propertySetID, IEnumerable<Object^>^ propertyValues ) |
Parameters
- anObject
- Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCRepositoryObject
The object for which the properties should be saved.
- propertySetID
- Type: System..::..String
The ID property value of the set of properties to save.
- propertyValues
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'Object>)>)>
A collection of property values.