SortedDynamicSymbolsProvider Class
Provides dynamic symbols in TwinCAT HMI server extensions. The Symbols are sorted using StringComparer
Inheritance Hierarchy
System.Object
TcHmiSrv.Core.Tools.DynamicSymbols.DynamicSymbolsProvider
TcHmiSrv.Core.Tools.DynamicSymbols.SortedDynamicSymbolsProvider
Namespace: TcHmiSrv.Core.Tools.DynamicSymbols
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public class SortedDynamicSymbolsProvider : DynamicSymbolsProvider
The SortedDynamicSymbolsProvider type exposes the following members.
Constructors
|
Name |
Description |
---|---|---|
|
SortedDynamicSymbolsProvider(IEnumerable.KeyValuePair.String, Symbol..) |
Initializes a new instance of the SortedDynamicSymbolsProvider class with the specified Symbols and Ordinal. |
|
SortedDynamicSymbolsProvider(IEnumerable.KeyValuePair.String, Symbol.., Boolean) |
Initializes a new instance of the SortedDynamicSymbolsProvider class with the specified Symbols and Ordinal. |
|
SortedDynamicSymbolsProvider(IEnumerable.KeyValuePair.String, Symbol.., IComparer.String.) |
Initializes a new instance of the SortedDynamicSymbolsProvider class with the specified Symbols and an IComparer.T. that is used to sort the Symbols and Definitions. |
|
SortedDynamicSymbolsProvider(IEnumerable.KeyValuePair.String, Symbol.., IComparer.String., Boolean) |
Initializes a new instance of the SortedDynamicSymbolsProvider class with the specified Symbols and an IComparer.T. that is used to sort the Symbols and Definitions. |
Properties
|
Name |
Description |
---|---|---|
|
Gets the number of Symbols contained in the DynamicSymbolsProvider. (Inherited from DynamicSymbolsProvider.) | |
|
Gets the Definitions of the Symbols of the DynamicSymbolsProvider. (Inherited from DynamicSymbolsProvider.) | |
|
Gets a value indicating whether the DynamicSymbolsProvider is read-only. (Inherited from DynamicSymbolsProvider.) | |
|
Gets or sets the Symbol with the specified key. (Inherited from DynamicSymbolsProvider.) | |
|
Gets an ICollection.T. containing the keys of the Symbols. (Inherited from DynamicSymbolsProvider.) | |
|
Gets the IComparer.T. that is used to sort the Symbols and Definitions. | |
|
Gets an ICollection.T. containing the Symbols. (Inherited from DynamicSymbolsProvider.) |
Methods
|
Name |
Description |
---|---|---|
|
Adds a Symbol with the specified key to the DynamicSymbolsProvider. (Inherited from DynamicSymbolsProvider.) | |
|
Add a Symbol to the DynamicSymbolsProvider if the specified key does not already exist, or updates an existing Symbol of the DynamicSymbolsProvider. (Inherited from DynamicSymbolsProvider.) | |
|
Removes all Symbols from the DynamicSymbolsProvider. (Inherited from DynamicSymbolsProvider.) | |
|
Determines whether the DynamicSymbolsProvider contains a Symbol with the specified key. (Inherited from DynamicSymbolsProvider.) | |
|
Copies the Symbols of the DynamicSymbolsProvider to a compatible one-dimensional array, starting at the specified index of the target array. (Inherited from DynamicSymbolsProvider.) | |
|
Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
|
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
|
Returns an IEnumerator.T. that iterates through the Symbols of the DynamicSymbolsProvider. (Inherited from DynamicSymbolsProvider.) | |
|
Serves as the default hash function. (Inherited from Object.) | |
|
Gets the schema of the Symbol at the specified path. (Inherited from DynamicSymbolsProvider.) | |
|
Gets the schema of the Symbol at the specified path. (Inherited from DynamicSymbolsProvider.) | |
|
Gets the schema of the Symbol with the specified key at the specified path. (Inherited from DynamicSymbolsProvider.) | |
|
Gets the Type of the current instance. (Inherited from Object.) | |
|
Handles the specified Command. (Inherited from DynamicSymbolsProvider.) | |
|
Handles the Commands in the specified CommandGroup. (Inherited from DynamicSymbolsProvider.) | |
|
Handles the Exception that was thrown while handling the specified Command. (Inherited from DynamicSymbolsProvider.) | |
|
Creates a shallow copy of the current Object. (Inherited from Object.) | |
|
Removes the Symbol with the specified key from the DynamicSymbolsProvider. (Inherited from DynamicSymbolsProvider.) | |
|
Returns a string that represents the current object. (Inherited from Object.) | |
|
Gets the Symbol associated with the specified key. (Inherited from DynamicSymbolsProvider.) |