C# Class Signum.Windows.Common

Afficher le fichier Open project: signumsoftware/framework Class Usage Examples

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

AddChangeDataContextHandler() public static méthode

public static AddChangeDataContextHandler ( DependencyObject d, ChangeDataContextHandler handler ) : void
d System.Windows.DependencyObject
handler ChangeDataContextHandler
Résultat void

AutoHidePropertyChanged() public static méthode

public static AutoHidePropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void

GetAutoHide() public static méthode

public static GetAutoHide ( DependencyObject obj ) : AutoHide
obj System.Windows.DependencyObject
Résultat AutoHide

GetAutomationItemStatusFromDataContext() public static méthode

public static GetAutomationItemStatusFromDataContext ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
Résultat bool

GetCollapseIfNull() public static méthode

public static GetCollapseIfNull ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
Résultat bool

GetEntityStringAndHashCode() public static méthode

public static GetEntityStringAndHashCode ( object newValue ) : string
newValue object
Résultat string

GetIsReadOnly() public static méthode

public static GetIsReadOnly ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
Résultat bool

GetLabelOnlyRoute() public static méthode

public static GetLabelOnlyRoute ( this obj ) : string
obj this
Résultat string

GetLabelVisible() public static méthode

public static GetLabelVisible ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
Résultat bool

GetMinLabelWidth() public static méthode

public static GetMinLabelWidth ( DependencyObject obj ) : double
obj System.Windows.DependencyObject
Résultat double

GetOrder() public static méthode

public static GetOrder ( DependencyObject obj ) : double
obj System.Windows.DependencyObject
Résultat double

GetPropertyRoute() public static méthode

public static GetPropertyRoute ( DependencyObject obj ) : PropertyRoute
obj System.Windows.DependencyObject
Résultat PropertyRoute

GetRoute() public static méthode

public static GetRoute ( this obj ) : string
obj this
Résultat string

GetTypeContext() public static méthode

public static GetTypeContext ( DependencyObject obj ) : Type
obj System.Windows.DependencyObject
Résultat System.Type

OverrideCursor() public static méthode

public static OverrideCursor ( System cursor ) : IDisposable
cursor System
Résultat IDisposable

RefreshAutoHide() public static méthode

public static RefreshAutoHide ( FrameworkElement content ) : void
content System.Windows.FrameworkElement
Résultat void

RemoveChangeDataContextHandler() public static méthode

public static RemoveChangeDataContextHandler ( DependencyObject d, ChangeDataContextHandler handler ) : void
d System.Windows.DependencyObject
handler ChangeDataContextHandler
Résultat void

RoutePropertyChanged() public static méthode

public static RoutePropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void

SetAutoHide() public static méthode

public static SetAutoHide ( DependencyObject obj, AutoHide value ) : void
obj System.Windows.DependencyObject
value AutoHide
Résultat void

SetAutomationItemStatusFromDataContext() public static méthode

public static SetAutomationItemStatusFromDataContext ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
Résultat void

SetCollapseIfNull() public static méthode

public static SetCollapseIfNull ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
Résultat void

SetIsReadOnly() public static méthode

public static SetIsReadOnly ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
Résultat void

SetLabelOnlyRoute() public static méthode

public static SetLabelOnlyRoute ( this obj, string value ) : void
obj this
value string
Résultat void

SetLabelVisible() public static méthode

public static SetLabelVisible ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
Résultat void

SetMinLabelWidth() public static méthode

public static SetMinLabelWidth ( DependencyObject obj, double value ) : void
obj System.Windows.DependencyObject
value double
Résultat void

SetOrder() public static méthode

public static SetOrder ( DependencyObject obj, double value ) : void
obj System.Windows.DependencyObject
value double
Résultat void

SetPropertyRoute() public static méthode

public static SetPropertyRoute ( DependencyObject obj, PropertyRoute value ) : void
obj System.Windows.DependencyObject
value PropertyRoute
Résultat void

SetRoute() public static méthode

public static SetRoute ( this obj, string value ) : void
obj this
value string
Résultat void

SetTypeContext() public static méthode

public static SetTypeContext ( DependencyObject obj, Type value ) : void
obj System.Windows.DependencyObject
value System.Type
Résultat void

TaskDataGridColumnSetLabelText() public static méthode

public static TaskDataGridColumnSetLabelText ( System.Windows.Controls.DataGridColumn col, string route, PropertyRoute context ) : void
col System.Windows.Controls.DataGridColumn
route string
context PropertyRoute
Résultat void

TaskDataGridColumnSetValueProperty() public static méthode

public static TaskDataGridColumnSetValueProperty ( System.Windows.Controls.DataGridColumn col, string route, PropertyRoute context ) : void
col System.Windows.Controls.DataGridColumn
route string
context PropertyRoute
Résultat void

TaskGridViewColumnSetLabelText() public static méthode

public static TaskGridViewColumnSetLabelText ( System.Windows.Controls.GridViewColumn col, string route, PropertyRoute context ) : void
col System.Windows.Controls.GridViewColumn
route string
context PropertyRoute
Résultat void

TaskGridViewColumnSetValueProperty() public static méthode

public static TaskGridViewColumnSetValueProperty ( System.Windows.Controls.GridViewColumn col, string route, PropertyRoute context ) : void
col System.Windows.Controls.GridViewColumn
route string
context PropertyRoute
Résultat void

TaskSetImplementations() public static méthode

public static TaskSetImplementations ( FrameworkElement fe, string route, PropertyRoute context ) : void
fe System.Windows.FrameworkElement
route string
context PropertyRoute
Résultat void

TaskSetIsReadonly() public static méthode

public static TaskSetIsReadonly ( FrameworkElement fe, string route, PropertyRoute context ) : void
fe System.Windows.FrameworkElement
route string
context PropertyRoute
Résultat void

TaskSetLabelText() public static méthode

public static TaskSetLabelText ( FrameworkElement fe, string route, PropertyRoute context ) : void
fe System.Windows.FrameworkElement
route string
context PropertyRoute
Résultat void

TaskSetMove() public static méthode

public static TaskSetMove ( FrameworkElement fe, string route, PropertyRoute context ) : void
fe System.Windows.FrameworkElement
route string
context PropertyRoute
Résultat void

TaskSetTypeProperty() public static méthode

public static TaskSetTypeProperty ( FrameworkElement fe, string route, PropertyRoute context ) : void
fe System.Windows.FrameworkElement
route string
context PropertyRoute
Résultat void

TaskSetValueProperty() public static méthode

public static TaskSetValueProperty ( FrameworkElement fe, string route, PropertyRoute context ) : void
fe System.Windows.FrameworkElement
route string
context PropertyRoute
Résultat void

VoteCollapsed() public static méthode

public static VoteCollapsed ( FrameworkElement fe ) : void
fe System.Windows.FrameworkElement
Résultat void

VoteVisible() public static méthode

public static VoteVisible ( FrameworkElement fe ) : void
fe System.Windows.FrameworkElement
Résultat void

Property Details

AutoHideProperty public_oe static_oe property

public static DependencyProperty,System.Windows AutoHideProperty
Résultat System.Windows.DependencyProperty

AutomationItemStatusFromDataContextProperty public_oe static_oe property

public static DependencyProperty,System.Windows AutomationItemStatusFromDataContextProperty
Résultat System.Windows.DependencyProperty

ChangeDataContextEvent public_oe static_oe property

public static RoutedEvent,System.Windows ChangeDataContextEvent
Résultat System.Windows.RoutedEvent

CollapseIfNullProperty public_oe static_oe property

public static DependencyProperty,System.Windows CollapseIfNullProperty
Résultat System.Windows.DependencyProperty

IsReadOnlyProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsReadOnlyProperty
Résultat System.Windows.DependencyProperty

LabelOnlyRouteProperty public_oe static_oe property

public static DependencyProperty,System.Windows LabelOnlyRouteProperty
Résultat System.Windows.DependencyProperty

LabelPropertySelector public_oe static_oe property

public static Polymorphic LabelPropertySelector
Résultat Polymorphic

LabelVisibleProperty public_oe static_oe property

public static DependencyProperty,System.Windows LabelVisibleProperty
Résultat System.Windows.DependencyProperty

MinLabelWidthProperty public_oe static_oe property

public static DependencyProperty,System.Windows MinLabelWidthProperty
Résultat System.Windows.DependencyProperty

OrderProperty public_oe static_oe property

public static DependencyProperty,System.Windows OrderProperty
Résultat System.Windows.DependencyProperty

PropertyRouteProperty public_oe static_oe property

public static DependencyProperty,System.Windows PropertyRouteProperty
Résultat System.Windows.DependencyProperty

RouteProperty public_oe static_oe property

public static DependencyProperty,System.Windows RouteProperty
Résultat System.Windows.DependencyProperty

TypeContextProperty public_oe static_oe property

public static DependencyProperty,System.Windows TypeContextProperty
Résultat System.Windows.DependencyProperty

TypePropertySelector public_oe static_oe property

public static Polymorphic TypePropertySelector
Résultat Polymorphic

ValuePropertySelector public_oe static_oe property

public static Polymorphic ValuePropertySelector
Résultat Polymorphic