C# 클래스 ExoModel.ModelValueChangeEvent

Represents a change to a value property in the model.
상속: ModelEvent, ITransactedModelEvent
파일 보기 프로젝트 열기: vc3/ExoModel

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ITransactedModelEvent ( ModelTransaction transaction ) : void
ModelValueChangeEvent ( ModelInstance instance, ModelValueProperty property, object oldValue, object newValue )
ToString ( ) : string

Returns the description of the property value change.

보호된 메소드들

메소드 설명
OnMerge ( ModelEvent e ) : bool

Merges a ModelValueChangeEvent into the current event.

OnNotify ( ) : void

Notify subscribers that the property value has changed.

메소드 상세

ITransactedModelEvent() 공개 메소드

public ITransactedModelEvent ( ModelTransaction transaction ) : void
transaction ModelTransaction
리턴 void

ModelValueChangeEvent() 공개 메소드

public ModelValueChangeEvent ( ModelInstance instance, ModelValueProperty property, object oldValue, object newValue )
instance ModelInstance
property ModelValueProperty
oldValue object
newValue object

OnMerge() 보호된 메소드

Merges a ModelValueChangeEvent into the current event.
protected OnMerge ( ModelEvent e ) : bool
e ModelEvent
리턴 bool

OnNotify() 보호된 메소드

Notify subscribers that the property value has changed.
protected OnNotify ( ) : void
리턴 void

ToString() 공개 메소드

Returns the description of the property value change.
public ToString ( ) : string
리턴 string