Class Statistics.Statistic.Counter
Inheritance
System.Object
Statistics.Statistic.Counter
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 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
Implements
System.IDisposable