IDefinition.TType. Interface

Contains the basic information for a definition that is required by GetSchema.TType.(Command, IDefinition.TType., TcHmiSchemaBuilder.TType.) and GetDefinitions.TType.(Command, IEnumerable.IDefinition.TType., TcHmiSchemaBuilder.TType.) .

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

Syntax

C#

public interface IDefinition<out TType>

Type Parameters

TType

The type of the class that contains the schema information.

The IDefinition.TType. type exposes the following members.

Properties

 

Name

Description

IDefinition.TType. Interface 1:

IsFunction

Gets a value that indicates if the IDefinition.TType. is a function.

IDefinition.TType. Interface 2:

ReadValue

Gets the read value of the IDefinition.TType.

IDefinition.TType. Interface 3:

WriteValue

Gets the write value of the IDefinition.TType.

Reference

TcHmiSrv.DynamicSymbols Namespace