DynamicSymbolsProvider Methods
The DynamicSymbolsProvider type exposes the following members.
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Adds a Symbol with the specified key to the DynamicSymbolsProvider. | |
|
|
Add a Symbol to the DynamicSymbolsProvider if the specified key does not already exist, or updates an existing Symbol of the DynamicSymbolsProvider. | |
|
|
Removes all Symbols from the DynamicSymbolsProvider. | |
|
|
Determines whether the DynamicSymbolsProvider contains a Symbol with the specified key. | |
|
|
Copies the Symbols of the DynamicSymbolsProvider to a compatible one-dimensional array, starting at the specified index of the target array. | |
|
|
Disposes the DynamicSymbolsProvider. | |
|
|
| |
|
|
Determines whether the specified object is equal to the current
object. | |
|
|
Allows an object to try to free resources and perform other
cleanup operations before it is reclaimed by garbage
collection. | |
|
|
Returns an IEnumeratorT that iterates through the Symbols of the DynamicSymbolsProvider. | |
|
|
Serves as the default hash function. | |
|
|
Gets the schema of the Symbol at the specified path. | |
|
|
Gets the schema of the Symbol at the specified path. | |
|
|
Gets the schema of the Symbol with the specified key at the specified path. | |
|
|
Gets the Type of the current
instance. | |
|
|
Handles the specified Command. | |
|
|
Handles the specified Command under the specified Context as an asynchronous operation. | |
|
|
Handles the Commands in the specified CommandGroup. | |
|
|
Handles the Commands in the specified CommandGroup under the specified Context. | |
|
|
Handles the Commands in the specified CommandGroup under the specified Context as an asynchronous operation. | |
|
|
Handles the Exception that was thrown while handling the specified Command. | |
|
|
Handles the Exception that was thrown while handling the specified Command under the specified Context as an asynchronous operation. | |
|
|
Creates a shallow copy of the current Object. | |
|
|
Removes the Symbol with the specified key from the DynamicSymbolsProvider. | |
|
|
Returns a string that represents the current object. | |
|
|
Gets the Symbol associated with the specified key. |
Reference
DynamicSymbolsProvider Class TcHmiSrv.Core.Tools.DynamicSymbols Namespace
Copyright © Beckhoff Automation GmbH & Co. KG
- DynamicSymbolsProviderAdd Method
- DynamicSymbolsProviderAddOrUpdate Method
- DynamicSymbolsProviderClear Method
- DynamicSymbolsProviderContainsKey Method
- DynamicSymbolsProviderCopyTo Method
- DynamicSymbolsProviderDispose Method
- DynamicSymbolsProviderGetEnumerator Method
- DynamicSymbolsProviderGetSchema Method
- DynamicSymbolsProviderHandleCommand Method
- DynamicSymbolsProviderHandleCommandAsync Method
- DynamicSymbolsProviderHandleCommands Method
- DynamicSymbolsProviderHandleCommandsAsync Method
- DynamicSymbolsProviderHandleException Method
- DynamicSymbolsProviderHandleExceptionAsync Method
- DynamicSymbolsProviderRemove Method
- DynamicSymbolsProviderTryGetValue Method