Click or drag to resize

ValidatorServiceIDValidation Method

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

Namespace: Aml.Engine.Services
Assembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntax
public (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

Implements

IValidatorIDValidation(CAEXObject, String)
See Also