Table of Contents

Class TransferRegistrationLax

Namespace
Shift.Sdk.UI
Assembly
Shift.Sdk.dll

This is the data transfer object for lax (i.e., not strict) movement of an existing registration from one event to another event.

public class TransferRegistrationLax
Inheritance
TransferRegistrationLax
Inherited Members
Extension Methods

Constructors

TransferRegistrationLax()

public TransferRegistrationLax()

Properties

Accommodations

An array of (optional) accommodations.

public GrantRegistrationAccommodation[] Accommodations { get; set; }

Property Value

GrantRegistrationAccommodation[]

EventExamType

The exam type, used in case a new exam need to be created

public string EventExamType { get; set; }

Property Value

string

EventStart

The date and time (including time zone) for the scheduled start of the event.

public DateTimeOffset EventStart { get; set; }

Property Value

DateTimeOffset

EventVenue

Uniquely identifies the physical location for the venue hosting the event.

public Guid EventVenue { get; set; }

Property Value

Guid

Learner

Uniquely identifies the learner (i.e., user/candidate) registering for the event.

public Guid Learner { get; set; }

Property Value

Guid

Reason

An optional description of the reason for the transfer.

public string Reason { get; set; }

Property Value

string