Class RequestRegistration
- Namespace
- InSite.Application.Registrations.Write
- Assembly
- Shift.Sdk.dll
public class RequestRegistration : Command, ICommand
- Inheritance
-
RequestRegistration
- Implements
- Inherited Members
- Extension Methods
Constructors
RequestRegistration(Guid, Guid, Guid, Guid, string, string, decimal?, string, string)
public RequestRegistration(Guid aggregate, Guid tenant, Guid @event, Guid candidate, string attendanceStatus, string approvalStatus, decimal? fee, string comment, string source)
Parameters
aggregateGuidtenantGuideventGuidcandidateGuidattendanceStatusstringapprovalStatusstringfeedecimal?commentstringsourcestring
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
Source
public string Source { get; set; }
Property Value
Tenant
public Guid Tenant { get; set; }