Property | Type | Description | |
---|---|---|---|
addController | EKEventEditViewController |
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 |
public AddViewController ( UIViewController theView, BaseItem ParentTask, long assignedID ) : System | ||
theView | UIViewController | |
ParentTask | BaseItem | |
assignedID | long | |
return | System |
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 |
public AddViewController ( UIViewController theView, System.DateTime duedate ) : System | ||
theView | UIViewController | |
duedate | System.DateTime | |
return | System |
public AddViewController ( UIViewController theView, int groupId ) : System | ||
theView | UIViewController | |
groupId | int | |
return | System |
public ViewWillAppear ( bool animated ) : void | ||
animated | bool | |
return | void |