Table of Contents

Class RegistrationRequestedObsolete

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

Constructors

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

public RegistrationRequestedObsolete(Guid activity, Guid candidate, string password, decimal? fee, string status, string comment, string source, int? sequence, string candidateStatus)

Parameters

activity Guid
candidate Guid
password string
fee decimal?
status string
comment string
source string
sequence int?
candidateStatus string

Properties

Activity

public Guid Activity { get; set; }

Property Value

Guid

Candidate

public Guid Candidate { get; set; }

Property Value

Guid

CandidateStatus

public string CandidateStatus { get; set; }

Property Value

string

Comment

public string Comment { get; set; }

Property Value

string

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

Status

public string Status { get; set; }

Property Value

string