DynamicSymbolsProvider Class

Provides dynamic symbols in TwinCAT HMI server extensions.

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 DynamicSymbolsProvider : IDictionary<string, Symbol>, 
    ICollection<KeyValuePair<string, Symbol>>, IEnumerable<KeyValuePair<string, Symbol>>, 
    IEnumerable

The DynamicSymbolsProvider type exposes the following members.

Constructors

 

Name

Description

DynamicSymbolsProvider Class 1:

DynamicSymbolsProvider.

Initializes a new instance of the DynamicSymbolsProvider class without Symbols.

DynamicSymbolsProvider Class 2:

DynamicSymbolsProvider(Boolean)

Initializes a new instance of the DynamicSymbolsProvider class without Symbols.

DynamicSymbolsProvider Class 3:

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

Initializes a new instance of the DynamicSymbolsProvider class with the specified Symbols.

DynamicSymbolsProvider Class 4:

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

Initializes a new instance of the DynamicSymbolsProvider class with the specified Symbols.

DynamicSymbolsProvider Class 5:

DynamicSymbolsProvider(IEnumerable.KeyValuePair.String, Symbol.., IComparer.String.)

Initializes a new instance of the DynamicSymbolsProvider class with the specified Symbols and an IComparer.T. that is used to sort the Definitions.

DynamicSymbolsProvider Class 6:

DynamicSymbolsProvider(IEnumerable.KeyValuePair.String, Symbol.., IComparer.String., Boolean)

Initializes a new instance of the DynamicSymbolsProvider class with the specified Symbols and an IComparer.T. that is used to sort the Definitions.

Properties

 

Name

Description

DynamicSymbolsProvider Class 7:

Count

Gets the number of Symbols contained in the DynamicSymbolsProvider.

DynamicSymbolsProvider Class 8:

Definitions

Gets the Definitions of the Symbols of the DynamicSymbolsProvider.

DynamicSymbolsProvider Class 9:

IsReadOnly

Gets a value indicating whether the DynamicSymbolsProvider is read-only.

DynamicSymbolsProvider Class 10:

Item

Gets or sets the Symbol with the specified key.

DynamicSymbolsProvider Class 11:

Keys

Gets an ICollection.T. containing the keys of the Symbols.

DynamicSymbolsProvider Class 12:

Values

Gets an ICollection.T. containing the Symbols.

Methods

 

Name

Description

DynamicSymbolsProvider Class 13:

Add

Adds a Symbol with the specified key to the DynamicSymbolsProvider.

DynamicSymbolsProvider Class 14:

AddOrUpdate

Add a Symbol to the DynamicSymbolsProvider if the specified key does not already exist, or updates an existing Symbol of the DynamicSymbolsProvider.

DynamicSymbolsProvider Class 15:

Clear

Removes all Symbols from the DynamicSymbolsProvider.

DynamicSymbolsProvider Class 16:

ContainsKey

Determines whether the DynamicSymbolsProvider contains a Symbol with the specified key.

DynamicSymbolsProvider Class 17:

CopyTo

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

DynamicSymbolsProvider Class 18:

Equals

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

DynamicSymbolsProvider Class 19:

Finalize

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

DynamicSymbolsProvider Class 20:

GetEnumerator

Returns an IEnumerator.T. that iterates through the Symbols of the DynamicSymbolsProvider.

DynamicSymbolsProvider Class 21:

GetHashCode

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

DynamicSymbolsProvider Class 22:

GetSchema(Queue.String.)

Gets the schema of the Symbol at the specified path.

DynamicSymbolsProvider Class 23:

GetSchema(String)

Gets the schema of the Symbol at the specified path.

DynamicSymbolsProvider Class 24:

GetSchema(String, Queue.String.)

Gets the schema of the Symbol with the specified key at the specified path.

DynamicSymbolsProvider Class 25:

GetType

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

DynamicSymbolsProvider Class 26:

HandleCommand

Handles the specified Command.

DynamicSymbolsProvider Class 27:

HandleCommands

Handles the Commands in the specified CommandGroup.

DynamicSymbolsProvider Class 28:

HandleException

Handles the Exception that was thrown while handling the specified Command.

DynamicSymbolsProvider Class 29:

MemberwiseClone

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

DynamicSymbolsProvider Class 30:

Remove

Removes the Symbol with the specified key from the DynamicSymbolsProvider.

DynamicSymbolsProvider Class 31:

ToString

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

DynamicSymbolsProvider Class 32:

TryGetValue

Gets the Symbol associated with the specified key.

Reference

TcHmiSrv.Core.Tools.DynamicSymbols Namespace