C# Class ExoModel.ModelDeleteEvent

Represents a change in the status of an instance being pending deletion.
Inheritance: ModelEvent, ITransactedModelEvent
Afficher le fichier Open project: vc3/ExoModel

Méthodes publiques

Méthode Description
ITransactedModelEvent ( ModelTransaction transaction ) : void

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

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

Méthodes protégées

Méthode Description
OnNotify ( ) : void

Method Details

ITransactedModelEvent() public méthode

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

ModelDeleteEvent() public méthode

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

OnNotify() protected méthode

protected OnNotify ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string