| Product Class |
Namespace: Appkit.Sys.Object
[SerializableAttribute] public class Product : AkObject
The Product type exposes the following members.
| 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) |
查找产品。
| |
| GetObject_id |
获取对象标识。
| |
| GetP_object_id |
获取父对象标识。
| |
| GetP_type_name |
获取父对象类型。
| |
| GetPdesc |
获取描述。
| |
| GetPname |
获取产品名称。
| |
| SetObject_id |
设置对象标识。
支持链式操作。 | |
| SetP_object_id |
设置父对象标识。
支持链式操作。 | |
| SetP_type_name |
设置父对象类型。
支持链式操作。 | |
| SetPdesc |
设置描述。
支持链式操作。 | |
| SetPname |
设置产品名称。
支持链式操作。 |
| Name | Description | |
|---|---|---|
| Object_id |
对象标识。
| |
| P_object_id |
父对象标识。
| |
| P_type_name |
父对象类型。
| |
| Pdesc |
描述。
| |
| Pname |
产品名称。
| |
| TableName |
表或视图名称。
| |
| ThisName |
类型名称。
| |
| TypeDisplay |
类型显示名称。
(Overrides AkObjectTypeDisplay.) | |
| TypeName |
类型名称。
(Overrides AkObjectTypeName.) |