TcHmiSrvExportListener.BeforeExportEventArgs Constructor

Initializes a new instance of the TcHmiSrvExportListener.BeforeExportEventArgs class.

Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 3.0.0.0

Syntax

C#

public BeforeExportEventArgs(
    Context context,
    string path,
    Value value,
    Value root,
    string reference
)

Parameters

context

Type: TcHmiSrv.Context
The Context of the event.

path

Type: System.String
The path of the Value to export.

value

Type: TcHmiSrv.Value
The Value to export.

root

Type: TcHmiSrv.Value
The root Value that contains the whole data to export.

reference

Type: System.String
The name of the JSON schema reference of the Value to export.

Reference

TcHmiSrvExportListener.BeforeExportEventArgs Class

TcHmiSrv Namespace