C# 클래스 Language.Expression

상속: Value, System.ComponentModel.INotifyPropertyChanged
파일 보기 프로젝트 열기: jtalbot/Labeling 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Changed ChangedHandler
LastPropertyChange string
ViewChanged ViewChangedHandler

보호된 프로퍼티들

프로퍼티 타입 설명
highlighted bool
moveable bool

공개 메소드들

메소드 설명
Eval ( ) : IEnumerable
Eval ( IEnumerable args ) : IEnumerable
NotifyChanged ( ) : void
NotifyViewChanged ( ) : void

메소드 상세

Eval() 공개 메소드

public Eval ( ) : IEnumerable
리턴 IEnumerable

Eval() 공개 추상적인 메소드

public abstract Eval ( IEnumerable args ) : IEnumerable
args IEnumerable
리턴 IEnumerable

NotifyChanged() 공개 메소드

public NotifyChanged ( ) : void
리턴 void

NotifyViewChanged() 공개 메소드

public NotifyViewChanged ( ) : void
리턴 void

프로퍼티 상세

Changed 공개적으로 프로퍼티

public ChangedHandler Changed
리턴 ChangedHandler

LastPropertyChange 공개적으로 프로퍼티

public string LastPropertyChange
리턴 string

ViewChanged 공개적으로 프로퍼티

public ViewChangedHandler ViewChanged
리턴 ViewChangedHandler

highlighted 보호되어 있는 프로퍼티

protected bool highlighted
리턴 bool

moveable 보호되어 있는 프로퍼티

protected bool moveable
리턴 bool