C# 클래스 SumoNinjaMonkey.Framework.Controls.DataEntryPanel

상속: Windows.UI.Xaml.Controls.Control
파일 보기 프로젝트 열기: liquidboy/X

공개 프로퍼티들

프로퍼티 타입 설명
GeneralBackgroundColorProperty Windows.UI.Xaml.DependencyProperty
HeaderBackgroundColorProperty Windows.UI.Xaml.DependencyProperty
HeaderForegroundColorProperty Windows.UI.Xaml.DependencyProperty
HeaderLabelProperty Windows.UI.Xaml.DependencyProperty
MetaDataProperty Windows.UI.Xaml.DependencyProperty

공개 메소드들

메소드 설명
DataEntryPanel ( ) : System
GetValue ( int index ) : object
Hide ( ) : void
LoadList ( int index, Type ListSource ) : void
SetValue ( int index, object value ) : void
Show ( ) : void

보호된 메소드들

메소드 설명
OnApplyTemplate ( ) : void

비공개 메소드들

메소드 설명
ColorConverter ( string colorHashCode ) : Color
InitControls ( ) : void
MetaDataChanged ( DependencyObject obj, DependencyPropertyChangedEventArgs args ) : void
Render ( ) : void
ShowMandatory ( ) : void
StringToHorizontalAlignment ( string value ) : HorizontalAlignment
StringToVerticalAlignment ( string value ) : VerticalAlignment
UnloadAll ( ) : void

메소드 상세

DataEntryPanel() 공개 메소드

public DataEntryPanel ( ) : System
리턴 System

GetValue() 공개 메소드

public GetValue ( int index ) : object
index int
리턴 object

Hide() 공개 메소드

public Hide ( ) : void
리턴 void

LoadList() 공개 메소드

public LoadList ( int index, Type ListSource ) : void
index int
ListSource System.Type
리턴 void

OnApplyTemplate() 보호된 메소드

protected OnApplyTemplate ( ) : void
리턴 void

SetValue() 공개 메소드

public SetValue ( int index, object value ) : void
index int
value object
리턴 void

Show() 공개 메소드

public Show ( ) : void
리턴 void

프로퍼티 상세

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

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

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

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

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

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

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

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

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

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