IValidationCustomMappings

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IValidationCustomMappings interface is used to work with the mapping collection of data sources used in the validation rule of the Compare by Expression type.

Inheritance Hierarchy

          IValidationCustomMappings

Comments

Data source mappings are used if mapping expression uses elements from different data sources. Time series databases and standard cubes containing a calendar dimension can be used as data sources.

To get the mapping collection, use the IValidationCustom.Mappings property.

Properties

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

Methods

  Method name Brief description
Add Outdated. Use IValidationCustomMappings.AddStub.
AddStub The AddStub method adds mapping to the collection for the specified data source.
Clear The Clear method clears the mapping collection.
FillByAttributes The FillByAttributes method automatically fills in the mapping collection.
FindByExternalRubId Outdated. Use IValidationCustomMappings.FindByExternalStubId.
FindByExternalRubKey Outdated. Use IValidationCustomMappings.FindByExternalStubKey.
The FindByExternalStubId method searches for a mapping for external data source with the specified identifier.
The FindByExternalStubKey method searches for a mapping for external data source with the specified key.
FindById The FindById method searches for mapping for time series database with the specified identifier.
The FindByKey method searches for time series database mapping with the specified key.
The Remove method removes the specified mapping from the collection.

See also:

Ms Assembly Interfaces