C# 클래스 Signum.Windows.Common

파일 보기 프로젝트 열기: signumsoftware/framework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AutoHideProperty System.Windows.DependencyProperty
AutomationItemStatusFromDataContextProperty System.Windows.DependencyProperty
ChangeDataContextEvent System.Windows.RoutedEvent
CollapseIfNullProperty System.Windows.DependencyProperty
IsReadOnlyProperty System.Windows.DependencyProperty
LabelOnlyRouteProperty System.Windows.DependencyProperty
LabelPropertySelector Polymorphic
LabelVisibleProperty System.Windows.DependencyProperty
MinLabelWidthProperty System.Windows.DependencyProperty
OrderProperty System.Windows.DependencyProperty
PropertyRouteProperty System.Windows.DependencyProperty
RouteProperty System.Windows.DependencyProperty
TypeContextProperty System.Windows.DependencyProperty
TypePropertySelector Polymorphic
ValuePropertySelector Polymorphic

공개 메소드들

메소드 설명
AddChangeDataContextHandler ( DependencyObject d, ChangeDataContextHandler handler ) : void
AutoHidePropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
GetAutoHide ( DependencyObject obj ) : AutoHide
GetAutomationItemStatusFromDataContext ( DependencyObject obj ) : bool
GetCollapseIfNull ( DependencyObject obj ) : bool
GetEntityStringAndHashCode ( object newValue ) : string
GetIsReadOnly ( DependencyObject obj ) : bool
GetLabelOnlyRoute ( this obj ) : string
GetLabelVisible ( DependencyObject obj ) : bool
GetMinLabelWidth ( DependencyObject obj ) : double
GetOrder ( DependencyObject obj ) : double
GetPropertyRoute ( DependencyObject obj ) : PropertyRoute
GetRoute ( this obj ) : string
GetTypeContext ( DependencyObject obj ) : Type
OverrideCursor ( System cursor ) : IDisposable
RefreshAutoHide ( FrameworkElement content ) : void
RemoveChangeDataContextHandler ( DependencyObject d, ChangeDataContextHandler handler ) : void
RoutePropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SetAutoHide ( DependencyObject obj, AutoHide value ) : void
SetAutomationItemStatusFromDataContext ( DependencyObject obj, bool value ) : void
SetCollapseIfNull ( DependencyObject obj, bool value ) : void
SetIsReadOnly ( DependencyObject obj, bool value ) : void
SetLabelOnlyRoute ( this obj, string value ) : void
SetLabelVisible ( DependencyObject obj, bool value ) : void
SetMinLabelWidth ( DependencyObject obj, double value ) : void
SetOrder ( DependencyObject obj, double value ) : void
SetPropertyRoute ( DependencyObject obj, PropertyRoute value ) : void
SetRoute ( this obj, string value ) : void
SetTypeContext ( DependencyObject obj, Type value ) : void
TaskDataGridColumnSetLabelText ( System.Windows.Controls.DataGridColumn col, string route, PropertyRoute context ) : void
TaskDataGridColumnSetValueProperty ( System.Windows.Controls.DataGridColumn col, string route, PropertyRoute context ) : void
TaskGridViewColumnSetLabelText ( System.Windows.Controls.GridViewColumn col, string route, PropertyRoute context ) : void
TaskGridViewColumnSetValueProperty ( System.Windows.Controls.GridViewColumn col, string route, PropertyRoute context ) : void
TaskSetImplementations ( FrameworkElement fe, string route, PropertyRoute context ) : void
TaskSetIsReadonly ( FrameworkElement fe, string route, PropertyRoute context ) : void
TaskSetLabelText ( FrameworkElement fe, string route, PropertyRoute context ) : void
TaskSetMove ( FrameworkElement fe, string route, PropertyRoute context ) : void
TaskSetTypeProperty ( FrameworkElement fe, string route, PropertyRoute context ) : void
TaskSetValueProperty ( FrameworkElement fe, string route, PropertyRoute context ) : void
VoteCollapsed ( FrameworkElement fe ) : void
VoteVisible ( FrameworkElement fe ) : void

비공개 메소드들

메소드 설명
Common ( ) : System
Common_DataContextChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
Common_Loaded ( object sender, RoutedEventArgs e ) : void
DataGrid_Initialized ( object sender, EventArgs e ) : void
GetConverter ( PropertyRoute context ) : IValueConverter
GetEntityString ( object newValue ) : string
InititializeRoute ( FrameworkElement fe, string route, DependencyProperty property ) : void
ListView_Initialized ( object sender, EventArgs e ) : void
OnSetTypeContext ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs args ) : void
RegisterUpdater ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs args ) : void
TaskDataGridColumnSetReadOnly ( System.Windows.Controls.DataGridColumn column, string route, PropertyRoute context ) : void
TaskSetAutomationName ( FrameworkElement fe, string route, PropertyRoute context ) : void
TaskSetCollaspeIfNull ( FrameworkElement fe, string route, PropertyRoute context ) : void
TaskSetFormatText ( FrameworkElement fe, string route, PropertyRoute context ) : void
TaskSetMaxLenth ( FrameworkElement fe, string route, PropertyRoute context ) : void
TaskSetNotNullItemsSource ( FrameworkElement fe, string route, PropertyRoute context ) : void
TaskSetNullValueEntityCombo ( FrameworkElement fe, string route, PropertyRoute context ) : void
TaskSetUnitText ( FrameworkElement fe, string route, PropertyRoute context ) : void
TaskSetVoteAutoHide ( FrameworkElement fe, string route, PropertyRoute context ) : void

메소드 상세

AddChangeDataContextHandler() 공개 정적인 메소드

public static AddChangeDataContextHandler ( DependencyObject d, ChangeDataContextHandler handler ) : void
d System.Windows.DependencyObject
handler ChangeDataContextHandler
리턴 void

AutoHidePropertyChanged() 공개 정적인 메소드

public static AutoHidePropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

GetAutoHide() 공개 정적인 메소드

public static GetAutoHide ( DependencyObject obj ) : AutoHide
obj System.Windows.DependencyObject
리턴 AutoHide

GetAutomationItemStatusFromDataContext() 공개 정적인 메소드

public static GetAutomationItemStatusFromDataContext ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
리턴 bool

GetCollapseIfNull() 공개 정적인 메소드

public static GetCollapseIfNull ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
리턴 bool

GetEntityStringAndHashCode() 공개 정적인 메소드

public static GetEntityStringAndHashCode ( object newValue ) : string
newValue object
리턴 string

GetIsReadOnly() 공개 정적인 메소드

public static GetIsReadOnly ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
리턴 bool

GetLabelOnlyRoute() 공개 정적인 메소드

public static GetLabelOnlyRoute ( this obj ) : string
obj this
리턴 string

GetLabelVisible() 공개 정적인 메소드

public static GetLabelVisible ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
리턴 bool

GetMinLabelWidth() 공개 정적인 메소드

public static GetMinLabelWidth ( DependencyObject obj ) : double
obj System.Windows.DependencyObject
리턴 double

GetOrder() 공개 정적인 메소드

public static GetOrder ( DependencyObject obj ) : double
obj System.Windows.DependencyObject
리턴 double

GetPropertyRoute() 공개 정적인 메소드

public static GetPropertyRoute ( DependencyObject obj ) : PropertyRoute
obj System.Windows.DependencyObject
리턴 PropertyRoute

GetRoute() 공개 정적인 메소드

public static GetRoute ( this obj ) : string
obj this
리턴 string

GetTypeContext() 공개 정적인 메소드

public static GetTypeContext ( DependencyObject obj ) : Type
obj System.Windows.DependencyObject
리턴 System.Type

OverrideCursor() 공개 정적인 메소드

public static OverrideCursor ( System cursor ) : IDisposable
cursor System
리턴 IDisposable

RefreshAutoHide() 공개 정적인 메소드

public static RefreshAutoHide ( FrameworkElement content ) : void
content System.Windows.FrameworkElement
리턴 void

RemoveChangeDataContextHandler() 공개 정적인 메소드

public static RemoveChangeDataContextHandler ( DependencyObject d, ChangeDataContextHandler handler ) : void
d System.Windows.DependencyObject
handler ChangeDataContextHandler
리턴 void

RoutePropertyChanged() 공개 정적인 메소드

public static RoutePropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

SetAutoHide() 공개 정적인 메소드

public static SetAutoHide ( DependencyObject obj, AutoHide value ) : void
obj System.Windows.DependencyObject
value AutoHide
리턴 void

SetAutomationItemStatusFromDataContext() 공개 정적인 메소드

public static SetAutomationItemStatusFromDataContext ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
리턴 void

SetCollapseIfNull() 공개 정적인 메소드

public static SetCollapseIfNull ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
리턴 void

SetIsReadOnly() 공개 정적인 메소드

public static SetIsReadOnly ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
리턴 void

SetLabelOnlyRoute() 공개 정적인 메소드

public static SetLabelOnlyRoute ( this obj, string value ) : void
obj this
value string
리턴 void

SetLabelVisible() 공개 정적인 메소드

public static SetLabelVisible ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
리턴 void

SetMinLabelWidth() 공개 정적인 메소드

public static SetMinLabelWidth ( DependencyObject obj, double value ) : void
obj System.Windows.DependencyObject
value double
리턴 void

SetOrder() 공개 정적인 메소드

public static SetOrder ( DependencyObject obj, double value ) : void
obj System.Windows.DependencyObject
value double
리턴 void

SetPropertyRoute() 공개 정적인 메소드

public static SetPropertyRoute ( DependencyObject obj, PropertyRoute value ) : void
obj System.Windows.DependencyObject
value PropertyRoute
리턴 void

SetRoute() 공개 정적인 메소드

public static SetRoute ( this obj, string value ) : void
obj this
value string
리턴 void

SetTypeContext() 공개 정적인 메소드

public static SetTypeContext ( DependencyObject obj, Type value ) : void
obj System.Windows.DependencyObject
value System.Type
리턴 void

TaskDataGridColumnSetLabelText() 공개 정적인 메소드

public static TaskDataGridColumnSetLabelText ( System.Windows.Controls.DataGridColumn col, string route, PropertyRoute context ) : void
col System.Windows.Controls.DataGridColumn
route string
context PropertyRoute
리턴 void

TaskDataGridColumnSetValueProperty() 공개 정적인 메소드

public static TaskDataGridColumnSetValueProperty ( System.Windows.Controls.DataGridColumn col, string route, PropertyRoute context ) : void
col System.Windows.Controls.DataGridColumn
route string
context PropertyRoute
리턴 void

TaskGridViewColumnSetLabelText() 공개 정적인 메소드

public static TaskGridViewColumnSetLabelText ( System.Windows.Controls.GridViewColumn col, string route, PropertyRoute context ) : void
col System.Windows.Controls.GridViewColumn
route string
context PropertyRoute
리턴 void

TaskGridViewColumnSetValueProperty() 공개 정적인 메소드

public static TaskGridViewColumnSetValueProperty ( System.Windows.Controls.GridViewColumn col, string route, PropertyRoute context ) : void
col System.Windows.Controls.GridViewColumn
route string
context PropertyRoute
리턴 void

TaskSetImplementations() 공개 정적인 메소드

public static TaskSetImplementations ( FrameworkElement fe, string route, PropertyRoute context ) : void
fe System.Windows.FrameworkElement
route string
context PropertyRoute
리턴 void

TaskSetIsReadonly() 공개 정적인 메소드

public static TaskSetIsReadonly ( FrameworkElement fe, string route, PropertyRoute context ) : void
fe System.Windows.FrameworkElement
route string
context PropertyRoute
리턴 void

TaskSetLabelText() 공개 정적인 메소드

public static TaskSetLabelText ( FrameworkElement fe, string route, PropertyRoute context ) : void
fe System.Windows.FrameworkElement
route string
context PropertyRoute
리턴 void

TaskSetMove() 공개 정적인 메소드

public static TaskSetMove ( FrameworkElement fe, string route, PropertyRoute context ) : void
fe System.Windows.FrameworkElement
route string
context PropertyRoute
리턴 void

TaskSetTypeProperty() 공개 정적인 메소드

public static TaskSetTypeProperty ( FrameworkElement fe, string route, PropertyRoute context ) : void
fe System.Windows.FrameworkElement
route string
context PropertyRoute
리턴 void

TaskSetValueProperty() 공개 정적인 메소드

public static TaskSetValueProperty ( FrameworkElement fe, string route, PropertyRoute context ) : void
fe System.Windows.FrameworkElement
route string
context PropertyRoute
리턴 void

VoteCollapsed() 공개 정적인 메소드

public static VoteCollapsed ( FrameworkElement fe ) : void
fe System.Windows.FrameworkElement
리턴 void

VoteVisible() 공개 정적인 메소드

public static VoteVisible ( FrameworkElement fe ) : void
fe System.Windows.FrameworkElement
리턴 void

프로퍼티 상세

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

public static DependencyProperty,System.Windows AutoHideProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows AutomationItemStatusFromDataContextProperty
리턴 System.Windows.DependencyProperty

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

public static RoutedEvent,System.Windows ChangeDataContextEvent
리턴 System.Windows.RoutedEvent

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

public static DependencyProperty,System.Windows CollapseIfNullProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows IsReadOnlyProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows LabelOnlyRouteProperty
리턴 System.Windows.DependencyProperty

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

public static Polymorphic LabelPropertySelector
리턴 Polymorphic

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

public static DependencyProperty,System.Windows LabelVisibleProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows MinLabelWidthProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows OrderProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows PropertyRouteProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows RouteProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows TypeContextProperty
리턴 System.Windows.DependencyProperty

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

public static Polymorphic TypePropertySelector
리턴 Polymorphic

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

public static Polymorphic ValuePropertySelector
리턴 Polymorphic