Show / Hide Table of Contents

Class Statistics.Statistic.Maximum

Inheritance
System.Object
Statistics.Statistic
Statistics.Statistic.Counter
Statistics.Statistic.Maximum
Statistics.Statistic.Production
Implements
IStatistic
System.IDisposable
Inherited Members
Statistics.Statistic.Counter.count
Statistics.Statistic.Counter.total
Statistics.Statistic.Counter.Total
Statistics.Statistic.statrow
Statistics.Statistic.Name
Statistics.Statistic.Observe
Statistics.Statistic.Description
Statistics.Statistic.Selected
Statistics.Statistic.Dispose()
Statistics.Statistic.Flush()
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 Maximum : Statistics.Statistic.Counter, IStatistic, IDisposable

Fields

max

Declaration
protected long max
Field Value
Type Description
System.Int64

Properties

Count

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

Max

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

Title

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

Methods

Reset()

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

Implements

IStatistic
System.IDisposable
Back to top Generated by DocFX