DepartmentsAssignmentCompletionReport.mtd
5.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
{
"$type": "Sungero.Metadata.ReportMetadata, Sungero.Reporting.Shared",
"NameGuid": "23fc035e-72bf-4bd9-9659-a21ad2378f43",
"Name": "DepartmentsAssignmentCompletionReport",
"AssociatedGuid": "df83a2ea-8d43-4ec4-a34a-2e61863014df",
"BaseGuid": "cef9a810-3f30-4eca-9fe3-30992af0b818",
"DataSources": [],
"DefaultExportFormat": "Excel",
"ExportFormats": [
"Excel",
"Pdf"
],
"HandledEvents": [
"BeforeExecuteServer",
"AfterExecuteServer",
"BeforeExecuteClient"
],
"IconResourcesKeys": [],
"Overridden": [
"PublicConstants",
"PublicStructures",
"DisplayName",
"ExportFormats",
"DefaultExportFormat",
"HandledEvents",
"Parameters",
"Description"
],
"Parameters": [
{
"NameGuid": "8e3e1417-d776-46a6-bad1-0cd0a2dd9087",
"Name": "ReportSessionId",
"InternalDataTypeName": "System.String"
},
{
"NameGuid": "debe060b-0d97-4120-9c9c-1d88278131a4",
"Name": "ReportDate",
"InternalDataTypeName": "System.DateTime",
"IsSimpleDataType": true
},
{
"NameGuid": "cb35e785-0f00-447c-8140-17ecef8fa402",
"Name": "ParamsDescription",
"InternalDataTypeName": "System.String"
},
{
"NameGuid": "51ea333c-239c-4adb-bd2d-7b07795a04a1",
"Name": "PeriodBegin",
"InternalDataTypeName": "System.DateTime",
"IsSimpleDataType": true
},
{
"NameGuid": "6c44ae35-71f6-4b36-aa07-07c5d14e6a92",
"Name": "PeriodEnd",
"InternalDataTypeName": "System.DateTime",
"IsSimpleDataType": true
},
{
"NameGuid": "7bc7d3dd-6371-4264-9bf6-f8abf916c7f6",
"Name": "BusinessUnit",
"EntityType": "eff95720-181f-4f7d-892d-dec034c7b2ab",
"InternalDataTypeName": "Sungero.Company.IBusinessUnit, Sungero.Domain.Interfaces"
},
{
"NameGuid": "4fd3c45a-1681-4f4e-b7bc-b37556b28a57",
"Name": "DetailedReportLink",
"InternalDataTypeName": "System.String"
},
{
"NameGuid": "fcbf02ff-9524-41f2-95cc-ab7284e2ea14",
"Name": "DepartmentIds",
"InternalDataTypeName": "System.Int32",
"IsCollection": true,
"IsSimpleDataType": true
},
{
"NameGuid": "8346c5df-f807-42ee-884f-b0053091e6d7",
"Name": "WithSubstitution",
"InternalDataTypeName": "System.Boolean",
"IsSimpleDataType": true
},
{
"NameGuid": "acaa7f86-7244-446d-a943-135e7b204c55",
"Name": "Unwrap",
"InternalDataTypeName": "System.Boolean",
"IsSimpleDataType": true
},
{
"NameGuid": "42a8c3d4-0a43-4142-8a83-835608925496",
"Name": "WidgetParameter",
"InternalDataTypeName": "System.String"
},
{
"NameGuid": "4190fe29-4451-4235-a5ca-6f845a0170cb",
"Name": "Department",
"EntityType": "61b1c19f-26e2-49a5-b3d3-0d3618151e12",
"InternalDataTypeName": "Sungero.Company.IDepartment, Sungero.Domain.Interfaces"
},
{
"NameGuid": "4b53801e-8255-4ac4-a8fb-ad4479b51078",
"Name": "BusinessUnitIds",
"InternalDataTypeName": "System.Int32",
"IsCollection": true,
"IsSimpleDataType": true
}
],
"PublicStructures": [
{
"Name": "TableLine",
"IsPublic": true,
"Properties": [
{
"Name": "RowIndex",
"TypeFullName": "global::System.Int32"
},
{
"Name": "ReportSessionId",
"IsNullable": true,
"TypeFullName": "global::System.String"
},
{
"Name": "Department",
"TypeFullName": "global::System.Int32"
},
{
"Name": "Unwrap",
"TypeFullName": "global::System.Boolean"
},
{
"Name": "DepartmentName",
"IsNullable": true,
"TypeFullName": "global::System.String"
},
{
"Name": "IsActiveDepartment",
"TypeFullName": "global::System.Boolean"
},
{
"Name": "SubDepartmentName",
"IsNullable": true,
"TypeFullName": "global::System.String"
},
{
"Name": "IsActiveSubDepartment",
"TypeFullName": "global::System.Boolean"
},
{
"Name": "HyperlinkBusinessUnitId",
"TypeFullName": "global::System.Int32"
},
{
"Name": "BusinessUnitName",
"IsNullable": true,
"TypeFullName": "global::System.String"
},
{
"Name": "AssignmentCompletion",
"IsNullable": true,
"TypeFullName": "global::System.Nullable<global::System.Int32>"
},
{
"Name": "AssignmentsCount",
"TypeFullName": "global::System.Int32"
},
{
"Name": "AffectDisciplineAssignmentsCount",
"TypeFullName": "global::System.Int32"
},
{
"Name": "CompletedInTimeAssignmentsCount",
"TypeFullName": "global::System.Int32"
},
{
"Name": "OverdueAssignmentsCount",
"TypeFullName": "global::System.Int32"
}
],
"StructureNamespace": "Sungero.Docflow.Structures.DepartmentsAssignmentCompletionReport"
}
],
"ResourcesKeys": [
"ReportName",
"Period",
"PeriodTo",
"AssignmentCompletion",
"AssignmentsCount",
"DepartmentName",
"DialogTitle",
"OverdueAssignmentsCount",
"ClosedRecord",
"AffectDisciplineAssignmentsCount",
"CompletedInTimeAssignmentsCount",
"BusinessUnitName",
"SubDepartmentName"
],
"Versions": []
}