Show / Hide Table of Contents

Class Statistics.Statistic.Counter

Inheritance
System.Object
Statistics.Statistic
Statistics.Statistic.Counter
Statistics.Statistic.Maximum
Implements
IStatistic
System.IDisposable
Inherited Members
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 Counter : Statistics.Statistic, IStatistic, IDisposable

Fields

count

Declaration
protected long count
Field Value
Type Description
System.Int64

total

Declaration
protected long total
Field Value
Type Description
System.Int64

Properties

Count

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

Title

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

Total

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

Methods

Reset()

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

Implements

IStatistic
System.IDisposable
Back to top Generated by DocFX