Class Statistics.Statistic.Production
Inheritance
System.Object
Statistics.Statistic.Production
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: 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
Title
Declaration
public override string Title { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Total
Declaration
[Statistics.Observe(true)]
public virtual long Total { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
Methods
Flush()
Declaration
public override void Flush()
Overrides
Reset()
Declaration
public override void Reset()
Overrides
Implements
System.IDisposable