SeekToConditionItemView constructor
SeekToConditionItemView(
- SearchFilter condition,
- int pageSize
Implementation
SeekToConditionItemView(SearchFilter condition, int pageSize) {
this.Condition = condition;
this.PageSize = pageSize;
this.serviceObjType = ServiceObjectType.Item;
}