C# Class Signum.Windows.EntityExtensions

Afficher le fichier Open project: signumsoftware/framework

Méthodes publiques

Méthode Description
AssertErrors ( Modifiable mod, Window window ) : bool
AssertErrors ( this element ) : bool
GetErrors ( Modifiable mod ) : Dictionary>
GetErrors ( this element ) : string
HasChanges ( this element ) : bool
LooseChangesIfAny ( this element ) : bool

Private Methods

Méthode Description
VisualErrors ( FrameworkElement element ) : string

Method Details

AssertErrors() public static méthode

public static AssertErrors ( Modifiable mod, Window window ) : bool
mod Signum.Entities.Modifiable
window System.Windows.Window
Résultat bool

AssertErrors() public static méthode

public static AssertErrors ( this element ) : bool
element this
Résultat bool

GetErrors() public static méthode

public static GetErrors ( Modifiable mod ) : Dictionary>
mod Signum.Entities.Modifiable
Résultat Dictionary>

GetErrors() public static méthode

public static GetErrors ( this element ) : string
element this
Résultat string

HasChanges() public static méthode

public static HasChanges ( this element ) : bool
element this
Résultat bool

LooseChangesIfAny() public static méthode

public static LooseChangesIfAny ( this element ) : bool
element this
Résultat bool