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 |
---|---|---|
|
Gets a value that indicates if the IDefinition.TType. is a function. | |
|
Gets the read value of the IDefinition.TType. | |
|
Gets the write value of the IDefinition.TType. |