C# 클래스 ListsSample.ModifyItemChildWindow

This class displays a window which allows the user to modify a new or existing list item
상속: System.Windows.Controls.ChildWindow
파일 보기 프로젝트 열기: rafek/SyncFx 1 사용 예제들

공개 메소드들

메소드 설명
ModifyItemChildWindow ( DefaultScope item ) : System

Constructor for modifying an existing item

ModifyItemChildWindow ( ModelList list ) : System

Constructor which takes the parent list for a new item

비공개 메소드들

메소드 설명
AddTagButtonClick ( object sender, RoutedEventArgs e ) : void

Button click handler for adding a tag to an item

CancelButton_Click ( object sender, RoutedEventArgs e ) : void

Closes the dialog box with a failed result

ClearEndDateButtonClick ( object sender, RoutedEventArgs e ) : void

Sets the end date to null

ClearPriorityButtonClick ( object sender, RoutedEventArgs e ) : void

Sets the priority to null

ClearStartDateButtonClick ( object sender, RoutedEventArgs e ) : void

Sets the starts date to null

ClearStatusButtonClick ( object sender, RoutedEventArgs e ) : void

Sets the status to null

ItemModifyChildWindow_Loaded ( object sender, RoutedEventArgs e ) : void

Event handler for when the window is loaded. DataBinds the window

OKButton_Click ( object sender, RoutedEventArgs e ) : void

Closes the dialog box with a successful result

RemoveTagButtonClick ( object sender, RoutedEventArgs e ) : void

Button click to handler for removing a tag from an item

메소드 상세

ModifyItemChildWindow() 공개 메소드

Constructor for modifying an existing item
public ModifyItemChildWindow ( DefaultScope item ) : System
item DefaultScope
리턴 System

ModifyItemChildWindow() 공개 메소드

Constructor which takes the parent list for a new item
public ModifyItemChildWindow ( ModelList list ) : System
list ListsSample.Model.ModelList Parent list for an item
리턴 System