Table of Contents

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

aggregate Guid
tenant Guid
event Guid
candidate Guid
attendanceStatus string
approvalStatus string
fee decimal?
comment string
source string

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?

Source

public string Source { get; set; }

Property Value

string

Tenant

public Guid Tenant { get; set; }

Property Value

Guid