ExportSerializationArgs Class |
Namespace: ATR.CT.CTInterface
The ExportSerializationArgs type exposes the following members.
Name | Description | |
---|---|---|
ExportProfile |
Currently used Export Profile
| |
Handled |
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.
| |
SerializationData |
Serialization data. Set at OnSerializeForSecondPhase and
get at OnDeserializeSecondPhase or OnFinalizeSecondPhase.
|
Name | Description | |
---|---|---|
CreateLogger |
Provides logger instance. Not available
during OnSerializeForSecondPhase.
|
CUSTOMTOOLS 2021 SP0