Assembly: Ms;
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.
IValidationCustomMappings
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 collection of mappings, use the IValidationCustom.Mappings property.
Property name | Brief description | |
Count | The Count property returns the number of mappings in the collection. | |
Item | The Item property returns the specified mapping from the collection. |
Method name | Brief description | |
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. | |
FindByExternalStubId | The FindByExternalStubId method searches for a mapping for external data source with the specified identifier. | |
FindByExternalStubKey | 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. | |
FindByKey | The FindByKey method searches for time series database mapping with the specified key. | |
Remove | The Remove method removes the specified mapping from the collection. |
See also: