Table of Contents

Class ChangeGroupLifetime

Namespace
InSite.Application.Groups.Write
Assembly
Shift.Sdk.dll
public class ChangeGroupLifetime : Command, ICommand
Inheritance
ChangeGroupLifetime
Implements
Inherited Members
Extension Methods

Constructors

ChangeGroupLifetime(Guid, int?, string)

public ChangeGroupLifetime(Guid group, int? quantity, string unit)

Parameters

group Guid
quantity int?
unit string

Properties

Quantity

public int? Quantity { get; }

Property Value

int?

Unit

public string Unit { get; }

Property Value

string