Table of Contents

Class ScheduleConflict

Namespace
Core.CliniCore.Scheduling.Management
Assembly
Core.CliniCore.dll

Represents a scheduling conflict

public class ScheduleConflict
Inheritance
ScheduleConflict
Inherited Members

Properties

CanOverride

public bool CanOverride { get; set; }

Property Value

bool

ConflictingInterval

public ITimeInterval? ConflictingInterval { get; set; }

Property Value

ITimeInterval

Description

public string Description { get; set; }

Property Value

string

Type

public ConflictType Type { get; set; }

Property Value

ConflictType