Click or drag to resize

BCRepository.LoadPropertyValues Method

Overload List
  NameDescription
Public methodLoadPropertyValues(BCRepositoryObject, BCCollectionBase<BCPropertyDef>)
Returns the values of an object of the specified set of properties.
Public methodLoadPropertyValues(BCRepositoryObject, IEnumerable<String>)
Returns the values of an object of the specified set of properties.
Public methodLoadPropertyValues(BCRepositoryObject, String)
Returns the values of an object of the specified set of properties.
Public methodLoadPropertyValues(BCRepositoryObject, BCCollectionBase<BCPropertyDef>, PropertyDefFlags)
Returns the values of an object of the specified set of properties.
Public methodLoadPropertyValues(BCRepositoryObject, BCCollectionBase<BCPropertyDef>, Int32)
Returns the values of an object of the specified set of properties.
Public methodLoadPropertyValues(BCRepositoryObject, IEnumerable<String>, PropertyDefFlags)
Returns the values of an object of the specified set of properties.
Top
See Also