| Noticeitem Class |
Namespace: Appkit.Sys.Object
[SerializableAttribute] public class Noticeitem : AkObject
The Noticeitem type exposes the following members.
| Name | Description | |
|---|---|---|
| Noticeitem |
构造提示条目。
|
| Name | Description | |
|---|---|---|
| CreateNew |
新建提示条目。
| |
| CreateNew(AkObject) |
新建提示条目。
| |
| Exists(String) |
指定查询条件或标识的提示条目是否存在。
| |
| Exists(String, Object) |
指定的提示条目是否存在。
| |
| Find(String) |
查找提示条目。
| |
| Find(AkQuery) |
查找提示条目。
| |
| Find(String, Object) |
查找提示条目。
| |
| Find(AkConnection, AkQuery) |
查找提示条目。
| |
| Find(AkConnection, String) |
查找提示条目。
| |
| Find(AkConnection, String, Object) |
查找提示条目。
| |
| GetBiaos |
获取标识。
| |
| GetBiaot |
获取标题。
| |
| GetNeir |
获取内容。
| |
| GetObject_id |
获取对象标识。
| |
| GetP_object_id |
获取父对象标识。
| |
| GetP_type_name |
获取父对象类型。
| |
| GetXuhd |
获取序号。
| |
| SetBiaos |
设置标识。
支持链式操作。 | |
| SetBiaot |
设置标题。
支持链式操作。 | |
| SetNeir |
设置内容。
支持链式操作。 | |
| SetObject_id |
设置对象标识。
支持链式操作。 | |
| SetP_object_id |
设置父对象标识。
支持链式操作。 | |
| SetP_type_name |
设置父对象类型。
支持链式操作。 | |
| SetXuhd |
设置序号。
支持链式操作。 |
| Name | Description | |
|---|---|---|
| Biaos |
标识。
| |
| Biaot |
标题。
| |
| Neir |
内容。
| |
| Object_id |
对象标识。
| |
| P_object_id |
父对象标识。
| |
| P_type_name |
父对象类型。
| |
| TableName |
表或视图名称。
| |
| ThisName |
类型名称。
| |
| TypeDisplay |
类型显示名称。
(Overrides AkObjectTypeDisplay.) | |
| TypeName |
类型名称。
(Overrides AkObjectTypeName.) | |
| Xuhd |
序号。
|