Click or drag to resize

CAEXPathBuilderIsInterfaceReference Method

Determines, if the path is build using an interface separator. This method is able to distinguish if an interface separator char is used in an interface name and is escaped

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

Parameters

classReference  String
The class reference.

Return Value

Boolean
true, if the provided class reference is an interface reference.
Remarks
This method should only be used for CAEXDocuments based on CAEX Version 2.15
See Also