C# Class Calendar.Appointment

Inheritance: Calendar.IAppointment
Show file Open project: abstractspoon/ToDoList_Plugins Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Appointment ( string t = "New Appointment" ) : System
Equals ( object obj ) : bool

Protected Methods

Method Description
OnAllDayEventChanged ( ) : void
OnBorderColorChanged ( ) : void
OnColorChanged ( ) : void
OnEndDateChanged ( ) : void
OnLockedChanged ( ) : void
OnStartDateChanged ( ) : void
OnTextColorChanged ( ) : void
OnTitleChanged ( ) : void

Method Details

Appointment() public method

public Appointment ( string t = "New Appointment" ) : System
t string
return System

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

OnAllDayEventChanged() protected method

protected OnAllDayEventChanged ( ) : void
return void

OnBorderColorChanged() protected method

protected OnBorderColorChanged ( ) : void
return void

OnColorChanged() protected method

protected OnColorChanged ( ) : void
return void

OnEndDateChanged() protected method

protected OnEndDateChanged ( ) : void
return void

OnLockedChanged() protected method

protected OnLockedChanged ( ) : void
return void

OnStartDateChanged() protected method

protected OnStartDateChanged ( ) : void
return void

OnTextColorChanged() protected method

protected OnTextColorChanged ( ) : void
return void

OnTitleChanged() protected method

protected OnTitleChanged ( ) : void
return void