FailureDefinition Members

The FailureDefinition type exposes the following members.

Methods

  NameDescription
Public methodAddResolutionType
Adds a type of possible resolution for the failure.
Public methodStatic memberCreateFailureDefinition
Creates an instance of a FailureDefinition.
Public methodDispose
Releases all resources used by the FailureDefinition
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetApplicableResolutionTypes
Retrieves a list of resolution types applicable to the failure.
Public methodGetDefaultResolutionType
Retrieves the default resolution type for the failure.
Public methodGetDescriptionText
Retrieves the description text of the failure.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetResolutionCaption
Retrieves the caption for a specific resolution type.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasResolutions
Checks if the FailureDefinition has at least one resolution.
Public methodIsResolutionApplicable
Checks if the given resolution type is applicable to the failure.
Public methodSetDefaultResolutionType
Sets the default resolution type for 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.
Public propertySeverity
The severity of the failure.

See Also