C# Class CallScheduler.Slot

Show file Open project: michaeldrnec/CallScheduler Class Usage Examples

Public Properties

Property Type Description
crossCall bool
date System.DateTime
doctor Doctor
is24 bool
location string
primary bool
rotationNumber int
shift int
week int

Public Methods

Method Description
NotAssigned ( ) : bool
Slot ( System.DateTime date, string location, int shift, bool primary, int week, bool is24, int rotationNumber ) : System

Method Details

NotAssigned() public method

public NotAssigned ( ) : bool
return bool

Slot() public method

public Slot ( System.DateTime date, string location, int shift, bool primary, int week, bool is24, int rotationNumber ) : System
date System.DateTime
location string
shift int
primary bool
week int
is24 bool
rotationNumber int
return System

Property Details

crossCall public property

public bool crossCall
return bool

date public property

public DateTime,System date
return System.DateTime

doctor public property

public Doctor doctor
return Doctor

is24 public property

public bool is24
return bool

location public property

public string location
return string

primary public property

public bool primary
return bool

rotationNumber public property

public int rotationNumber
return int

shift public property

public int shift
return int

week public property

public int week
return int