C# 클래스 ExoModel.ModelDeleteEvent

Represents a change in the status of an instance being pending deletion.
상속: ModelEvent, ITransactedModelEvent
파일 보기 프로젝트 열기: vc3/ExoModel

공개 메소드들

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

Changes the pending deletion status of the instance to the specified value.

ModelDeleteEvent ( ModelInstance instance, bool isPendingDelete )
ToString ( ) : string

보호된 메소드들

메소드 설명
OnNotify ( ) : void

메소드 상세

ITransactedModelEvent() 공개 메소드

Changes the pending deletion status of the instance to the specified value.
public ITransactedModelEvent ( ModelTransaction transaction ) : void
transaction ModelTransaction
리턴 void

ModelDeleteEvent() 공개 메소드

public ModelDeleteEvent ( ModelInstance instance, bool isPendingDelete )
instance ModelInstance
isPendingDelete bool

OnNotify() 보호된 메소드

protected OnNotify ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string