Table of Contents

Class GroupLifetimeChanged

Namespace
InSite.Domain.Contacts
Assembly
Shift.Sdk.dll
public class GroupLifetimeChanged : Change, IChange
Inheritance
GroupLifetimeChanged
Implements
Inherited Members
Extension Methods

Constructors

GroupLifetimeChanged(int?, string)

public GroupLifetimeChanged(int? quantity, string unit)

Parameters

quantity int?
unit string

Properties

Quantity

public int? Quantity { get; }

Property Value

int?

Unit

public string Unit { get; }

Property Value

string