Assembly: Adhoc;
The IAdhocDimsSynchronization interface is used to work with the collection of synchronized dimensions.
IAdhocDimsSynchronization
To get the collection, use the IAdhocSynchronization.Dimensions property.
Property name | Brief description | |
Count | The Count property returns the number of collection dimensions. | |
Item | The Item property returns the specified dimension. |
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: