C# Class UICalendar.AddViewController

Inheritance: MonoTouch.Dialog.DialogViewController
Show file Open project: Clancey/UICalendar

Public Properties

Property Type Description
addController EKEventEditViewController

Public Methods

Method Description
AddViewController ( UIViewController theView, BaseItem ParentTask, long assignedID ) : System
AddViewController ( UIViewController theView, BaseItem ParentTask, long assignedID, int groupID, System.DateTime duedate ) : System
AddViewController ( UIViewController theView, System.DateTime duedate ) : System
AddViewController ( UIViewController theView, int groupId ) : System
ViewWillAppear ( bool animated ) : void

Method Details

AddViewController() public method

public AddViewController ( UIViewController theView, BaseItem ParentTask, long assignedID ) : System
theView UIViewController
ParentTask BaseItem
assignedID long
return System

AddViewController() public method

public AddViewController ( UIViewController theView, BaseItem ParentTask, long assignedID, int groupID, System.DateTime duedate ) : System
theView UIViewController
ParentTask BaseItem
assignedID long
groupID int
duedate System.DateTime
return System

AddViewController() public method

public AddViewController ( UIViewController theView, System.DateTime duedate ) : System
theView UIViewController
duedate System.DateTime
return System

AddViewController() public method

public AddViewController ( UIViewController theView, int groupId ) : System
theView UIViewController
groupId int
return System

ViewWillAppear() public method

public ViewWillAppear ( bool animated ) : void
animated bool
return void

Property Details

addController public property

public EKEventEditViewController addController
return EKEventEditViewController