LogEntryCounters

Namespace: Babel.Data Assembly: Babel.Data.dll

Defines counters for a log entry.

public class LogEntryCounters

Inheritance

objectLogEntryCounters

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

LogEntryCounters(LogEntry)

Constructor.

public LogEntryCounters(LogEntry log)

Parameters

NameDescription

The log.

Properties

Last30DaysEntries

Gets or sets the last 30 days entries.

public int Last30DaysEntries { get; set; }

Property Value

int

Log

Gets or sets the log.

public LogEntry Log { get; set; }

Property Value

LogEntry

SameLevelLast30DaysEntries

Gets or sets the same level last 30 days entries.

public int SameLevelLast30DaysEntries { get; set; }

Property Value

int

SameLevelThisWeekEntries

Gets or sets the same level this week entries.

public int SameLevelThisWeekEntries { get; set; }

Property Value

int

SameLevelTodayEntries

Gets or sets the same level today entries.

public int SameLevelTodayEntries { get; set; }

Property Value

int

ThisWeekEntries

Gets or sets this week entries.

public int ThisWeekEntries { get; set; }

Property Value

int

TodayEntries

Gets or sets the today entries.

public int TodayEntries { get; set; }

Property Value

int

TotalEntries

Gets or sets the total number of entries.

public int TotalEntries { get; set; }

Property Value

int

Last updated