Show / Hide Table of Contents

Interface IStatistic

Inherited Members
System.IDisposable.Dispose()
Namespace: Experior.Interfaces
Assembly: Experior.Interfaces.dll
Syntax
public interface IStatistic : IDisposable

Properties

Description

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

Name

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

Observe

Declaration
bool Observe { get; set; }
Property Value
Type Description
System.Boolean

Selected

Declaration
bool Selected { get; set; }
Property Value
Type Description
System.Boolean

Methods

Flush()

Declaration
void Flush()

Reset()

Declaration
void Reset()
Back to top Generated by DocFX