 | 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.ExtensionsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static bool IsInterfaceReference(
string classReference
)
Public Shared Function IsInterfaceReference (
classReference As String
) As Boolean
public:
static bool IsInterfaceReference(
String^ classReference
)
Parameters
- classReference String
- The class reference.
Return Value
Booleantrue, 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