IAdhocSyncParams

Assembly: Adhoc;

Description

The IAdhocSyncParams interface is used to work with collection parameters included in the links that are used to synchronize parameters of dashboard data sources.

Inheritance Hierarchy

          IAdhocSyncParams

Comments

To get the collection of parameters, use the IAdhocParamSyncIndex.Params property.

Properties

  Property name Brief description
The Count property returns the number of parameters in the collection.
The Item property returns the specified parameter from the collection.

Properties inherited from

Methods

  Method name Brief description
Add The Add method adds a parameter to the collection.
FindById The FindById method searches for a parameter with the specified identifier.
FindByKey The FindByKey method searches for a parameter with the specified key.
Remove The Remove method removes the specified parameter from the collection.
The RemoveById method removes a parameter with the specified identifier from the collection.
The RemoveByKey method removes a parameter with the specified key from the collection.

Methods inherited from

See also:

Adhoc Assembly Interfaces