IAdhocParamSynchronization

Assembly: Adhoc;

Description

The IAdhocParamSynchronization interface is used to work with a collection of links to synchronize parameters of dashboard data sources.

Inheritance Hierarchy

          IAdhocParamSynchronization

Comments

To get the collection of links, use the IAdhocSynchronization.Params property.

Properties

  Property name Brief description
Count

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

The Item property returns the specified link from the collection.

Methods

  Method name Brief description
Add

The Add method adds a link to the collection.
FindById The FindById method searches for a link with the specified identifier.
FindByKey The FindByKey method searches for a link with the specified key.
Remove The Remove method removes the specified link from the collection.
RemoveById The RemoveById method removes the link with the specified identifier from the collection.
RemoveByKey

The RemoveByKey method removes the link with the specified key from the collection.

See also:

Adhoc Assembly Interfaces