Click or drag to resize

CAEXTypeDictionary Class

Class CAEXTypeDictionary is a Dictionary of all CAEX - WrapperClass Types, defined in Aml.Engine.CAEX. The TypeName is used as a key. This class is a singleton.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryString, Type
    Aml.Engine.CAEXCAEXTypeDictionary

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public class CAEXTypeDictionary : Dictionary<string, Type>

The CAEXTypeDictionary type exposes the following members.

Properties
 NameDescription
Public propertyItem Gets or sets the data type associated with the specified key.
Top
Methods
 NameDescription
Public methodContainsKey Determines whether this dictionary's key collection contains the specified CAEX Tag name as a key.
Public methodTryGetCreator Tries to get the constructor function which can be used to create a CAEX wrapper for an CAEX element with the provided element name.
Public methodTryGetValue Tries to get the value.
Top
Fields
 NameDescription
Public fieldStatic memberInstance The singleton instance of the CAEXType Dictionary
Top
See Also