IValidationCustomMappings.AddStub

Fore Syntax

AddStub(ExternalStub: IVariableStub): IValidationCustomMapping;

Fore.NET Syntax

AddStub(ExternalStub: Prognoz.Platform.Interop.Cubes.IVariableStub): Prognoz.Platform.Interop.Ms.IValidationCustomMapping;

Parameters

ExternalStub. External data source, mapping with which is added to the collection.

Description

The AddStub method adds mapping to the collection for the specified data source.

Comments

A time series database or a standard cube containing a calendar dimension may be used as a data source.

Fore and Fore.NET Examples

The method use is given in the example for IValidationCustom.Mappings.

See also:

IValidationCustomMappings