IAdhocSyncDimensions

Assembly: Adhoc;

Description

The IAdhocSyncDimensions interface is used to work with the collection of dimensions included in the synchronization index.

Inheritance Hierarchy

          IAdhocSyncDimensions

Comments

To get a collection, use the IAdhocDimSyncIndex.Dimensions property.

Properties

  Property name Brief description
Count

The Count property returns the number of dimensions in the collection.
Item

The Item property returns the specified dimension included in the collection.

Methods

  Method name Brief description
Add

The Add method adds a dimension of the data source to the synchronization index.
Clear

The Clear method clears the collection of dimensions included in the synchronization index.
FindByDimension

The FindByDimension property searches for a dimension included in the synchronization index.
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 a dimension from the collection by its identifier.
RemoveByKey

The RemoveByKey method removes a dimension from the collection by its key.

See also:

Adhoc Assembly Interfaces