spartaxx.businessmodels 1.0.213 → 1.0.215
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,14 +1,17 @@
|
|
1
|
-
import { DatasetSortingOperation } from "Masters/
|
1
|
+
import { DatasetSortingOperation, DatasetFilterOperation } from "Masters/MasterModels";
|
2
2
|
|
3
3
|
export interface ProtestAccountParam {
|
4
|
+
IsSelectedAll?:boolean;
|
5
|
+
OffsetValue?: number;
|
6
|
+
FetchRecordsCounts?: number;
|
7
|
+
DatasetSortingOperation?: DatasetSortingOperation;
|
8
|
+
FilterList?: DatasetFilterOperation[];
|
9
|
+
ItIsFilterSearch?: boolean;
|
10
|
+
|
4
11
|
CountyId?: number;
|
5
12
|
TaxYear?: number;
|
6
13
|
ModeId?: number;
|
7
14
|
PropertyType?: string;
|
8
|
-
OffsetValue?: number;
|
9
|
-
FetchRecordsCounts?: number;
|
10
|
-
DatasetSortingOperation?: DatasetSortingOperation;
|
11
|
-
IsSelectedAll?:boolean;
|
12
15
|
SelectedCounties?: number[];
|
13
16
|
LUC?:string;
|
14
17
|
NoticeValueMin?:number;
|