Click or drag to resize

CAEXPathBuilderIsReferenceWithAlias Method

Determines whether the specified reference is defined with an alias separator.

Namespace: Aml.Engine.CAEX.Extensions
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static bool IsReferenceWithAlias(
	string classReference,
	CAEXDocumentCAEXSchema schema
)

Parameters

classReference  String
The class reference string.
schema  CAEXDocumentCAEXSchema
The CAEX schema version.

Return Value

Boolean
true if the reference is a reference with an alias; otherwise, false.
See Also