Table of Contents

Class AccommodationGranted

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

Constructors

AccommodationGranted(string, string, int?)

public AccommodationGranted(string type, string name, int? timeExtension)

Parameters

type string
name string
timeExtension int?

Properties

Name

public string Name { get; set; }

Property Value

string

TimeExtension

public int? TimeExtension { get; set; }

Property Value

int?

Type

public string Type { get; set; }

Property Value

string