C# 클래스 FSClient.GenericEditor

Interaction logic for GenericEditor.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: mitchcapper/FSClient 1 사용 예제들

공개 메소드들

메소드 설명
GenericEditor ( ) : System
Init ( String title, IEnumerable values ) : void

비공개 메소드들

메소드 설명
CreateElementValuer ( FieldValue value ) : UIElement
CreateSortableContextMenu ( System.Windows.Controls.ListBox box ) : void
GetValueFromUI ( FieldValue value, UIElement elem ) : String
IntValidator ( String str ) : String
SortableContextMenuMove ( System.Windows.Controls.ListBox box, int move_by, object sender, RoutedEventArgs e ) : void
SortableMenuOpening ( System.Windows.Controls.ListBox box, System.Windows.Controls.ContextMenu menu, object sender, System.Windows.Controls.ContextMenuEventArgs e ) : void
box_MouseDown ( object sender, System e ) : void
btnCancel_Click ( object sender, RoutedEventArgs e ) : void
btnSave_Click ( object sender, RoutedEventArgs e ) : void

메소드 상세

GenericEditor() 공개 메소드

public GenericEditor ( ) : System
리턴 System

Init() 공개 메소드

public Init ( String title, IEnumerable values ) : void
title String
values IEnumerable
리턴 void