Click or drag to resize

CustomPropertiesCollection Methods

The CustomPropertiesCollection type exposes the following members.

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