C# 클래스 MeetingManager.ViewModels.EditPageViewModel

상속: ViewModel
파일 보기 프로젝트 열기: OfficeDev/Interop-REST-Mail-Contacts-Calendar-Sample

Private Properties

프로퍼티 타입 설명
ASAPMeeting void
AddAttendee void
AreDatesValid bool
AttachmentDeleted void
AttachmentSelected void
BuildRecurrentDate void
CanExecuteMeetingTimes bool
ContactSelected void
CreateDefaultRecurrence MeetingManager.Models.Meeting.EventRecurrence
CreateNewMeeting MeetingManager.Models.Meeting
DeleteAttendee void
EnsureAllDay void
GetDefaultStartTime System.DateTime
GetSuggestedTime void
GetTimeSpan System.TimeSpan
NavigateToEmail void
PopulateAttendees void
RecurrenceUpdated void
SaveMeetingAsync void
SetDefaultTimes void
SetRecurrence void
SetTime void
SetTimeSlot void
SetTimeSpan void
TimeSlotSelected void
UpdateAttendeesRelatedProperties void
UserSelected void

공개 메소드들

메소드 설명
EditPageViewModel ( ) : MeetingManager.Models

보호된 메소드들

메소드 설명
OnNavigatedTo ( object parameter ) : void

비공개 메소드들

메소드 설명
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 ( MeetingManager.Models.TimeSlot timeSlot ) : void
SetTimeSpan ( ZonedDateTime dateTime, System.TimeSpan timeSpan ) : void
TimeSlotSelected ( MeetingTimeCandidate meetingTimeCandidate ) : void
UpdateAttendeesRelatedProperties ( ) : void
UserSelected ( User user ) : void

메소드 상세

EditPageViewModel() 공개 메소드

public EditPageViewModel ( ) : MeetingManager.Models
리턴 MeetingManager.Models

OnNavigatedTo() 보호된 메소드

protected OnNavigatedTo ( object parameter ) : void
parameter object
리턴 void