BeforeExportEventArgs Class

Provides data for a BeforeExport event.

Inheritance Hierarchy

System.Object
  System.EventArgs
    TcHmiSrv.Core.Listeners.ExportListenerEventArgs.BeforeExportEventArgs
Namespace:  TcHmiSrv.Core.Listeners.ExportListenerEventArgs
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public class BeforeExportEventArgs : EventArgs

The BeforeExportEventArgs type exposes the following members.

Properties

 

Name

Description

BeforeExportEventArgs Class 1:

Context

Gets the Context of the event.

BeforeExportEventArgs Class 2:

Path

Gets the path of the Value to export.

BeforeExportEventArgs Class 3:

Reference

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

BeforeExportEventArgs Class 4:

Root

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

BeforeExportEventArgs Class 5:

Value

Gets the Value to export.

Methods

 

Name

Description

BeforeExportEventArgs Class 6:

Equals

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

BeforeExportEventArgs Class 7:

Finalize

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

BeforeExportEventArgs Class 8:

GetHashCode

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

BeforeExportEventArgs Class 9:

GetType

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

BeforeExportEventArgs Class 10:

MemberwiseClone

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

BeforeExportEventArgs Class 11:

ToString

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

Reference

TcHmiSrv.Core.Listeners.ExportListenerEventArgs Namespace