DynamicSymbolsProvider Class
Provides dynamic symbols in TwinCAT HMI server extensions.
Inheritance Hierarchy
SystemObject
TcHmiSrv.Core.Tools.DynamicSymbolsDynamicSymbolsProvider
TcHmiSrv.Core.Tools.DynamicSymbolsSortedDynamicSymbolsProvider
Namespace: TcHmiSrv.Core.Tools.DynamicSymbols
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version:
3.1.7447.0+85f9b473a1dd11b8f3e5c9a182fd1901975e46f9
Syntax
C#
public class DynamicSymbolsProvider : IDictionary<string, Symbol>,
ICollection<KeyValuePair<string, Symbol>>, IEnumerable<KeyValuePair<string, Symbol>>,
IEnumerable, IDisposableThe DynamicSymbolsProvider type exposes the following members.
Constructors
|
|
Name |
Description |
|---|---|---|
|
|
Initializes a new instance of the DynamicSymbolsProvider class without Symbols. | |
|
|
Initializes a new instance of the DynamicSymbolsProvider class without Symbols. | |
|
|
DynamicSymbolsProvider(IEnumerableKeyValuePairString, Symbol) |
Initializes a new instance of the DynamicSymbolsProvider class with the specified Symbols. |
|
|
Initializes a new instance of the DynamicSymbolsProvider class without Symbols. | |
|
|
DynamicSymbolsProvider(IEnumerableKeyValuePairString, Symbol, Boolean) |
Initializes a new instance of the DynamicSymbolsProvider class with the specified Symbols. |
|
|
DynamicSymbolsProvider(IEnumerableKeyValuePairString, Symbol, IComparerString) |
Initializes a new instance of the DynamicSymbolsProvider class with the specified Symbols and an IComparerT that is used to sort the Definitions. |
|
|
DynamicSymbolsProvider(IEnumerableKeyValuePairString, Symbol, Boolean, Boolean) |
Initializes a new instance of the DynamicSymbolsProvider class with the specified Symbols. |
|
|
DynamicSymbolsProvider(IEnumerableKeyValuePairString, Symbol, IComparerString, Boolean) |
Initializes a new instance of the DynamicSymbolsProvider class with the specified Symbols and an IComparerT that is used to sort the Definitions. |
|
|
DynamicSymbolsProvider(IEnumerableKeyValuePairString, Symbol, IComparerString, Boolean, Boolean) |
Initializes a new instance of the DynamicSymbolsProvider class with the specified Symbols and an IComparerT that is used to sort the Definitions. |
Properties
|
|
Name |
Description |
|---|---|---|
|
|
Gets the number of Symbols contained in the DynamicSymbolsProvider. | |
|
|
Gets the Definitions of the Symbols of the DynamicSymbolsProvider. | |
|
|
Gets a value indicating whether the DynamicSymbolsProvider is read-only. | |
|
|
Gets or sets the Symbol with the specified key. | |
|
|
Gets an ICollectionT containing the keys of the Symbols. | |
|
|
Gets an ICollectionT containing the Symbols. |
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. | |
|
|
Releases the unmanaged resources used by the DynamicSymbolsProvider and optionally releases the managed resources | |
|
|
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. |
Version Information
Supported in: 3.1.7447.0, 2.3.7447.0, 1.10.7447.0
Reference
TcHmiSrv.Core.Tools.DynamicSymbols Namespace
Copyright © Beckhoff Automation GmbH & Co. KG