Click or drag to resize

ExportSerializationArgs Class

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ATR.CT.CTInterfaceExportSerializationArgs

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
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 Serialization data. Set at OnSerializeForSecondPhase and get at OnDeserializeSecondPhase or OnFinalizeSecondPhase.
Top
Methods
 NameDescription
Public methodCreateLogger Provides logger instance. Not available during OnSerializeForSecondPhase.
Top
Revision History
DateVersionDescription
-2021 SP0First Release
See Also