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