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
Count The Count property returns the number of parameters in the collection.
Item The Item property returns the specified parameter from the collection.

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.
RemoveById The RemoveById method removes a parameter with the specified identifier from the collection.
RemoveByKey The RemoveByKey method removes a parameter with the specified key from the collection.

See also:

Adhoc Assembly Interfaces