The FailureDefinitionAccessor type exposes the following members.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the FailureDefinitionAccessor
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 methodGetId
Retrieves the unique identifier of the FailureDefinition.
Public methodGetResolutionCaption
Retrieves the caption for a specific resolution type.
Public methodGetSeverity
Retrieves severity of the failure.
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.

See Also