CustomPropertiesCollection Methods |
The CustomPropertiesCollection type exposes the following members.
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.) |