C# 클래스 WpfDataUi.DataTypes.InstanceMember

상속: System.Windows.DependencyObject
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AfterSetByUi EventHandler
BeforeSetByUi EventHandler
MyPropertyProperty System.Windows.DependencyProperty
UniqueId int

공개 메소드들

메소드 설명
CallAfterSetByUi ( ) : void
InstanceMember ( ) : System
InstanceMember ( string name, object instance ) : System
SimulateValueChanged ( ) : void
ToString ( ) : string

보호된 메소드들

메소드 설명
OnPropertyChanged ( string propertyName ) : void

비공개 메소드들

메소드 설명
CallBeforeSetByUi ( IDataUi dataUi ) : void

메소드 상세

CallAfterSetByUi() 공개 메소드

public CallAfterSetByUi ( ) : void
리턴 void

InstanceMember() 공개 메소드

public InstanceMember ( ) : System
리턴 System

InstanceMember() 공개 메소드

public InstanceMember ( string name, object instance ) : System
name string
instance object
리턴 System

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
리턴 void

SimulateValueChanged() 공개 메소드

public SimulateValueChanged ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

AfterSetByUi 공개적으로 프로퍼티

public EventHandler AfterSetByUi
리턴 EventHandler

BeforeSetByUi 공개적으로 프로퍼티

public EventHandler BeforeSetByUi
리턴 EventHandler

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

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

UniqueId 공개적으로 프로퍼티

public int UniqueId
리턴 int