Show / Hide Table of Contents

Class Statistics.Statistic.Production

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.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 Production : Statistics.Statistic.Maximum, IStatistic, IDisposable

Constructors

Production()

Declaration
public Production()

Fields

avg

Declaration
protected double avg
Field Value
Type Description
System.Double

Properties

Avg

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

Count

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

Title

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

Total

Declaration
[Statistics.Observe(true)]
public virtual long Total { get; }
Property Value
Type Description
System.Int64

Methods

Flush()

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

Reset()

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

Implements

IStatistic
System.IDisposable
Back to top Generated by DocFX