Table of Contents

Class DistributionProcess.Item

Namespace
Shift.Sdk.UI
Assembly
Shift.Sdk.dll
public class DistributionProcess.Item
Inheritance
DistributionProcess.Item
Inherited Members
Extension Methods

Constructors

Item(int, string, string)

public Item(int number, string text, string value)

Parameters

number int
text string
value string

Properties

Number

public int Number { get; }

Property Value

int

Text

public string Text { get; }

Property Value

string

Value

public string Value { get; }

Property Value

string