Table of Contents

Class ExamScheduled2

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

Constructors

ExamScheduled2(Guid, string, string, string, string, string, string, string, int, int, DateTimeOffset)

public ExamScheduled2(Guid tenant, string type, string format, string title, string status, string billingCode, string classCode, string source, int duration, int number, DateTimeOffset start)

Parameters

tenant Guid
type string
format string
title string
status string
billingCode string
classCode string
source string
duration int
number int
start DateTimeOffset

Properties

BillingCode

public string BillingCode { get; set; }

Property Value

string

ClassCode

public string ClassCode { get; set; }

Property Value

string

Duration

public int Duration { get; set; }

Property Value

int

Format

public string Format { get; set; }

Property Value

string

Number

public int Number { get; set; }

Property Value

int

Source

public string Source { get; set; }

Property Value

string

StartTime

public DateTimeOffset StartTime { get; set; }

Property Value

DateTimeOffset

Status

public string Status { get; set; }

Property Value

string

Tenant

public Guid Tenant { get; set; }

Property Value

Guid

Title

public string Title { get; set; }

Property Value

string

Type

public string Type { get; set; }

Property Value

string