C# 클래스 ExoModel.ModelSaveEvent

Represents the creation of a new or existing model instance.
상속: ModelEvent, ITransactedModelEvent
파일 보기 프로젝트 열기: vc3/ExoModel 1 사용 예제들

공개 메소드들

메소드 설명
ModelSaveEvent ( ModelInstance instance ) : System
Perform ( ModelTransaction transaction ) : void
Rollback ( ModelTransaction transaction ) : void
ToString ( ) : string

보호된 메소드들

메소드 설명
OnNotify ( ) : void

메소드 상세

ModelSaveEvent() 공개 메소드

public ModelSaveEvent ( ModelInstance instance ) : System
instance ModelInstance
리턴 System

OnNotify() 보호된 메소드

protected OnNotify ( ) : void
리턴 void

Perform() 공개 메소드

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

Rollback() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string