Show / Hide Table of Contents

Class Statistics.Statistic.Machine

Inheritance
System.Object
Statistics.Statistic
Statistics.Statistic.Counter
Statistics.Statistic.Maximum
Statistics.Statistic.Production
Statistics.Statistic.Machine
Implements
IStatistic
System.IDisposable
Inherited Members
Statistics.Statistic.Production.avg
Statistics.Statistic.Production.Avg
Statistics.Statistic.Production.Total
Statistics.Statistic.Maximum.max
Statistics.Statistic.Maximum.Max
Statistics.Statistic.Counter.count
Statistics.Statistic.Counter.total
Statistics.Statistic.statrow
Statistics.Statistic.Name
Statistics.Statistic.Observe
Statistics.Statistic.Description
Statistics.Statistic.Selected
Statistics.Statistic.Dispose()
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: Experior.Core.Reports
Assembly: Experior.Core.dll
Syntax
[Serializable]
public class Machine : Statistics.Statistic.Production, IStatistic, IDisposable

Constructors

Machine()

Declaration
public Machine()

Properties

Blocked

Declaration
[Statistics.Observe(true)]
public virtual double Blocked { get; }
Property Value
Type Description
System.Double

Count

Declaration
public override long Count { get; set; }
Property Value
Type Description
System.Int64
Overrides
Statistics.Statistic.Production.Count

Custom1

Declaration
[Browsable(false)]
public virtual double Custom1 { get; }
Property Value
Type Description
System.Double

Custom2

Declaration
[Browsable(false)]
public virtual double Custom2 { get; }
Property Value
Type Description
System.Double

Custom3

Declaration
[Browsable(false)]
public virtual double Custom3 { get; }
Property Value
Type Description
System.Double

Custom4

Declaration
[Browsable(false)]
public virtual double Custom4 { get; }
Property Value
Type Description
System.Double

Custom5

Declaration
[Browsable(false)]
public virtual double Custom5 { get; }
Property Value
Type Description
System.Double

Custom6

Declaration
[Browsable(false)]
public virtual double Custom6 { get; }
Property Value
Type Description
System.Double

Custom7

Declaration
[Browsable(false)]
public virtual double Custom7 { get; }
Property Value
Type Description
System.Double

Custom8

Declaration
[Browsable(false)]
public virtual double Custom8 { get; }
Property Value
Type Description
System.Double

Custom9

Declaration
[Browsable(false)]
public virtual double Custom9 { get; }
Property Value
Type Description
System.Double

Failure

Declaration
[Statistics.Observe(true)]
public virtual double Failure { get; }
Property Value
Type Description
System.Double

LastHour

Declaration
[Browsable(false)]
public long LastHour { get; }
Property Value
Type Description
System.Int64

Operating

Declaration
[Statistics.Observe(true)]
public virtual double Operating { get; }
Property Value
Type Description
System.Double

PrHour

Declaration
[Browsable(false)]
public IEnumerable<long> PrHour { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.Int64>

Ready

Declaration
[Statistics.Observe(true)]
public virtual double Ready { get; }
Property Value
Type Description
System.Double

State

Declaration
[Browsable(false)]
public Statistics.Statistic.Machine.States State { get; set; }
Property Value
Type Description
Statistics.Statistic.Machine.States

Title

Declaration
public override string Title { get; }
Property Value
Type Description
System.String
Overrides
Statistics.Statistic.Production.Title

Methods

Flush()

Declaration
public override void Flush()
Overrides
Statistics.Statistic.Production.Flush()

Reset()

Declaration
public override void Reset()
Overrides
Statistics.Statistic.Production.Reset()

Events

OnStateChanged

Declaration
public event Statistics.Statistic.Machine.StateChangedEvent OnStateChanged
Event Type
Type Description
Statistics.Statistic.Machine.StateChangedEvent

Implements

IStatistic
System.IDisposable
Back to top Generated by DocFX