C# Class Signum.Windows.EntityListBase

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

Méthodes publiques

Свойство Type Description
EntitiesProperty System.Windows.DependencyProperty
EntitiesTypeProperty System.Windows.DependencyProperty
MoveProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
EnsureEntities ( ) : IList
GetEntityPropertyRoute ( ) : PropertyRoute
OnEntitiesChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void

Méthodes protégées

Méthode Description
CanCreate ( ) : bool
CanFind ( ) : bool
CanMove ( ) : bool
OnFinding ( ) : object

Private Methods

Méthode Description
EntitiesTypeChanged ( Type type ) : void
EntityListBase ( ) : System

Method Details

CanCreate() protected méthode

protected CanCreate ( ) : bool
Résultat bool

CanFind() protected méthode

protected CanFind ( ) : bool
Résultat bool

CanMove() protected méthode

protected CanMove ( ) : bool
Résultat bool

EnsureEntities() public méthode

public EnsureEntities ( ) : IList
Résultat IList

GetEntityPropertyRoute() public méthode

public GetEntityPropertyRoute ( ) : PropertyRoute
Résultat PropertyRoute

OnEntitiesChanged() public méthode

public OnEntitiesChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void

OnFinding() protected méthode

protected OnFinding ( ) : object
Résultat object

Property Details

EntitiesProperty public_oe static_oe property

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

EntitiesTypeProperty public_oe static_oe property

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

MoveProperty public_oe static_oe property

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