C# Class ExoModel.ModelDeleteEvent

Represents a change in the status of an instance being pending deletion.
Inheritance: ModelEvent, ITransactedModelEvent
ファイルを表示 Open project: vc3/ExoModel

Public Methods

Method Description
ITransactedModelEvent ( ModelTransaction transaction ) : void

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

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

Protected Methods

Method Description
OnNotify ( ) : void

Method Details

ITransactedModelEvent() public method

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

ModelDeleteEvent() public method

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

OnNotify() protected method

protected OnNotify ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string