Click or drag to resize

ExportSerializationArgs Class

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ATR.CT.CTInterfaceExportSerializationArgs

Namespace:  ATR.CT.CTInterface
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public class ExportSerializationArgs : EventArgs

The ExportSerializationArgs type exposes the following members.

Properties
  NameDescription
Public propertyExportProfile
Currently used Export Profile
Public propertyHandled
At OnSerializeForSecondPhase, set TRUE to request second phase for the add-in. False by default. At OnDeserializeSecondPhase, set FALSE if case the deserialization fails to cancel the process. True by default. At OnFinalizeSecondPhase this indicates if all conversions were performed successfully (TRUE) or not (FALSE), but setting the value has not meaning.
Public propertySerializationData
Top
Methods
  NameDescription
Public methodCreateLogger
Provides logger instance. Not available during OnSerializeForSecondPhase.
Top
Availability

CUSTOMTOOLS 2021 SP0


See Also