Table of Contents

Class RegistrationRequested

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

Constructors

RegistrationRequested(Guid, Guid, Guid, string, string, string, decimal?, string, string, int?)

public RegistrationRequested(Guid tenant, Guid @event, Guid candidate, string attendanceStatus, string approvalStatus, string password, decimal? fee, string comment, string source, int? sequence)

Parameters

tenant Guid
event Guid
candidate Guid
attendanceStatus string
approvalStatus string
password string
fee decimal?
comment string
source string
sequence int?

Properties

ApprovalStatus

public string ApprovalStatus { get; set; }

Property Value

string

AttendanceStatus

public string AttendanceStatus { get; set; }

Property Value

string

Candidate

public Guid Candidate { get; set; }

Property Value

Guid

Comment

public string Comment { get; set; }

Property Value

string

Event

public Guid Event { get; set; }

Property Value

Guid

Fee

public decimal? Fee { get; set; }

Property Value

decimal?

Password

public string Password { get; set; }

Property Value

string

Sequence

public int? Sequence { get; set; }

Property Value

int?

Source

public string Source { get; set; }

Property Value

string

Tenant

public Guid Tenant { get; set; }

Property Value

Guid