IAdhocDimsSynchronization

Assembly: Adhoc;

Description

The IAdhocDimsSynchronization interface is used to work with the collection of synchronized dimensions.

Inheritance Hierarchy

          IAdhocDimsSynchronization

Comments

To get the collection, use the IAdhocSynchronization.Dimensions property.

Properties

  Property name Brief description
Count

The Count property returns the number of collection dimensions.
Item

The Item property returns the specified dimension.

Methods

  Method name Brief description
Add

The Add method adds the specified dimension to the collection.
Clear

The Clear method clears the collection of synchronized dimensions.
FindById

The FindById method searches for a dimension by its identifier.
FindByKey

The FindByKey method searches for a dimension by its key.
Remove

The Remove method removes the specified dimension from the collection.
RemoveById

The RemoveById method removes the dimension with the specified identifier from the collection.
RemoveByKey

The RemoveByKey method removes a dimension with the specified key from the collection.

See also:

Adhoc Assembly Interfaces