Class RunResultPlotInfo
Inheritance
System.Object
RunResultPlotInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.UI.Reporting.ViewModel
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class RunResultPlotInfo
Constructors
RunResultPlotInfo(DateTime, String, ResultType, Double)
Declaration
public RunResultPlotInfo(DateTime startTime, string testListName, ResultType resultType, double value)
Parameters
System.DateTime
startTime
|
System.String
testListName
|
ResultType
resultType
|
System.Double
value
|
Properties
DateString
Declaration
public string DateString { get; set; }
Property Value
System.String
|
Fill
Declaration
public Brush Fill { get; }
Property Value
System.Windows.Media.Brush
|
RunResultLabel
Declaration
public string RunResultLabel { get; set; }
Property Value
System.String
|
Value
Declaration
public double Value { get; set; }
Property Value
System.Double
|