C# 클래스 Charmed.Helpers.ListViewHelper

Helper class for routing a ListView's ItemClicks to a method on the view model.
파일 보기 프로젝트 열기: brentedwards/Charmed

공개 프로퍼티들

프로퍼티 타입 설명
ItemClickMethodNameProperty Windows.UI.Xaml.DependencyProperty
MethodContextProperty Windows.UI.Xaml.DependencyProperty

공개 메소드들

메소드 설명
GetItemClickMethodName ( DependencyObject attached ) : string
GetMethodContext ( ListViewBase element ) : object
ListViewHelper ( ListViewBase listView ) : System.Reflection
SetItemClickMethodName ( DependencyObject attached, string itemClickMethodName ) : void
SetMethodContext ( ListViewBase element, object value ) : void

메소드 상세

GetItemClickMethodName() 공개 정적인 메소드

public static GetItemClickMethodName ( DependencyObject attached ) : string
attached Windows.UI.Xaml.DependencyObject
리턴 string

GetMethodContext() 공개 정적인 메소드

public static GetMethodContext ( ListViewBase element ) : object
element Windows.UI.Xaml.Controls.ListViewBase
리턴 object

ListViewHelper() 공개 메소드

public ListViewHelper ( ListViewBase listView ) : System.Reflection
listView Windows.UI.Xaml.Controls.ListViewBase
리턴 System.Reflection

SetItemClickMethodName() 공개 정적인 메소드

public static SetItemClickMethodName ( DependencyObject attached, string itemClickMethodName ) : void
attached Windows.UI.Xaml.DependencyObject
itemClickMethodName string
리턴 void

SetMethodContext() 공개 정적인 메소드

public static SetMethodContext ( ListViewBase element, object value ) : void
element Windows.UI.Xaml.Controls.ListViewBase
value object
리턴 void

프로퍼티 상세

ItemClickMethodNameProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,Windows.UI.Xaml ItemClickMethodNameProperty
리턴 Windows.UI.Xaml.DependencyProperty

MethodContextProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,Windows.UI.Xaml MethodContextProperty
리턴 Windows.UI.Xaml.DependencyProperty