IValidationCustomMappings.FindByExternalRubId

Fore Syntax

FindByExternalRubId(ExternalRubId: String): IValidationCustomMapping;

Fore.NET Syntax

FindByExternalRubId(ExternalRubId: string): Prognoz.Platform.Interop.Ms.IValidationCustomMapping;

Parameters

ExternalRubId. Identifier of the external time series database for which a mapping should be found.

Description

The FindByExternalRubId method searches for a mapping of the external time series database with the specified identifier.

Comments

The method is outdated, use IValidationCustomMappings.FindByExternalStubId.

See also:

IValidationCustomMappings