BCRepositorySavePropertyValues Method (BCRepositoryObject, String, 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,
string propertySetID,
IEnumerable<Object> propertyValues
)
Public Sub SavePropertyValues (
anObject As BCRepositoryObject,
propertySetID As String,
propertyValues As IEnumerable(Of Object)
)
public:
void SavePropertyValues(
BCRepositoryObject^ anObject,
String^ propertySetID,
IEnumerable<Object^>^ propertyValues
)
member SavePropertyValues :
anObject : BCRepositoryObject *
propertySetID : string *
propertyValues : IEnumerable<Object> -> unit
Parameters
- anObject
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCRepositoryObject
The object for which the properties should be saved.
- propertySetID
- Type: SystemString
The ID property value of the set of properties to save.
- propertyValues
- Type: System.Collections.GenericIEnumerableObject
A collection of property values.
See Also