BCRepository.SavePropertyValues Method (BCRepositoryObject, String, IEnumerable<Object>) |
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)
Syntaxpublic void SavePropertyValues(
BCRepositoryObject anObject,
string propertySetID,
IEnumerable<Object> propertyValues
)
Public Sub SavePropertyValues (
anObject As BCRepositoryObject,
propertySetID As String,
propertyValues As IEnumerable(Of Object)
)
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<Object>
A collection of property values.
See Also