Table of Contents

Class Lifetime

Namespace
InSite.Domain.Records
Assembly
Shift.Sdk.dll
public class Lifetime
Inheritance
Lifetime
Inherited Members
Extension Methods

Constructors

Lifetime()

public Lifetime()

Lifetime(int, string)

public Lifetime(int quantity, string unit)

Parameters

quantity int
unit string

Properties

Quantity

public int Quantity { get; set; }

Property Value

int

Unit

public string Unit { get; set; }

Property Value

string