TcHmiSrvExportListener.BeforeImportEventArgs Constructor

Initializes a new instance of the TcHmiSrvExportListener.BeforeImportEventArgs class.

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

Syntax

C#

public BeforeImportEventArgs(
    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 import.

value

Type: TcHmiSrv.Value
The Value to import.

root

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

reference

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

Reference

TcHmiSrvExportListener.BeforeImportEventArgs Class

TcHmiSrv Namespace