C# Class Signum.Windows.EntityListBase

Inheritance: EntityBase
Show file Open project: signumsoftware/framework Class Usage Examples

Public Properties

Property Type Description
EntitiesProperty System.Windows.DependencyProperty
EntitiesTypeProperty System.Windows.DependencyProperty
MoveProperty System.Windows.DependencyProperty

Public Methods

Method Description
EnsureEntities ( ) : IList
GetEntityPropertyRoute ( ) : PropertyRoute
OnEntitiesChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void

Protected Methods

Method Description
CanCreate ( ) : bool
CanFind ( ) : bool
CanMove ( ) : bool
OnFinding ( ) : object

Private Methods

Method Description
EntitiesTypeChanged ( Type type ) : void
EntityListBase ( ) : System

Method Details

CanCreate() protected method

protected CanCreate ( ) : bool
return bool

CanFind() protected method

protected CanFind ( ) : bool
return bool

CanMove() protected method

protected CanMove ( ) : bool
return bool

EnsureEntities() public method

public EnsureEntities ( ) : IList
return IList

GetEntityPropertyRoute() public method

public GetEntityPropertyRoute ( ) : PropertyRoute
return PropertyRoute

OnEntitiesChanged() public method

public OnEntitiesChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
return void

OnFinding() protected method

protected OnFinding ( ) : object
return object

Property Details

EntitiesProperty public static property

public static DependencyProperty,System.Windows EntitiesProperty
return System.Windows.DependencyProperty

EntitiesTypeProperty public static property

public static DependencyProperty,System.Windows EntitiesTypeProperty
return System.Windows.DependencyProperty

MoveProperty public static property

public static DependencyProperty,System.Windows MoveProperty
return System.Windows.DependencyProperty