DynamicSymbolsProvider Methods

The DynamicSymbolsProvider type exposes the following members.

Methods

 

Name

Description

DynamicSymbolsProvider Methods 1:

Add

Adds a Symbol with the specified key to the DynamicSymbolsProvider.

DynamicSymbolsProvider Methods 2:

AddOrUpdate

Add a Symbol to the DynamicSymbolsProvider if the specified key does not already exist, or updates an existing Symbol of the DynamicSymbolsProvider.

DynamicSymbolsProvider Methods 3:

Clear

Removes all Symbols from the DynamicSymbolsProvider.

DynamicSymbolsProvider Methods 4:

ContainsKey

Determines whether the DynamicSymbolsProvider contains a Symbol with the specified key.

DynamicSymbolsProvider Methods 5:

CopyTo

Copies the Symbols of the DynamicSymbolsProvider to a compatible one-dimensional array, starting at the specified index of the target array.

DynamicSymbolsProvider Methods 6:

Equals

Determines whether the specified object is equal to the current object. (Inherited from Object.)

DynamicSymbolsProvider Methods 7:

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

DynamicSymbolsProvider Methods 8:

GetEnumerator

Returns an IEnumerator.T. that iterates through the Symbols of the DynamicSymbolsProvider.

DynamicSymbolsProvider Methods 9:

GetHashCode

Serves as the default hash function. (Inherited from Object.)

DynamicSymbolsProvider Methods 10:

GetSchema(Queue.String.)

Gets the schema of the Symbol at the specified path.

DynamicSymbolsProvider Methods 11:

GetSchema(String)

Gets the schema of the Symbol at the specified path.

DynamicSymbolsProvider Methods 12:

GetSchema(String, Queue.String.)

Gets the schema of the Symbol with the specified key at the specified path.

DynamicSymbolsProvider Methods 13:

GetType

Gets the Type of the current instance. (Inherited from Object.)

DynamicSymbolsProvider Methods 14:

HandleCommand

Handles the specified Command.

DynamicSymbolsProvider Methods 15:

HandleCommands

Handles the Commands in the specified CommandGroup.

DynamicSymbolsProvider Methods 16:

HandleException

Handles the Exception that was thrown while handling the specified Command.

DynamicSymbolsProvider Methods 17:

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

DynamicSymbolsProvider Methods 18:

Remove

Removes the Symbol with the specified key from the DynamicSymbolsProvider.

DynamicSymbolsProvider Methods 19:

ToString

Returns a string that represents the current object. (Inherited from Object.)

DynamicSymbolsProvider Methods 20:

TryGetValue

Gets the Symbol associated with the specified key.

Reference

DynamicSymbolsProvider Class

TcHmiSrv.Core.Tools.DynamicSymbols Namespace