Table of Contents

Class CountResult

Namespace
Shift.Common
Assembly
Shift.Common.dll
public class CountResult
Inheritance
CountResult
Inherited Members
Extension Methods

Constructors

CountResult(int, string)

public CountResult(int count, string summary = null)

Parameters

count int
summary string

Properties

Count

public int Count { get; set; }

Property Value

int

Summary

public string Summary { get; }

Property Value

string