My Project
公開方法(Public Methods) | 屬性(properties) | 私有屬性 | 全部成員列表
ControlCollection

List of control's properties. This class provides an implementation of ICachedType for complete control of properties' load and save. 更多...

類別ControlCollection的繼承圖:

公開方法(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 行.

函式成員說明文件

◆ AfterLoad()

void AfterLoad ( )

Called after the object is loaded from the cache.

定義在 ControlProperties.cs 檔案之第 227 行.

◆ AfterSave()

void AfterSave ( )

Called after the object is saved to the cache.

定義在 ControlProperties.cs 檔案之第 236 行.

◆ BeforeLoad()

bool BeforeLoad ( )

Called before the object is loaded from the cache.

傳回值
true to continue loading.

定義在 ControlProperties.cs 檔案之第 210 行.

◆ BeforeSave()

bool BeforeSave ( )

Called before the object is saved to the cache.

傳回值
true to continue saving.

定義在 ControlProperties.cs 檔案之第 219 行.

資料成員說明文件

◆ dirty

bool dirty = true
private

定義在 ControlProperties.cs 檔案之第 204 行.

屬性(property)說明文件

◆ IsDirty

bool IsDirty
getset

Return true to indicate that the object is dirty, i.e. it needs to be saved to the cache.

定義在 ControlProperties.cs 檔案之第 247 行.


此類別(class) 文件是由下列檔案中產生: