IExtendedDefinition.TType, TInfo. Interface
Provides an interface to pass additional definition information to GetSchema.TType, TInfo.(Command, IExtendedDefinition.TType, TInfo., TcHmiSchemaBuilder.TType, TInfo.) and GetDefinitions.TType, TInfo.(Command, IEnumerable.IExtendedDefinition.TType, TInfo.., TcHmiSchemaBuilder.TType, TInfo.) .
Namespace: TcHmiSrv.DynamicSymbols
Assembly: TcHmiSrvExtNet.DynamicSymbols (in
TcHmiSrvExtNet.DynamicSymbols.dll) Version: 2.0.0.0
Syntax
C#
public interface IExtendedDefinition<out TType, out TInfo> : IDefinition<TType>
Type Parameters
TType |
The type of the class that contains the schema information. |
TInfo |
The type of the class that contains additional information. |
The IExtendedDefinition.TType, TInfo. type exposes the following members.
Properties
|
Name |
Description |
---|---|---|
|
Contains the additional information. | |
|
Gets a value that indicates if the IDefinition.TType. is a function. (Inherited from IDefinition.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..) |