ActionItemPrintReport.mtd
3.38 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
{
"$type": "Sungero.Metadata.ReportMetadata, Sungero.Reporting.Shared",
"NameGuid": "b3c50de9-0a56-42bb-a52a-48309c5ccef3",
"Name": "ActionItemPrintReport",
"AccessRightsMode": "NoRight",
"AssociatedGuid": "c290b098-12c7-487d-bb38-73e2c98f9789",
"BaseGuid": "cef9a810-3f30-4eca-9fe3-30992af0b818",
"DataSources": [],
"DefaultExportFormat": "Word",
"ExportFormats": [
"Word"
],
"HandledEvents": [
"BeforeExecuteServer",
"AfterExecuteServer"
],
"IconResourcesKeys": [],
"Overridden": [
"AccessRightsMode",
"PublicConstants",
"PublicStructures",
"HandledEvents",
"Parameters",
"ExportFormats",
"DefaultExportFormat"
],
"Parameters": [
{
"NameGuid": "1bfd6cab-d751-43e8-82e0-d2e9102edf72",
"Name": "Task",
"EntityType": "c290b098-12c7-487d-bb38-73e2c98f9789",
"InternalDataTypeName": "Sungero.RecordManagement.IActionItemExecutionTask, Sungero.Domain.Interfaces",
"IsRequired": true,
"Versions": []
},
{
"NameGuid": "190e0121-7d1f-4651-b4c2-f61f92ee2abe",
"Name": "Supervisor",
"InternalDataTypeName": "System.String",
"Versions": []
},
{
"NameGuid": "83256663-b792-4c38-b477-c0fcc7ccc86e",
"Name": "DocumentShortName",
"InternalDataTypeName": "System.String",
"Versions": []
},
{
"NameGuid": "efe2fbab-a224-41a4-94e4-0b34e0be0e37",
"Name": "ReportSessionId",
"InternalDataTypeName": "System.String",
"Versions": []
},
{
"NameGuid": "beca8847-3d01-486b-a2a0-d9492054a8c3",
"Name": "Assignment",
"EntityType": "91cbfdc8-5d5d-465e-95a4-3235b8c01d5b",
"InternalDataTypeName": "Sungero.Workflow.IAssignment, Sungero.Workflow.Interfaces",
"Versions": []
},
{
"NameGuid": "fe3c0468-83b4-40a3-9fae-12f03cd682c2",
"Name": "Author",
"InternalDataTypeName": "System.String",
"Versions": []
},
{
"NameGuid": "159b0e13-9c1d-45ed-933f-ac1988604632",
"Name": "PrintedBy",
"InternalDataTypeName": "System.String",
"Versions": []
}
],
"PublicStructures": [
{
"Name": "ActionItemPrintReportParameters",
"IsPublic": true,
"Properties": [
{
"Name": "ReportSessionId",
"IsNullable": true,
"TypeFullName": "global::System.String"
},
{
"Name": "Performer",
"IsNullable": true,
"TypeFullName": "global::System.String"
},
{
"Name": "Deadline",
"IsNullable": true,
"TypeFullName": "global::System.String"
},
{
"Name": "FromAuthor",
"IsNullable": true,
"TypeFullName": "global::System.String"
},
{
"Name": "ActionItemText",
"IsNullable": true,
"TypeFullName": "global::System.String"
},
{
"Name": "Supervisor",
"IsNullable": true,
"TypeFullName": "global::System.String"
}
],
"StructureNamespace": "Sungero.RecordManagement.Structures.ActionItemPrintReport"
}
],
"ResourcesKeys": [
"Destination",
"ActionItem",
"PerformerReport",
"Deadline",
"From",
"Text",
"PerformerSignatureAndName",
"ExecutionDate",
"Printed",
"ActionItemID",
"SupervisorPrefix",
"ToDocument",
"DocumentID"
],
"Versions": []
}