SortedDynamicSymbolsProvider Class

Provides dynamic symbols in TwinCAT HMI server extensions. The Symbols are sorted using StringComparer

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 SortedDynamicSymbolsProvider : DynamicSymbolsProvider

The SortedDynamicSymbolsProvider type exposes the following members.

Constructors

 

Name

Description

SortedDynamicSymbolsProvider Class 1:

SortedDynamicSymbolsProvider(IEnumerableKeyValuePairString, Symbol)

Initializes a new instance of the SortedDynamicSymbolsProvider class with the specified Symbols and Ordinal.

SortedDynamicSymbolsProvider Class 2:

SortedDynamicSymbolsProvider(IEnumerableKeyValuePairString, Symbol, Boolean)

Initializes a new instance of the SortedDynamicSymbolsProvider class with the specified Symbols and Ordinal.

SortedDynamicSymbolsProvider Class 3:

SortedDynamicSymbolsProvider(IEnumerableKeyValuePairString, Symbol, IComparerString)

Initializes a new instance of the SortedDynamicSymbolsProvider class with the specified Symbols and an IComparerT that is used to sort the Symbols and Definitions.

SortedDynamicSymbolsProvider Class 4:

SortedDynamicSymbolsProvider(IEnumerableKeyValuePairString, Symbol, Boolean, Boolean)

Initializes a new instance of the SortedDynamicSymbolsProvider class with the specified Symbols and Ordinal.

SortedDynamicSymbolsProvider Class 5:

SortedDynamicSymbolsProvider(IEnumerableKeyValuePairString, Symbol, IComparerString, Boolean)

Initializes a new instance of the SortedDynamicSymbolsProvider class with the specified Symbols and an IComparerT that is used to sort the Symbols and Definitions.

SortedDynamicSymbolsProvider Class 6:

SortedDynamicSymbolsProvider(IEnumerableKeyValuePairString, Symbol, IComparerString, Boolean, Boolean)

Initializes a new instance of the SortedDynamicSymbolsProvider class with the specified Symbols and an IComparerT that is used to sort the Symbols and Definitions.

Properties

 

Name

Description

SortedDynamicSymbolsProvider Class 7:

Count

Gets the number of Symbols contained in the DynamicSymbolsProvider.
(Inherited from DynamicSymbolsProvider)

SortedDynamicSymbolsProvider Class 8:

Definitions

Gets the Definitions of the Symbols of the DynamicSymbolsProvider.
(Inherited from DynamicSymbolsProvider)

SortedDynamicSymbolsProvider Class 9:

IsReadOnly

Gets a value indicating whether the DynamicSymbolsProvider is read-only.
(Inherited from DynamicSymbolsProvider)

SortedDynamicSymbolsProvider Class 10:

Item

Gets or sets the Symbol with the specified key.
(Inherited from DynamicSymbolsProvider)

SortedDynamicSymbolsProvider Class 11:

Keys

Gets an ICollectionT containing the keys of the Symbols.
(Inherited from DynamicSymbolsProvider)

SortedDynamicSymbolsProvider Class 12:

StringComparer

Gets the IComparerT that is used to sort the Symbols and Definition s.

SortedDynamicSymbolsProvider Class 13:

Values

Gets an ICollectionT containing the Symbols.
(Inherited from DynamicSymbolsProvider)

Methods

 

Name

Description

SortedDynamicSymbolsProvider Class 14:

Add

Adds a Symbol with the specified key to the DynamicSymbolsProvider.
(Inherited from DynamicSymbolsProvider)

SortedDynamicSymbolsProvider Class 15:

AddOrUpdate

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)

SortedDynamicSymbolsProvider Class 16:

Clear

Removes all Symbols from the DynamicSymbolsProvider.
(Inherited from DynamicSymbolsProvider)

SortedDynamicSymbolsProvider Class 17:

ContainsKey

Determines whether the DynamicSymbolsProvider contains a Symbol with the specified key.
(Inherited from DynamicSymbolsProvider)

SortedDynamicSymbolsProvider Class 18:

CopyTo

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

SortedDynamicSymbolsProvider Class 19:

Dispose

Disposes the DynamicSymbolsProvider.
(Inherited from DynamicSymbolsProvider)

SortedDynamicSymbolsProvider Class 20:

Dispose(Boolean)


(Inherited from DynamicSymbolsProvider)

SortedDynamicSymbolsProvider Class 21:

Equals

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

SortedDynamicSymbolsProvider Class 22:

Finalize

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

SortedDynamicSymbolsProvider Class 23:

GetEnumerator

Returns an IEnumeratorT that iterates through the Symbols of the DynamicSymbolsProvider.
(Inherited from DynamicSymbolsProvider)

SortedDynamicSymbolsProvider Class 24:

GetHashCode

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

SortedDynamicSymbolsProvider Class 25:

GetSchema(QueueString)

Gets the schema of the Symbol at the specified path.
(Inherited from DynamicSymbolsProvider)

SortedDynamicSymbolsProvider Class 26:

GetSchema(String)

Gets the schema of the Symbol at the specified path.
(Inherited from DynamicSymbolsProvider)

SortedDynamicSymbolsProvider Class 27:

GetSchema(String, QueueString)

Gets the schema of the Symbol with the specified key at the specified path.
(Inherited from DynamicSymbolsProvider)

SortedDynamicSymbolsProvider Class 28:

GetType

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

SortedDynamicSymbolsProvider Class 29:

HandleCommand

Handles the specified Command.
(Inherited from DynamicSymbolsProvider)

SortedDynamicSymbolsProvider Class 30:

HandleCommandAsync

Handles the specified Command under the specified Context as an asynchronous operation.
(Inherited from DynamicSymbolsProvider)

SortedDynamicSymbolsProvider Class 31:

HandleCommands(CommandGroup)

Handles the Commands in the specified CommandGroup.
(Inherited from DynamicSymbolsProvider)

SortedDynamicSymbolsProvider Class 32:

HandleCommands(CommandGroup, Context)

Handles the Commands in the specified CommandGroup under the specified Context.
(Inherited from DynamicSymbolsProvider)

SortedDynamicSymbolsProvider Class 33:

HandleCommandsAsync

Handles the Commands in the specified CommandGroup under the specified Context as an asynchronous operation.
(Inherited from DynamicSymbolsProvider)

SortedDynamicSymbolsProvider Class 34:

HandleException

Handles the Exception that was thrown while handling the specified Command.
(Inherited from DynamicSymbolsProvider)

SortedDynamicSymbolsProvider Class 35:

HandleExceptionAsync

Handles the Exception that was thrown while handling the specified Command under the specified Context as an asynchronous operation.
(Inherited from DynamicSymbolsProvider)

SortedDynamicSymbolsProvider Class 36:

MemberwiseClone

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

SortedDynamicSymbolsProvider Class 37:

Remove

Removes the Symbol with the specified key from the DynamicSymbolsProvider.
(Inherited from DynamicSymbolsProvider)

SortedDynamicSymbolsProvider Class 38:

ToString

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

SortedDynamicSymbolsProvider Class 39:

TryGetValue

Gets the Symbol associated with the specified key.
(Inherited from DynamicSymbolsProvider)

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