Show / Hide Table of Contents

Class Statistics.Statistic

Inheritance
System.Object
Statistics.Statistic
Statistics.Statistic.Counter
Implements
IStatistic
System.IDisposable
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
public abstract class Statistic : IStatistic, IDisposable

Constructors

Statistic()

Declaration
public Statistic()

Fields

statrow

Declaration
public int statrow
Field Value
Type Description
System.Int32

Properties

Description

Declaration
[Browsable(false)]
public string Description { get; set; }
Property Value
Type Description
System.String

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Observe

Declaration
[Browsable(false)]
public bool Observe { get; set; }
Property Value
Type Description
System.Boolean

Selected

Declaration
[Browsable(false)]
public bool Selected { get; set; }
Property Value
Type Description
System.Boolean

Methods

Dispose()

Declaration
public virtual void Dispose()

Flush()

Declaration
public virtual void Flush()

Reset()

Declaration
public abstract void Reset()

Implements

IStatistic
System.IDisposable
Back to top Generated by DocFX