CustomPropertiesCollection Class |
Namespace: Aloe.EnterpriseOne.Model.General
The CustomPropertiesCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| CustomPropertiesCollection |
Initializes a new instance of the CustomPropertiesCollection class.
|
| Name | Description | |
|---|---|---|
| EntityObject |
Gets the entity object for which this instance represents the custom properties.
| |
| ItemString |
Gets or sets the CustomPropertyValue with the specified custom property code.
| |
| ItemCustomProperty |
Gets or sets the CustomPropertyValue of the specified property.
|
| Name | Description | |
|---|---|---|
| GetActualPropertyValues |
Gets the values of the properties, which actually have a value.
| |
| GetAttributeCode |
Gets the attribute code of the custom property with the specified code.
| |
| GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
| GetPropertyValue |
Gets the property value for the specified property. Returns null if the value is not found.
| |
| NotifyPropertyValuesListChanged |
Notifies the instance, that property values list has changed.
| |
| TryGet |
Tries to get the value of the specified custom property. Returns null if not successful for any reason.
|
| Name | Description | |
|---|---|---|
| SumKeyValuePairCustomProperty, 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.) | |
| SumKeyValuePairCustomProperty, 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.) |