C# Class SumoNinjaMonkey.Framework.Controls.DataEntryPanel

Inheritance: Windows.UI.Xaml.Controls.Control
Show file Open project: liquidboy/X

Public Properties

Property Type Description
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

Public Methods

Method Description
DataEntryPanel ( ) : System
GetValue ( int index ) : object
Hide ( ) : void
LoadList ( int index, Type ListSource ) : void
SetValue ( int index, object value ) : void
Show ( ) : void

Protected Methods

Method Description
OnApplyTemplate ( ) : void

Private Methods

Method Description
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

Method Details

DataEntryPanel() public method

public DataEntryPanel ( ) : System
return System

GetValue() public method

public GetValue ( int index ) : object
index int
return object

Hide() public method

public Hide ( ) : void
return void

LoadList() public method

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

OnApplyTemplate() protected method

protected OnApplyTemplate ( ) : void
return void

SetValue() public method

public SetValue ( int index, object value ) : void
index int
value object
return void

Show() public method

public Show ( ) : void
return void

Property Details

GeneralBackgroundColorProperty public static property

public static DependencyProperty,Windows.UI.Xaml GeneralBackgroundColorProperty
return Windows.UI.Xaml.DependencyProperty

HeaderBackgroundColorProperty public static property

public static DependencyProperty,Windows.UI.Xaml HeaderBackgroundColorProperty
return Windows.UI.Xaml.DependencyProperty

HeaderForegroundColorProperty public static property

public static DependencyProperty,Windows.UI.Xaml HeaderForegroundColorProperty
return Windows.UI.Xaml.DependencyProperty

HeaderLabelProperty public static property

public static DependencyProperty,Windows.UI.Xaml HeaderLabelProperty
return Windows.UI.Xaml.DependencyProperty

MetaDataProperty public static property

public static DependencyProperty,Windows.UI.Xaml MetaDataProperty
return Windows.UI.Xaml.DependencyProperty