Table of Contents

Class RequestExpirationReminder

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

Constructors

RequestExpirationReminder(Guid, ReminderType, DateTimeOffset)

public RequestExpirationReminder(Guid credential, ReminderType type, DateTimeOffset requested)

Parameters

credential Guid
type ReminderType
requested DateTimeOffset

Properties

Requested

public DateTimeOffset Requested { get; set; }

Property Value

DateTimeOffset

Type

public ReminderType Type { get; set; }

Property Value

ReminderType