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

T_CAEX_ClassModel_CAEXTypeDict

AutomationML edited this page Feb 23, 2017 · 2 revisions

CAEXTypeDict Class

Class CAEXTypeDict is a Dictionary of all CAEX - WrapperClass Types, defined in the CAEX_ClassModel. The TypeName is used as a key. This Class is a singleton.

Inheritance Hierarchy

System.Object
  System.Collections.Generic.Dictionary(String, Type)
    CAEX_ClassModel.CAEXTypeDict
Namespace: CAEX_ClassModel
Assembly: AMLEngine (in AMLEngine.dll) Version: 3.5

Syntax

C#

public class CAEXTypeDict : Dictionary<string, Type>

C++

public ref class CAEXTypeDict : public Dictionary<String^, Type^>

The CAEXTypeDict type exposes the following members.

Properties

 

Name Description
Public property Item Gets or sets the value associated with the specified key.
  Back to Top

Methods

 

Name Description
Public method ContainsKey Determines whether the Dictionary contains the specified key.
Public methodStatic member Key The Key for Dictionary access
Public method TryGetValue Tries to get the value.
  Back to Top

Fields

 

Name Description
Public field Creators A dictinory, containing creation methods for caex elements, the typename is used as a dictionary key
Public fieldStatic member Instance The singleton instance of the CAEXType Dictionary
  Back to Top

See Also

Reference

CAEX_ClassModel 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