Class Statistics.Statistic.Machine
Inheritance
System.Object
Statistics.Statistic.Machine
Implements
System.IDisposable
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()
Assembly: Experior.Core.dll
Syntax
[Serializable]
public class Machine : Statistics.Statistic.Production, IStatistic, IDisposable
Constructors
Machine()
Declaration
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
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
Title
Declaration
public override string Title { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
Flush()
Declaration
public override void Flush()
Overrides
Reset()
Declaration
public override void Reset()
Overrides
Events
OnStateChanged
Declaration
public event Statistics.Statistic.Machine.StateChangedEvent OnStateChanged
Event Type
Implements
System.IDisposable