Click or drag to resize

CustomPropertiesCollection Class

Represents the custom properties of an EnterpriseOne entity object
Inheritance Hierarchy
SystemObject
  Aloe.EnterpriseOne.Model.GeneralCustomPropertiesCollection

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

The CustomPropertiesCollection type exposes the following members.

Constructors
  NameDescription
Public methodCustomPropertiesCollection
Initializes a new instance of the CustomPropertiesCollection class.
Top
Properties
Methods
  NameDescription
Public methodGetActualPropertyValues
Gets the values of the properties, which actually have a value.
Public methodGetAttributeCode
Gets the attribute code of the custom property with the specified code.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetPropertyValue
Gets the property value for the specified property. Returns null if the value is not found.
Public methodNotifyPropertyValuesListChanged
Notifies the instance, that property values list has changed.
Public methodTryGet
Tries to get the value of the specified custom property. Returns null if not successful for any reason.
Top
Extension Methods
  NameDescription
Public Extension MethodSumKeyValuePairCustomProperty, CustomPropertyValue(FuncKeyValuePairCustomProperty, CustomPropertyValue, Amount)Overloaded.
Computes the sum of the sequence of amount values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by AmountExtensions.)
Public Extension MethodSumKeyValuePairCustomProperty, CustomPropertyValue(FuncKeyValuePairCustomProperty, CustomPropertyValue, Quantity)Overloaded.
Computes the sum of the sequence of quantity values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by QuantityExtensions.)
Top
See Also