FailureMessage Members

The FailureMessage type exposes the following members.

Constructors

  NameDescription
Public methodFailureMessage
Creates a new FailureMessage related to a given FailureDefinition.

Methods

  NameDescription
Public methodAddResolution
Adds a resolution for the failure.
Public methodDispose
Releases all resources used by the FailureMessage
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetAdditionalElements
Retrieves list of the additional reference elements for the failure.
Public methodGetDefaultResolutionCaption
Retrieves the caption of the default resolution of the failure.
Public methodGetDescriptionText
Retrieves the description text of the failure.
Public methodGetFailingElements
Retrieves list of the elements that have caused the failure.
Public methodGetFailureDefinitionId
Retrieves the id of the failure definition for the failure.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetSeverity
Retrieves the severity of the failure.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasResolutionOfType
Checks if failure has a resolution of a given type.
Public methodHasResolutions
Checks if the failure has any resolutions.
Public methodSetAdditionalElement
Sets the additional reference element for the failure.
Public methodSetAdditionalElements
Sets the additional reference elements for the failure.
Public methodSetFailingElement
Sets the element that has caused the failure.
Public methodSetFailingElements
Sets elements that have caused the failure.
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