Click or drag to resize

IValidatorIDValidation Method

Validates the ID of a CAEX object. IDs of CAEX objects shall be unique.

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
(bool IsValid, string Message) IDValidation(
	CAEXObject caexObject,
	string ID
)

Parameters

caexObject  CAEXObject
The CAEX object.
ID  String
The ID, which should be assigned to the object. If no ID is defined, the uniqueness of the already assigned ID is evaluated.

Return Value

ValueTupleBoolean, String
A value tuple, returning the validation result and a message
See Also