Interface IStatistic
Inherited Members
System.IDisposable.Dispose()
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
Reset()
Declaration