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 |
---|---|---|
|
Gets a value that indicates if the IDefinition.TType. is a function. (Inherited from IDefinition.TType..) | |
|
The name of the symbol. | |
|
Gets the read value of the IDefinition.TType.. (Inherited from IDefinition.TType..) | |
|
Gets the write value of the IDefinition.TType.. (Inherited from IDefinition.TType..) |