C# Class Meeting_Manager_Xamarin.ViewModels.EditPageViewModel

Inheritance: BaseViewModel
Afficher le fichier Open project: OfficeDev/Interop-REST-Mail-Contacts-Calendar-Sample

Méthodes publiques

Méthode Description
EditPageViewModel ( ) : Meeting_Manager_Xamarin.Models

Méthodes protégées

Méthode Description
OnNavigatedTo ( object parameter ) : void

Private Methods

Méthode 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 méthode

public EditPageViewModel ( ) : Meeting_Manager_Xamarin.Models
Résultat Meeting_Manager_Xamarin.Models

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( object parameter ) : void
parameter object
Résultat void