Click or drag to resize

BCRepository.SavePropertyValues Method

Overload List
  NameDescription
Public methodSavePropertyValues(BCRepositoryObject, BCCollectionBase<BCPropertyDef>, IEnumerable<Object>)
Saves the values of the given set of properties for an object.
Public methodSavePropertyValues(BCRepositoryObject, IEnumerable<String>, IEnumerable<Object>)
Saves the values of the given set of properties for an object.
Public methodSavePropertyValues(BCRepositoryObject, String, IEnumerable<Object>)
Saves the values of the given set of properties for an object.
Public methodSavePropertyValues(BCRepositoryObject, BCCollectionBase<BCPropertyDef>, IEnumerable<Object>, PropertyDefFlags)
Saves the values of the given set of properties for an object.
Public methodSavePropertyValues(BCRepositoryObject, IEnumerable<String>, IEnumerable<Object>, PropertyDefFlags)
Saves the values of the given set of properties for an object.
Top
See Also