Method | Description | |
---|---|---|
OnLoad ( ) : void |
영구 저장소 (DB)에서 정보를 읽어올 때 호출되는 함수. IsSaved를 true로 설정한다.
|
|
OnSave ( ) : void |
영구 저장소 (DB)에 저장할 때 호출되는 함수. IsSaved를 True로 설정한다.
|
|
ToTransient ( ) : void |
Persistent Object를 Transient Object로 만든다. (Persistent Object를 복제해서 새로운 Transient Object를 만들 때 사용한다.)
|
Method | Description | |
---|---|---|
InitializeProperties ( ) : void |
Entity 속성을 초기화 합니다.
|
|
StateEntityBase ( ) : System |
생성자
|