| Dialogueuser Methods |
The Dialogueuser 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) |
查找对话用户。
| |
| GetLatestdate |
获取最近连接日期。
| |
| GetLatesttime |
获取最近连接时间。
| |
| GetObject_id |
获取对象标识。
| |
| GetSessid |
获取会话标识。
| |
| GetUserid |
获取用户标识。
| |
| GetUsername |
获取用户名称。
| |
| SetLatestdate |
设置最近连接日期。
支持链式操作。 | |
| SetLatesttime |
设置最近连接时间。
支持链式操作。 | |
| SetObject_id |
设置对象标识。
支持链式操作。 | |
| SetSessid |
设置会话标识。
支持链式操作。 | |
| SetUserid |
设置用户标识。
支持链式操作。 | |
| SetUsername |
设置用户名称。
支持链式操作。 |