2027 Members
Changes 0
M

FailureHandlingOptions Methods

Name Return Type Description Inherited From
M Dispose() None
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetClearAfterRollback() Boolean Obtains the flag indicating if all posted failures should be removed silently when transaction is being rolled back.
M GetDelayedMiniWarnings() Boolean Obtains the flag indicating if showing of mini-warning dialog should be delayed until the end of next transaction.
M GetFailuresPreprocessor() IFailuresPreprocessor Gets the callback to be invoked in the beginning of failure processing.
M GetForcedModalHandling() Boolean Obtains the flag indicating if the error handling dialog shown at the end of the failing transaction should be modal.
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetTransactionFinalizer() ITransactionFinalizer Gets the callback to be executed after transaction is completed.
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M SetClearAfterRollback(Boolean) FailureHandlingOptions Sets a flag indicating that Revit should clear all posted failures silently when the failing transaction is being rolled back intentionally. If not set, the failures may still be displayed to the user during rollback.
M SetDelayedMiniWarnings(Boolean) FailureHandlingOptions Sets a flag indicating if Revit should delay the display of the mini-warning dialog (if one is to be shown as a result of warnings in the current transaction) until the end of the next transaction.
M SetFailuresPreprocessor(IFailuresPreprocessor) FailureHandlingOptions Sets the callback to be invoked in the beginning of failure processing.
M SetForcedModalHandling(Boolean) FailureHandlingOptions Sets a flag indicating whether Revit will show a modal (blocking) error dialog if the transaction failed to finish.
M SetTransactionFinalizer(ITransactionFinalizer) FailureHandlingOptions Sets the callback to be executed after the transaction is completed.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object