Model |
public class ModelObjectEnumerator : IEnumerator
The ModelObjectEnumerator type exposes the following members.
| Name | Description | |
|---|---|---|
| Current | 获取当前模型对象 | |
| SelectInstances | 执行Current时是否自动执行ModelObject.Select以同步模型对象数据 |
| Name | Description | |
|---|---|---|
| GetEnumerator | ||
| GetSize | 获取当前迭代序列中模型对象总数量 | |
| MoveNext | 移动到下一位置 | |
| Reset | 重置迭代器到序列的开始位置。 |