ResponsibilitiesReport.mtd
3.63 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
{
"$type": "Sungero.Metadata.ReportMetadata, Sungero.Reporting.Shared",
"NameGuid": "b8aa8f84-7488-43c7-9e0d-7050eb5ea6af",
"Name": "ResponsibilitiesReport",
"AssociatedGuid": "b7905516-2be5-4931-961c-cb38d5677565",
"BaseGuid": "cef9a810-3f30-4eca-9fe3-30992af0b818",
"DataSources": [],
"DefaultExportFormat": "Pdf",
"ExportFormats": [
"Pdf",
"Word"
],
"HandledEvents": [
"BeforeExecuteServer",
"AfterExecuteServer"
],
"IconResourcesKeys": [],
"Overridden": [
"PublicConstants",
"PublicStructures",
"Parameters",
"HandledEvents",
"ExportFormats",
"DefaultExportFormat",
"DisplayName",
"Description"
],
"Parameters": [
{
"NameGuid": "4654e36b-1c27-4aae-8ccb-433fd374e9cb",
"Name": "Employee",
"EntityType": "b7905516-2be5-4931-961c-cb38d5677565",
"InternalDataTypeName": "Sungero.Company.IEmployee, Sungero.Domain.Interfaces",
"Versions": []
},
{
"NameGuid": "7e5bbe89-6073-42a9-964b-2dbe29c94258",
"Name": "ReportSessionId",
"InternalDataTypeName": "System.String",
"Versions": []
},
{
"NameGuid": "d916c502-ea51-4d58-a4b3-52f85f491f2f",
"Name": "CurrentDate",
"InternalDataTypeName": "System.DateTime",
"IsSimpleDataType": true,
"Versions": []
}
],
"PublicConstants": [
{
"Name": "CompanyPriority",
"ParentClasses": [
"ResponsibilitiesReport"
],
"TypeName": "System.Int32",
"Value": "1000"
},
{
"Name": "CounterpartyPriority",
"ParentClasses": [
"ResponsibilitiesReport"
],
"TypeName": "System.Int32",
"Value": "4000"
},
{
"Name": "DocflowPriority",
"ParentClasses": [
"ResponsibilitiesReport"
],
"TypeName": "System.Int32",
"Value": "2000"
},
{
"Name": "ExchangePriority",
"ParentClasses": [
"ResponsibilitiesReport"
],
"TypeName": "System.Int32",
"Value": "1500"
},
{
"Name": "MeetingsPriority",
"ParentClasses": [
"ResponsibilitiesReport"
],
"TypeName": "System.Int32",
"Value": "3000"
},
{
"Name": "ProjectsPriority",
"ParentClasses": [
"ResponsibilitiesReport"
],
"TypeName": "System.Int32",
"Value": "2500"
}
],
"PublicStructures": [
{
"Name": "ResponsibilitiesReportTableLine",
"IsPublic": true,
"Properties": [
{
"Name": "ModuleName",
"IsNullable": true,
"TypeFullName": "global::System.String"
},
{
"Name": "Responsibility",
"IsNullable": true,
"TypeFullName": "global::System.String"
},
{
"Name": "Record",
"IsNullable": true,
"TypeFullName": "global::System.String"
},
{
"Name": "RecordId",
"IsNullable": true,
"TypeFullName": "global::System.Nullable<global::System.Int32>"
},
{
"Name": "RecordHyperlink",
"IsNullable": true,
"TypeFullName": "global::System.String"
},
{
"Name": "Priority",
"TypeFullName": "global::System.Int32"
},
{
"Name": "ReportSessionId",
"IsNullable": true,
"TypeFullName": "global::System.String"
}
],
"StructureNamespace": "Sungero.Company.Structures.ResponsibilitiesReport"
}
],
"ResourcesKeys": [
"ReportName",
"Responsibility",
"Record",
"RecordId",
"CertificateResponsibility",
"BoxResponsibility"
],
"Versions": []
}