Method | Description | |
---|---|---|
Contains ( NodeId descriptionId ) : bool |
Returns true if the dictionary contains the data type description;
|
|
DataDictionary ( |
The default constructor.
|
|
GetSchema ( NodeId descriptionId ) : string |
Returns the schema for the specified type (returns the entire dictionary if null).
|
|
Load ( ReferenceDescription dictionary ) : void |
Loads the dictionary idetified by the node id.
|
Method | Description | |
---|---|---|
GetTypeSystem ( NodeId dictionaryId ) : void |
Retrieves the type system for the dictionary.
|
|
Initialize ( ) : void |
Sets private members to default values.
|
|
ReadDataTypes ( NodeId dictionaryId ) : void |
Retrieves the data types in the dictionary.
|
|
ReadDictionary ( NodeId dictionaryId ) : byte[] |
Reads the contents of a data dictionary.
|
|
Validate ( byte dictionary ) : void |
Validates the type dictionary.
|
public Contains ( NodeId descriptionId ) : bool | ||
descriptionId | NodeId | |
return | bool |
public DataDictionary ( |
||
session | ||
return | System |
public GetSchema ( NodeId descriptionId ) : string | ||
descriptionId | NodeId | |
return | string |
public Load ( ReferenceDescription dictionary ) : void | ||
dictionary | ReferenceDescription | |
return | void |