C# Class Meeting_Manager_Xamarin.ViewModels.EditPageViewModel

Inheritance: BaseViewModel
Show file Open project: OfficeDev/Interop-REST-Mail-Contacts-Calendar-Sample

Public Methods

Method Description
EditPageViewModel ( ) : Meeting_Manager_Xamarin.Models

Protected Methods

Method Description
OnNavigatedTo ( object parameter ) : void

Private Methods

Method Description
ASAPMeeting ( ) : void
AddAttendee ( Attendee attendee ) : void
AreDatesValid ( ) : bool
AttachmentDeleted ( FileAttachment item ) : void
AttachmentSelected ( DriveItem driveItem ) : void
BuildRecurrentDate ( ) : void
CanExecuteMeetingTimes ( ) : bool
ContactSelected ( Contact contact ) : void
CreateDefaultRecurrence ( ) : Meeting.EventRecurrence
CreateNewMeeting ( ) : Meeting
DeleteAttendee ( Attendee attendee ) : void
EnsureAllDay ( ) : void
GetDefaultStartTime ( ) : System.DateTime
GetSuggestedTime ( ) : void
GetTimeSpan ( ZonedDateTime dateTime ) : System.TimeSpan
NavigateToEmail ( string action ) : void
PopulateAttendees ( ) : void
RecurrenceUpdated ( Meeting recurrence ) : void
SaveMeetingAsync ( ) : void
SetDefaultTimes ( Meeting meeting ) : void
SetRecurrence ( ) : void
SetTime ( ZonedDateTime current, DateTimeOffset value ) : void
SetTimeSlot ( TimeSlot timeSlot ) : void
SetTimeSpan ( ZonedDateTime dateTime, System.TimeSpan timeSpan ) : void
TimeSlotSelected ( MeetingTimeCandidate meetingTimeCandidate ) : void
UpdateAttendeesRelatedProperties ( ) : void
UserSelected ( User user ) : void

Method Details

EditPageViewModel() public method

public EditPageViewModel ( ) : Meeting_Manager_Xamarin.Models
return Meeting_Manager_Xamarin.Models

OnNavigatedTo() protected method

protected OnNavigatedTo ( object parameter ) : void
parameter object
return void