| AkProject Class |
Namespace: Appkit.Data
public class AkProject : AkBase
The AkProject type exposes the following members.
| Name | Description | |
|---|---|---|
| ClearPool |
清除对象缓存。
| |
| FindDefaultOwner |
获取指定类型的默认所属父对象。
| |
| FindManagerByType |
查找业务对象管理器。
| |
| GetAppDisplay |
获取应用的显示名称。
| |
| GetAppId |
获取应用标识。
| |
| GetConnectionCount |
获取连接数目。
| |
| GetConnections |
获取连接集合。
| |
| GetCreateTime |
获取创建时间。
| |
| GetDisplay |
获取工程显示名称。
| |
| GetId |
获取工程标识。
同GetPrjId()。 | |
| GetLogging |
获取是否写日志。
| |
| GetManaList |
获取业务对象管理器集合。
| |
| GetModel |
获取数据模型。
| |
| GetPrjId |
获取工程标识。
同GetId()。 | |
| GetRootObj |
获取根对象。
| |
| GetSyncController |
获取同步控制器。
| |
| Logon |
登录。
| |
| SetLogging |
设置是否写日志。
|
| Name | Description | |
|---|---|---|
| AppDisplay |
应用的显示名称。
| |
| AppId |
应用标识。
| |
| Display |
工程的显示名称。
| |
| Id |
工程标识。
同PrjId。 | |
| ManaList |
业务对象管理器集合。
| |
| Model |
数据模型。
| |
| NoLog |
不写日志。
| |
| PrjId |
工程标识。
同Id。 | |
| SessList |
工程的会话集合。
|