ISymbol.TType. Interface

Contains the basic information for a symbol that is required by ListSymbols.TType.(Command, IEnumerable.ISymbol.TType., TcHmiSchemaBuilder.TType.) .

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

Syntax

C#

public interface ISymbol<out TType> : IDefinition<TType>

Type Parameters

TType

The type of the class that contains the schema information.

The ISymbol.TType. type exposes the following members.

Properties

 

Name

Description

ISymbol.TType. Interface 1:

IsFunction

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

ISymbol.TType. Interface 2:

Name

The name of the symbol.

ISymbol.TType. Interface 3:

ReadValue

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

ISymbol.TType. Interface 4:

WriteValue

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

Reference

TcHmiSrv.DynamicSymbols Namespace