C# 클래스 Signum.Windows.EntityListBase

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

공개 프로퍼티들

프로퍼티 타입 설명
EntitiesProperty System.Windows.DependencyProperty
EntitiesTypeProperty System.Windows.DependencyProperty
MoveProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
EnsureEntities ( ) : IList
GetEntityPropertyRoute ( ) : PropertyRoute
OnEntitiesChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void

보호된 메소드들

메소드 설명
CanCreate ( ) : bool
CanFind ( ) : bool
CanMove ( ) : bool
OnFinding ( ) : object

비공개 메소드들

메소드 설명
EntitiesTypeChanged ( Type type ) : void
EntityListBase ( ) : System

메소드 상세

CanCreate() 보호된 메소드

protected CanCreate ( ) : bool
리턴 bool

CanFind() 보호된 메소드

protected CanFind ( ) : bool
리턴 bool

CanMove() 보호된 메소드

protected CanMove ( ) : bool
리턴 bool

EnsureEntities() 공개 메소드

public EnsureEntities ( ) : IList
리턴 IList

GetEntityPropertyRoute() 공개 메소드

public GetEntityPropertyRoute ( ) : PropertyRoute
리턴 PropertyRoute

OnEntitiesChanged() 공개 메소드

public OnEntitiesChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

OnFinding() 보호된 메소드

protected OnFinding ( ) : object
리턴 object

프로퍼티 상세

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

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

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

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

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

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