TcHmiSrvExportListener.BeforeExportEventArgs Class

Provides data for a BeforeExport event.

Inheritance Hierarchy

System.Object
  System.EventArgs
    TcHmiSrv.TcHmiSrvExportListener.BeforeExportEventArgs
Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 3.0.0.0

Syntax

C#

public class BeforeExportEventArgs : EventArgs

The TcHmiSrvExportListener.BeforeExportEventArgs type exposes the following members.

Constructors

 

Name

Description

TcHmiSrvExportListener.BeforeExportEventArgs Class 1:

TcHmiSrvExportListener.BeforeExportEventArgs

Initializes a new instance of the TcHmiSrvExportListener.BeforeExportEventArgs class.

Properties

 

Name

Description

TcHmiSrvExportListener.BeforeExportEventArgs Class 2:

Context

Gets the Context of the event.

TcHmiSrvExportListener.BeforeExportEventArgs Class 3:

Path

Gets the path of the Value to export.

TcHmiSrvExportListener.BeforeExportEventArgs Class 4:

Reference

Gets the name of the JSON schema reference of the Value to export.

TcHmiSrvExportListener.BeforeExportEventArgs Class 5:

Root

Gets the root Value that contains the whole data to export.

TcHmiSrvExportListener.BeforeExportEventArgs Class 6:

Value

Gets the Value to export.

Methods

 

Name

Description

TcHmiSrvExportListener.BeforeExportEventArgs Class 7:

Equals

Determines whether the specified object is equal to the current object. (Inherited from Object.)

TcHmiSrvExportListener.BeforeExportEventArgs Class 8:

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

TcHmiSrvExportListener.BeforeExportEventArgs Class 9:

GetHashCode

Serves as the default hash function. (Inherited from Object.)

TcHmiSrvExportListener.BeforeExportEventArgs Class 10:

GetType

Gets the Type of the current instance. (Inherited from Object.)

TcHmiSrvExportListener.BeforeExportEventArgs Class 11:

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

TcHmiSrvExportListener.BeforeExportEventArgs Class 12:

ToString

Returns a string that represents the current object. (Inherited from Object.)

Reference

TcHmiSrv Namespace