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, IDisposable

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(IEnumerableKeyValuePairString, Symbol)

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

DynamicSymbolsProvider Class 4:

DynamicSymbolsProvider(Boolean, Boolean)

Initializes a new instance of the DynamicSymbolsProvider class without Symbols.

DynamicSymbolsProvider Class 5:

DynamicSymbolsProvider(IEnumerableKeyValuePairString, Symbol, Boolean)

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

DynamicSymbolsProvider Class 6:

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

DynamicSymbolsProvider(IEnumerableKeyValuePairString, Symbol, Boolean, Boolean)

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

DynamicSymbolsProvider Class 8:

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

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

DynamicSymbolsProvider Class 10:

Count

Gets the number of Symbols contained in the DynamicSymbolsProvider.

DynamicSymbolsProvider Class 11:

Definitions

Gets the Definitions of the Symbols of the DynamicSymbolsProvider.

DynamicSymbolsProvider Class 12:

IsReadOnly

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

DynamicSymbolsProvider Class 13:

Item

Gets or sets the Symbol with the specified key.

DynamicSymbolsProvider Class 14:

Keys

Gets an ICollectionT containing the keys of the Symbols.

DynamicSymbolsProvider Class 15:

Values

Gets an ICollectionT containing the Symbols.

Methods

 

Name

Description

DynamicSymbolsProvider Class 16:

Add

Adds a Symbol with the specified key to the DynamicSymbolsProvider.

DynamicSymbolsProvider Class 17:

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

Clear

Removes all Symbols from the DynamicSymbolsProvider.

DynamicSymbolsProvider Class 19:

ContainsKey

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

DynamicSymbolsProvider Class 20:

CopyTo

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

DynamicSymbolsProvider Class 21:

Dispose

Disposes the DynamicSymbolsProvider.

DynamicSymbolsProvider Class 22:

Dispose(Boolean)

Releases the unmanaged resources used by the DynamicSymbolsProvider and optionally releases the managed resources

DynamicSymbolsProvider Class 23:

Equals

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

DynamicSymbolsProvider Class 24:

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

GetEnumerator

Returns an IEnumeratorT that iterates through the Symbols of the DynamicSymbolsProvider.

DynamicSymbolsProvider Class 26:

GetHashCode

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

DynamicSymbolsProvider Class 27:

GetSchema(QueueString)

Gets the schema of the Symbol at the specified path.

DynamicSymbolsProvider Class 28:

GetSchema(String)

Gets the schema of the Symbol at the specified path.

DynamicSymbolsProvider Class 29:

GetSchema(String, QueueString)

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

DynamicSymbolsProvider Class 30:

GetType

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

DynamicSymbolsProvider Class 31:

HandleCommand

Handles the specified Command.

DynamicSymbolsProvider Class 32:

HandleCommandAsync

Handles the specified Command under the specified Context as an asynchronous operation.

DynamicSymbolsProvider Class 33:

HandleCommands(CommandGroup)

Handles the Commands in the specified CommandGroup.

DynamicSymbolsProvider Class 34:

HandleCommands(CommandGroup, Context)

Handles the Commands in the specified CommandGroup under the specified Context.

DynamicSymbolsProvider Class 35:

HandleCommandsAsync

Handles the Commands in the specified CommandGroup under the specified Context as an asynchronous operation.

DynamicSymbolsProvider Class 36:

HandleException

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

DynamicSymbolsProvider Class 37:

HandleExceptionAsync

Handles the Exception that was thrown while handling the specified Command under the specified Context as an asynchronous operation.

DynamicSymbolsProvider Class 38:

MemberwiseClone

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

DynamicSymbolsProvider Class 39:

Remove

Removes the Symbol with the specified key from the DynamicSymbolsProvider.

DynamicSymbolsProvider Class 40:

ToString

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

DynamicSymbolsProvider Class 41:

TryGetValue

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