Click or drag to resize

CustomPropertiesCollectionGetActualPropertyValues Method

Gets the values of the properties, which actually have a value.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public IEnumerable<KeyValuePair<CustomProperty, CustomPropertyValue>> GetActualPropertyValues()

Return Value

Type: IEnumerableKeyValuePairCustomProperty, CustomPropertyValue
The properties, which have value.
Remarks
Currently, the method is simply based on the GetPropertyValues method. In the future it might be implemented in a more performant way, directly loading property values from the data buffer and store.
See Also