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