IExtendedSymbol.TType, TInfo. Interface

Provides an interface to pass additional symbol information to ListSymbols.TType, TInfo.(Command, IEnumerable.IExtendedSymbol.TType, TInfo.., TcHmiSchemaBuilder.TType, TInfo.) .

Namespace:  TcHmiSrv.DynamicSymbols
Assembly:  TcHmiSrvExtNet.DynamicSymbols (in TcHmiSrvExtNet.DynamicSymbols.dll) Version: 2.0.0.0

Syntax

C#

public interface IExtendedSymbol<out TType, out TInfo> : ISymbol<TType>, 
    IDefinition<TType>, IExtendedDefinition<TType, TInfo>

Type Parameters

TType

The type of the class that contains the schema information.

TInfo

The type of the class that contains additional information.

The IExtendedSymbol.TType, TInfo. type exposes the following members.

Properties

 

Name

Description

IExtendedSymbol.TType, TInfo. Interface 1:

Info

Contains the additional information. (Inherited from IExtendedDefinition.TType, TInfo..)

IExtendedSymbol.TType, TInfo. Interface 2:

IsFunction

Gets a value that indicates if the IDefinition.TType. is a function. (Inherited from IDefinition.TType..)

IExtendedSymbol.TType, TInfo. Interface 3:

Name

The name of the symbol. (Inherited from ISymbol.TType..)

IExtendedSymbol.TType, TInfo. Interface 4:

ReadValue

Gets the read value of the IDefinition.TType.. (Inherited from IDefinition.TType..)

IExtendedSymbol.TType, TInfo. Interface 5:

WriteValue

Gets the write value of the IDefinition.TType.. (Inherited from IDefinition.TType..)

Reference

TcHmiSrv.DynamicSymbols Namespace