|
M
CloneFailureMessage()
|
FailureMessage
|
Creates a copy of the FailureMessage.
|
|
|
M
Dispose()
|
None
|
|
|
|
M
Equals
|
None
|
Determines whether the specified object is equal to the current object. (Inherited from Object )
|
Object
|
|
M
GetAdditionalElementIds()
|
ICollection<ElementId>
|
Retrieves Ids of Elements that have not caused the failure but are related to it
Checks if the failure has resolution of a given resolution type.
|
|
|
M
GetCurrentResolutionType()
|
FailureResolutionType
|
Retrieves the type of resolution to be used to resolve the failure.
|
|
|
M
GetDefaultResolutionCaption()
|
String
|
Retrieves the caption of default resolution of the failure.
|
|
|
M
GetDescriptionText()
|
String
|
Retrieves the description of the failure.
|
|
|
M
GetFailingElementIds()
|
ICollection<ElementId>
|
Retrieves Ids of Elements that have caused the failure.
|
|
|
M
GetFailureDefinitionId()
|
FailureDefinitionId
|
Retrieves the Id of the FailureDefinition of the failure.
|
|
|
M
GetHashCode
|
None
|
Serves as the default hash function. (Inherited from Object )
|
Object
|
|
M
GetNumberOfResolutions()
|
Int32
|
Retrieves number of resolutions that can be used to resolve failure.
|
|
|
M
GetSeverity()
|
FailureSeverity
|
Retrieves the severity of the failure.
|
|
|
M
GetType
|
None
|
Gets the Type of the current instance. (Inherited from Object )
|
Object
|
|
M
HasResolutionOfType(FailureResolutionType)
|
Boolean
|
Checks if failure has a resolution of a given type.
|
|
|
M
HasResolutions()
|
Boolean
|
Checks if the failure has any resolutions.
|
|
|
M
SetCurrentResolutionType(FailureResolutionType)
|
None
|
Sets the type of a resolution to be used to resolve the failure.
|
|
|
M
ShouldMergeWithMessage(FailureMessageAccessor)
|
Boolean
|
Checks if the FailureMessage should be merged with the other FailureMessage for better user experience.
|
|
|
M
ToString
|
None
|
Returns a string that represents the current object. (Inherited from Object )
|
Object
|