Skip to content
This repository has been archived by the owner on Jun 22, 2019. It is now read-only.

T_AMLEngineExtensions_CaexObjectComparerResult

AutomationML edited this page Feb 23, 2017 · 2 revisions

CaexObjectComparerResult Enumeration

Comparing Result Enumeration

Namespace: AMLEngineExtensions
Assembly: AMLEngineExtensions (in AMLEngineExtensions.dll) Version: 3.5

Syntax

C#

[FlagsAttribute]
public enum CaexObjectComparerResult

C++

[FlagsAttribute]
public enum class CaexObjectComparerResult

Members

 

Member name Value Description
IsEqual 0 The is equal
PathDiff 1 The path difference
InterfaceClassDiff 2 The interface class difference
AttributeDiff 4 The attribute difference
AttributeDataTypeDiff 8 The attribute data type difference
AttributeUnitDiff 16 The attribute unit difference
AttributeCountDiff 32 The attribute count difference
RoleClassDiff 64 The role class difference
InterfaceCountDiff 128 The interface count difference
InternalElementDiff 256 The internal element difference
InternalElementCountDiff 512 The internal element count difference
AttributeValueDiff 1024 The attribute value difference

See Also

Reference

AMLEngineExtensions Namespace

  • Introduction
  • [Version History](Version history)
    • [Version 3.5](Version 3.4)
    • [Version 3.1](Version 3.0)
    • [Version 2.1](Version 2.1)
    • [Version 2.0](Version 2.0)
  • [Getting Started](Getting started)
  • Examples
  • AMLEngine API
BEST Practice Content

Extensions

CAEX Elements

AutomationML

Utilities

Interfaceclasses

Exceptions

Objecttables and Document validation

Clone this wiki locally