TcHmiSrvExportListener Class

Provides a listener to react on configuration exports and imports.

Inheritance Hierarchy

System.Object
  TcHmiSrv.TcHmiSrvListener
    TcHmiSrv.TcHmiSrvExportListenerBase
      TcHmiSrv.TcHmiSrvExportListener
Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 3.0.0.0

Syntax

C#

public class TcHmiSrvExportListener : TcHmiSrvExportListenerBase, 
    IExternalCaller<string>

The TcHmiSrvExportListener type exposes the following members.

Constructors

 

Name

Description

TcHmiSrvExportListener Class 1:

TcHmiSrvExportListener

Initializes a new instance of the TcHmiSrvExportListener class

Properties

 

Name

Description

TcHmiSrvExportListener Class 2:

Type

(Inherited from TcHmiSrvListener.)

Methods

 

Name

Description

TcHmiSrvExportListener Class 3:

Dispose.

(Inherited from TcHmiSrvListener.)

TcHmiSrvExportListener Class 4:

Dispose(Boolean)

(Inherited from TcHmiSrvExportListenerBase.)

TcHmiSrvExportListener Class 5:

Equals

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

TcHmiSrvExportListener Class 6:

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 Class 7:

GetHashCode

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

TcHmiSrvExportListener Class 8:

GetType

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

TcHmiSrvExportListener Class 9:

MemberwiseClone

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

TcHmiSrvExportListener Class 10:

ToString

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

Events

 

Name

Description

TcHmiSrvExportListener Class 11:

BeforeExport

Called before a configuration export.
If the Result of the returned value does not equal HMI_SUCCESS, the configuration export will be aborted.
With complex data, this method is called for every path.

TcHmiSrvExportListener Class 12:

BeforeImport

Called before a configuration import.
If the Result of the returned value does not equal HMI_SUCCESS, the configuration import will be aborted.
With complex data, this method is called for every path.

Reference

TcHmiSrv Namespace