Table of Contents

Class CountModel

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

Constructors

CountModel()

public CountModel()

CountModel(string, string, string, int)

public CountModel(string type, string label, string icon, int count)

Parameters

type string
label string
icon string
count int

Properties

Count

public int Count { get; set; }

Property Value

int

Icon

public string Icon { get; set; }

Property Value

string

Label

public string Label { get; set; }

Property Value

string

Name

public string Name { get; }

Property Value

string

Type

public string Type { get; set; }

Property Value

string