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 Class 1:

SortedDynamicSymbolsProvider(IEnumerable.KeyValuePair.String, Symbol..)

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

SortedDynamicSymbolsProvider Class 2:

SortedDynamicSymbolsProvider(IEnumerable.KeyValuePair.String, Symbol.., Boolean)

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

SortedDynamicSymbolsProvider Class 3:

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 Class 4:

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

SortedDynamicSymbolsProvider Class 5:

Count

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

SortedDynamicSymbolsProvider Class 6:

Definitions

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

SortedDynamicSymbolsProvider Class 7:

IsReadOnly

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

SortedDynamicSymbolsProvider Class 8:

Item

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

SortedDynamicSymbolsProvider Class 9:

Keys

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

SortedDynamicSymbolsProvider Class 10:

StringComparer

Gets the IComparer.T. that is used to sort the Symbols and Definitions.

SortedDynamicSymbolsProvider Class 11:

Values

Gets an ICollection.T. containing the Symbols. (Inherited from DynamicSymbolsProvider.)

Methods

 

Name

Description

SortedDynamicSymbolsProvider Class 12:

Add

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

SortedDynamicSymbolsProvider Class 13:

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 14:

Clear

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

SortedDynamicSymbolsProvider Class 15:

ContainsKey

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

SortedDynamicSymbolsProvider Class 16:

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 17:

Equals

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

SortedDynamicSymbolsProvider Class 18:

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 19:

GetEnumerator

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

SortedDynamicSymbolsProvider Class 20:

GetHashCode

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

SortedDynamicSymbolsProvider Class 21:

GetSchema(Queue.String.)

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

SortedDynamicSymbolsProvider Class 22:

GetSchema(String)

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

SortedDynamicSymbolsProvider Class 23:

GetSchema(String, Queue.String.)

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

SortedDynamicSymbolsProvider Class 24:

GetType

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

SortedDynamicSymbolsProvider Class 25:

HandleCommand

Handles the specified Command. (Inherited from DynamicSymbolsProvider.)

SortedDynamicSymbolsProvider Class 26:

HandleCommands

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

SortedDynamicSymbolsProvider Class 27:

HandleException

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

SortedDynamicSymbolsProvider Class 28:

MemberwiseClone

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

SortedDynamicSymbolsProvider Class 29:

Remove

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

SortedDynamicSymbolsProvider Class 30:

ToString

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

SortedDynamicSymbolsProvider Class 31:

TryGetValue

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

Reference

TcHmiSrv.Core.Tools.DynamicSymbols Namespace