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
tenantGuideventGuidcandidateGuidattendanceStatusstringapprovalStatusstringpasswordstringfeedecimal?commentstringsourcestringsequenceint?
Properties
ApprovalStatus
public string ApprovalStatus { get; set; }
Property Value
AttendanceStatus
public string AttendanceStatus { get; set; }
Property Value
Candidate
public Guid Candidate { get; set; }
Property Value
Comment
public string Comment { get; set; }
Property Value
Event
public Guid Event { get; set; }
Property Value
Fee
public decimal? Fee { get; set; }
Property Value
Password
public string Password { get; set; }
Property Value
Sequence
public int? Sequence { get; set; }
Property Value
- int?
Source
public string Source { get; set; }
Property Value
Tenant
public Guid Tenant { get; set; }