ExportListener Class
Represents a listener to react on configuration exports and imports. This class cannot be inherited.
Inheritance Hierarchy
System.Object
Listener
TcHmiSrv.Core.Listeners.ExportListener
Namespace: TcHmiSrv.Core.Listeners
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public sealed class ExportListener : Listener
The ExportListener type exposes the following members.
Constructors
|
Name |
Description |
---|---|---|
|
Initializes a new instance of the ExportListener class. |
Methods
|
Name |
Description |
---|---|---|
|
Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
|
Serves as the default hash function. (Inherited from Object.) | |
|
Gets the Type of the current instance. (Inherited from Object.) | |
|
Returns a string that represents the current object. (Inherited from Object.) |
Events
|
Name |
Description |
---|---|---|
|
Called before a configuration export. If an Exception is thrown, the configuration export will be aborted.For complex data, this method is called for each element. | |
|
Called before a configuration import. If an Exception is thrown, the configuration import will be aborted.For complex data, this method is called for each element. |