C# 클래스 ExoModel.ModelReferenceChangeEvent

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ITransactedModelEvent ( ModelTransaction transaction ) : void

Sets the reference property to the new value.

ModelReferenceChangeEvent ( ModelInstance instance, ModelReferenceProperty property, ModelInstance oldValue, ModelInstance newValue )
ToString ( ) : string

보호된 메소드들

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

Merges a ModelValueChangeEvent into the current event.

OnNotify ( ) : void

메소드 상세

ITransactedModelEvent() 공개 메소드

Sets the reference property to the new value.
public ITransactedModelEvent ( ModelTransaction transaction ) : void
transaction ModelTransaction
리턴 void

ModelReferenceChangeEvent() 공개 메소드

public ModelReferenceChangeEvent ( ModelInstance instance, ModelReferenceProperty property, ModelInstance oldValue, ModelInstance newValue )
instance ModelInstance
property ModelReferenceProperty
oldValue ModelInstance
newValue ModelInstance

OnMerge() 보호된 메소드

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

OnNotify() 보호된 메소드

protected OnNotify ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string