ReportSummary

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

A report summary.

public class ReportSummary

Inheritance

objectReportSummary

Inherited Members

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

Constructors

ReportSummary()

public ReportSummary()

Properties

Name

Gets or sets the name.

public string Name { get; set; }

Property Value

string

ReportCount

Gets or sets the number of reports.

public int ReportCount { get; set; }

Property Value

int

Last updated