|
My Project
|
List of control's properties. This class provides an implementation of ICachedType for complete control of properties' load and save. 更多...
公開方法(Public Methods) | |
| void | AfterLoad () |
| Called after the object is loaded from the cache. 更多... | |
| void | AfterSave () |
| Called after the object is saved to the cache. 更多... | |
| bool | BeforeLoad () |
| Called before the object is loaded from the cache. 更多... | |
| bool | BeforeSave () |
| Called before the object is saved to the cache. 更多... | |
屬性(properties) | |
| bool | IsDirty [get, set] |
| Return true to indicate that the object is dirty, i.e. it needs to be saved to the cache. 更多... | |
私有屬性 | |
| bool | dirty = true |
List of control's properties. This class provides an implementation of ICachedType for complete control of properties' load and save.
定義在 ControlProperties.cs 檔案之第 202 行.
| void AfterLoad | ( | ) |
Called after the object is loaded from the cache.
定義在 ControlProperties.cs 檔案之第 227 行.
| void AfterSave | ( | ) |
Called after the object is saved to the cache.
定義在 ControlProperties.cs 檔案之第 236 行.
| bool BeforeLoad | ( | ) |
Called before the object is loaded from the cache.
定義在 ControlProperties.cs 檔案之第 210 行.
| bool BeforeSave | ( | ) |
Called before the object is saved to the cache.
定義在 ControlProperties.cs 檔案之第 219 行.
|
private |
定義在 ControlProperties.cs 檔案之第 204 行.
|
getset |
Return true to indicate that the object is dirty, i.e. it needs to be saved to the cache.
定義在 ControlProperties.cs 檔案之第 247 行.
1.8.15