Click or drag to resize
Askia

IExtensionPropertyCollection Interface

Collection of the extension (ADX) property

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
public interface IExtensionPropertyCollection : IEnumerable<IExtensionProperty>, 
	IEnumerable

The IExtensionPropertyCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Number of properties in the collection
Public propertyItem
Value associated with the specified property name
Top
Methods
  NameDescription
Public methodClear
Remove all properties from the collection
Public methodContains
Indicates if the collection contains the specified property
Public methodCreate
Create a property using the specified name and value
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableIExtensionProperty.)
Public methodGetResolvedCascadingValues
Get all properties including the ones resolving to default values
Public methodRemove
Remove the specified property from the collection
Top
See Also