Class TransferRegistrationLax
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
EventExamType
The exam type, used in case a new exam need to be created
public string EventExamType { get; set; }
Property Value
EventStart
The date and time (including time zone) for the scheduled start of the event.
public DateTimeOffset EventStart { get; set; }
Property Value
EventVenue
Uniquely identifies the physical location for the venue hosting the event.
public Guid EventVenue { get; set; }
Property Value
Learner
Uniquely identifies the learner (i.e., user/candidate) registering for the event.
public Guid Learner { get; set; }
Property Value
Reason
An optional description of the reason for the transfer.
public string Reason { get; set; }