FailureHandlingOptions Members

The FailureHandlingOptions type exposes the following members.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the FailureHandlingOptions
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetClearAfterRollback
Checks if all posted failures should be removed silently when transaction is being rolled back.
Public methodGetDelayedMiniWarnings
Checks if showing of mini-warning dialog should be delayed till the end of next transaction.
Public methodGetFailuresPreprocessor
Getting a callback to be invoked in the beginning of failure processing.
Public methodGetForcedModalHandling
Checks if error handling dialog at the end of transaction should be modal.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetTransactionFinalizer
Getting a callback to be executed after transaction is completed.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetClearAfterRollback
Set the flag to clear all posted failures silently if transaction is being rolled back intentionally and delivering failures to the user is not desired.
Public methodSetDelayedMiniWarnings
Set the flag to delay showing of mini-warning dialog (if one is to be shown as a result of warnings in the current transaction) till the end of next transaction.
Public methodSetFailuresPreprocessor
Setting a callback to be invoked in the beginning of failure processing.
Public methodSetForcedModalHandling
Set the flag whether it pops modal error dialog if the transaction failed to finish.
Public methodSetTransactionFinalizer
Setting a callback to be executed after transaction is completed.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.

See Also