Table of Contents

Class Category

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

Constructors

Category(string, int)

public Category(string text, int number)

Parameters

text string
number int

Properties

Name

public string Name { get; set; }

Property Value

string

Number

public int Number { get; set; }

Property Value

int