Show / Hide Table of Contents

Class Failure

Inheritance
System.Object
BaseElement
Failure
Implements
IComparable<Failure>
Inherited Members
BaseElement.Id
BaseElement.Name
BaseElement.Description
BaseElement.InstanceId
BaseElement.Equals(Object)
BaseElement.GetHashCode()
BaseElement.ToString()
Namespace: AppDrillCore.Model
Assembly: AppDrillCore.dll
Syntax
public sealed class Failure : BaseElement, IComparable<Failure>

Properties

Probability

Declaration
public string Probability { get; set; }
Property Value
Type Description
System.String

Resolution

Declaration
public Failure.FailureResolution Resolution { get; set; }
Property Value
Type Description
Failure.FailureResolution

Methods

CompareTo(Failure)

Declaration
public int CompareTo(Failure other)
Parameters
Type Name Description
Failure other
Returns
Type Description
System.Int32

Implements

IComparable<>
In This Article
Back to top Generated by DocFX