-
Notifications
You must be signed in to change notification settings - Fork 81
Expand file tree
/
Copy pathDocflowV4.proto.cs
More file actions
593 lines (532 loc) · 27.7 KB
/
Copy pathDocflowV4.proto.cs
File metadata and controls
593 lines (532 loc) · 27.7 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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
// Generated from: Docflow/DocflowV4.proto
// Note: requires additional types generated from: Timestamp.proto
// Note: requires additional types generated from: Documents/Document.proto
// Note: requires additional types generated from: Docflow/AttachmentV3.proto
// Note: requires additional types generated from: Docflow/Attachment.proto
// Note: requires additional types generated from: Docflow/ResolutionDocflowV3.proto
// Note: requires additional types generated from: DocflowStatusV3.proto
// Note: requires additional types generated from: Docflow/DocumentInfoV3.proto
// Note: requires additional types generated from: DocumentId.proto
// Note: requires additional types generated from: Docflow/UniversalMessageAttachmentDocflow.proto
// Note: requires additional types generated from: Docflow/DocflowV3.proto
// Note: requires additional types generated from: Docflow/LastEvent.proto
// Note: requires additional types generated from: Docflow/OutOfWorkflowUniversalMessageDocflow.proto
namespace Diadoc.Api.Proto.Docflow
{
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RevocationDocflowV4")]
public partial class RevocationDocflowV4 : global::ProtoBuf.IExtensible
{
public RevocationDocflowV4() {}
private bool _IsFinished;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"IsFinished", DataFormat = global::ProtoBuf.DataFormat.Default)]
public bool IsFinished
{
get { return _IsFinished; }
set { _IsFinished = value; }
}
private Diadoc.Api.Proto.Docflow.RevocationRequestDocflow _RevocationRequest;
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"RevocationRequest", DataFormat = global::ProtoBuf.DataFormat.Default)]
public Diadoc.Api.Proto.Docflow.RevocationRequestDocflow RevocationRequest
{
get { return _RevocationRequest; }
set { _RevocationRequest = value; }
}
private Diadoc.Api.Proto.Docflow.RevocationResponseDocflowV4 _RevocationResponse = null;
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RevocationResponse", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public Diadoc.Api.Proto.Docflow.RevocationResponseDocflowV4 RevocationResponse
{
get { return _RevocationResponse; }
set { _RevocationResponse = value; }
}
private string _InitiatorBoxId;
[global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"InitiatorBoxId", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string InitiatorBoxId
{
get { return _InitiatorBoxId; }
set { _InitiatorBoxId = value; }
}
private Diadoc.Api.Proto.Documents.RevocationStatus _RevocationStatus;
[global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"RevocationStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public Diadoc.Api.Proto.Documents.RevocationStatus RevocationStatus
{
get { return _RevocationStatus; }
set { _RevocationStatus = value; }
}
private Diadoc.Api.Proto.Docflow.ResolutionEntitiesV3 _ResolutionEntities = null;
[global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ResolutionEntities", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public Diadoc.Api.Proto.Docflow.ResolutionEntitiesV3 ResolutionEntities
{
get { return _ResolutionEntities; }
set { _ResolutionEntities = value; }
}
private readonly global::System.Collections.Generic.List<Diadoc.Api.Proto.Docflow.OuterDocflowEntities> _OuterDocflowEntities = new global::System.Collections.Generic.List<Diadoc.Api.Proto.Docflow.OuterDocflowEntities>();
[global::ProtoBuf.ProtoMember(7, Name=@"OuterDocflowEntities", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List<Diadoc.Api.Proto.Docflow.OuterDocflowEntities> OuterDocflowEntities
{
get { return _OuterDocflowEntities; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RevocationResponseDocflowV4")]
public partial class RevocationResponseDocflowV4 : global::ProtoBuf.IExtensible
{
public RevocationResponseDocflowV4() {}
private Diadoc.Api.Proto.Docflow.SignatureV3 _RecipientSignature = null;
[global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"RecipientSignature", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public Diadoc.Api.Proto.Docflow.SignatureV3 RecipientSignature
{
get { return _RecipientSignature; }
set { _RecipientSignature = value; }
}
private Diadoc.Api.Proto.Docflow.SignatureRejectionDocflowV4 _SignatureRejection = null;
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"SignatureRejection", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public Diadoc.Api.Proto.Docflow.SignatureRejectionDocflowV4 SignatureRejection
{
get { return _SignatureRejection; }
set { _SignatureRejection = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ParticipantResponseDocflowV4")]
public partial class ParticipantResponseDocflowV4 : global::ProtoBuf.IExtensible
{
public ParticipantResponseDocflowV4() {}
private bool _IsFinished;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"IsFinished", DataFormat = global::ProtoBuf.DataFormat.Default)]
public bool IsFinished
{
get { return _IsFinished; }
set { _IsFinished = value; }
}
private Diadoc.Api.Proto.Docflow.SignatureV3 _Signature = null;
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Signature", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public Diadoc.Api.Proto.Docflow.SignatureV3 Signature
{
get { return _Signature; }
set { _Signature = value; }
}
private Diadoc.Api.Proto.Docflow.SignedAttachmentV3 _Title = null;
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"Title", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public Diadoc.Api.Proto.Docflow.SignedAttachmentV3 Title
{
get { return _Title; }
set { _Title = value; }
}
private Diadoc.Api.Proto.Docflow.SignatureRejectionDocflowV4 _Rejection = null;
[global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Rejection", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public Diadoc.Api.Proto.Docflow.SignatureRejectionDocflowV4 Rejection
{
get { return _Rejection; }
set { _Rejection = value; }
}
private Diadoc.Api.Proto.Timestamp _SentAt = null;
[global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"SentAt", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public Diadoc.Api.Proto.Timestamp SentAt
{
get { return _SentAt; }
set { _SentAt = value; }
}
private Diadoc.Api.Proto.Timestamp _DeliveredAt = null;
[global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"DeliveredAt", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public Diadoc.Api.Proto.Timestamp DeliveredAt
{
get { return _DeliveredAt; }
set { _DeliveredAt = value; }
}
private Diadoc.Api.Proto.Documents.RecipientResponseStatus _ResponseStatus;
[global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"ResponseStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public Diadoc.Api.Proto.Documents.RecipientResponseStatus ResponseStatus
{
get { return _ResponseStatus; }
set { _ResponseStatus = value; }
}
private Diadoc.Api.Proto.Docflow.ConfirmationDocflowV4 _Confirmation = null;
[global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"Confirmation", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public Diadoc.Api.Proto.Docflow.ConfirmationDocflowV4 Confirmation
{
get { return _Confirmation; }
set { _Confirmation = value; }
}
private Diadoc.Api.Proto.Docflow.OutOfWorkflowUniversalMessageDocflow _OutOfWorkflowUniversalMessageDocflow = null;
[global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"OutOfWorkflowUniversalMessageDocflow", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public Diadoc.Api.Proto.Docflow.OutOfWorkflowUniversalMessageDocflow OutOfWorkflowUniversalMessageDocflow
{
get { return _OutOfWorkflowUniversalMessageDocflow; }
set { _OutOfWorkflowUniversalMessageDocflow = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SignatureRejectionDocflowV4")]
public partial class SignatureRejectionDocflowV4 : global::ProtoBuf.IExtensible
{
public SignatureRejectionDocflowV4() {}
private Diadoc.Api.Proto.Docflow.SignedAttachmentV3 _SignatureRejection = null;
[global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"SignatureRejection", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public Diadoc.Api.Proto.Docflow.SignedAttachmentV3 SignatureRejection
{
get { return _SignatureRejection; }
set { _SignatureRejection = value; }
}
private bool _IsFormal;
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"IsFormal", DataFormat = global::ProtoBuf.DataFormat.Default)]
public bool IsFormal
{
get { return _IsFormal; }
set { _IsFormal = value; }
}
private Diadoc.Api.Proto.Timestamp _DeliveredAt = null;
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"DeliveredAt", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public Diadoc.Api.Proto.Timestamp DeliveredAt
{
get { return _DeliveredAt; }
set { _DeliveredAt = value; }
}
private string _PlainText = "";
[global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"PlainText", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string PlainText
{
get { return _PlainText; }
set { _PlainText = value; }
}
private Diadoc.Api.Proto.Docflow.UniversalMessageAttachmentDocflow _UniversalMessage = null;
[global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"UniversalMessage", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public Diadoc.Api.Proto.Docflow.UniversalMessageAttachmentDocflow UniversalMessage
{
get { return _UniversalMessage; }
set { _UniversalMessage = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"AmendmentRequestDocflowV4")]
public partial class AmendmentRequestDocflowV4 : global::ProtoBuf.IExtensible
{
public AmendmentRequestDocflowV4() {}
private bool _IsFinished;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"IsFinished", DataFormat = global::ProtoBuf.DataFormat.Default)]
public bool IsFinished
{
get { return _IsFinished; }
set { _IsFinished = value; }
}
private Diadoc.Api.Proto.Docflow.SignedAttachmentV3 _AmendmentRequest = null;
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"AmendmentRequest", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public Diadoc.Api.Proto.Docflow.SignedAttachmentV3 AmendmentRequest
{
get { return _AmendmentRequest; }
set { _AmendmentRequest = value; }
}
private Diadoc.Api.Proto.Timestamp _SentAt = null;
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"SentAt", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public Diadoc.Api.Proto.Timestamp SentAt
{
get { return _SentAt; }
set { _SentAt = value; }
}
private Diadoc.Api.Proto.Timestamp _DeliveredAt = null;
[global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"DeliveredAt", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public Diadoc.Api.Proto.Timestamp DeliveredAt
{
get { return _DeliveredAt; }
set { _DeliveredAt = value; }
}
private Diadoc.Api.Proto.Docflow.ReceiptDocflowV4 _Receipt = null;
[global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Receipt", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public Diadoc.Api.Proto.Docflow.ReceiptDocflowV4 Receipt
{
get { return _Receipt; }
set { _Receipt = value; }
}
private int _AmendmentFlags;
[global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"AmendmentFlags", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int AmendmentFlags
{
get { return _AmendmentFlags; }
set { _AmendmentFlags = value; }
}
private string _PlainText = "";
[global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"PlainText", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string PlainText
{
get { return _PlainText; }
set { _PlainText = value; }
}
private Diadoc.Api.Proto.Docflow.ConfirmationDocflowV4 _ConfirmationDocflow = null;
[global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ConfirmationDocflow", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public Diadoc.Api.Proto.Docflow.ConfirmationDocflowV4 ConfirmationDocflow
{
get { return _ConfirmationDocflow; }
set { _ConfirmationDocflow = value; }
}
private Diadoc.Api.Proto.Docflow.UniversalMessageAttachmentDocflow _UniversalMessage = null;
[global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"UniversalMessage", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public Diadoc.Api.Proto.Docflow.UniversalMessageAttachmentDocflow UniversalMessage
{
get { return _UniversalMessage; }
set { _UniversalMessage = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ReceiptDocflowV4")]
public partial class ReceiptDocflowV4 : global::ProtoBuf.IExtensible
{
public ReceiptDocflowV4() {}
private bool _IsFinished;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"IsFinished", DataFormat = global::ProtoBuf.DataFormat.Default)]
public bool IsFinished
{
get { return _IsFinished; }
set { _IsFinished = value; }
}
private Diadoc.Api.Proto.Docflow.SignedAttachmentV3 _ReceiptAttachment = null;
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ReceiptAttachment", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public Diadoc.Api.Proto.Docflow.SignedAttachmentV3 ReceiptAttachment
{
get { return _ReceiptAttachment; }
set { _ReceiptAttachment = value; }
}
private Diadoc.Api.Proto.Timestamp _SentAt = null;
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"SentAt", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public Diadoc.Api.Proto.Timestamp SentAt
{
get { return _SentAt; }
set { _SentAt = value; }
}
private Diadoc.Api.Proto.Timestamp _DeliveredAt = null;
[global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"DeliveredAt", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public Diadoc.Api.Proto.Timestamp DeliveredAt
{
get { return _DeliveredAt; }
set { _DeliveredAt = value; }
}
private Diadoc.Api.Proto.Docflow.ConfirmationDocflowV4 _Confirmation = null;
[global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Confirmation", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public Diadoc.Api.Proto.Docflow.ConfirmationDocflowV4 Confirmation
{
get { return _Confirmation; }
set { _Confirmation = value; }
}
private Diadoc.Api.Proto.Documents.GeneralReceiptStatus _Status;
[global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"Status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public Diadoc.Api.Proto.Documents.GeneralReceiptStatus Status
{
get { return _Status; }
set { _Status = value; }
}
private Diadoc.Api.Proto.Docflow.UniversalMessageAttachmentDocflow _UniversalMessage = null;
[global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"UniversalMessage", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public Diadoc.Api.Proto.Docflow.UniversalMessageAttachmentDocflow UniversalMessage
{
get { return _UniversalMessage; }
set { _UniversalMessage = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ConfirmationDocflowV4")]
public partial class ConfirmationDocflowV4 : global::ProtoBuf.IExtensible
{
public ConfirmationDocflowV4() {}
private bool _IsFinished;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"IsFinished", DataFormat = global::ProtoBuf.DataFormat.Default)]
public bool IsFinished
{
get { return _IsFinished; }
set { _IsFinished = value; }
}
private Diadoc.Api.Proto.Docflow.SignedAttachmentV3 _ConfirmationAttachment = null;
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ConfirmationAttachment", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public Diadoc.Api.Proto.Docflow.SignedAttachmentV3 ConfirmationAttachment
{
get { return _ConfirmationAttachment; }
set { _ConfirmationAttachment = value; }
}
private Diadoc.Api.Proto.Timestamp _ConfirmedAt = null;
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ConfirmedAt", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public Diadoc.Api.Proto.Timestamp ConfirmedAt
{
get { return _ConfirmedAt; }
set { _ConfirmedAt = value; }
}
private Diadoc.Api.Proto.Docflow.ReceiptDocflowV4 _Receipt = null;
[global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Receipt", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public Diadoc.Api.Proto.Docflow.ReceiptDocflowV4 Receipt
{
get { return _Receipt; }
set { _Receipt = value; }
}
private Diadoc.Api.Proto.Docflow.OperatorConfirmationDocflow _RoamingConfirmation = null;
[global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"RoamingConfirmation", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public Diadoc.Api.Proto.Docflow.OperatorConfirmationDocflow RoamingConfirmation
{
get { return _RoamingConfirmation; }
set { _RoamingConfirmation = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DocflowV4")]
public partial class DocflowV4 : global::ProtoBuf.IExtensible
{
public DocflowV4() {}
private Diadoc.Api.Proto.Docflow.SenderTitleDocflow _SenderTitle;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"SenderTitle", DataFormat = global::ProtoBuf.DataFormat.Default)]
public Diadoc.Api.Proto.Docflow.SenderTitleDocflow SenderTitle
{
get { return _SenderTitle; }
set { _SenderTitle = value; }
}
private Diadoc.Api.Proto.Docflow.ConfirmationDocflowV4 _Confirmation = null;
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Confirmation", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public Diadoc.Api.Proto.Docflow.ConfirmationDocflowV4 Confirmation
{
get { return _Confirmation; }
set { _Confirmation = value; }
}
private Diadoc.Api.Proto.Docflow.ParticipantResponseDocflowV4 _ProxyResponse = null;
[global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"ProxyResponse", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public Diadoc.Api.Proto.Docflow.ParticipantResponseDocflowV4 ProxyResponse
{
get { return _ProxyResponse; }
set { _ProxyResponse = value; }
}
private Diadoc.Api.Proto.Docflow.ReceiptDocflowV4 _RecipientReceipt = null;
[global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"RecipientReceipt", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public Diadoc.Api.Proto.Docflow.ReceiptDocflowV4 RecipientReceipt
{
get { return _RecipientReceipt; }
set { _RecipientReceipt = value; }
}
private Diadoc.Api.Proto.Docflow.ParticipantResponseDocflowV4 _RecipientResponse = null;
[global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"RecipientResponse", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public Diadoc.Api.Proto.Docflow.ParticipantResponseDocflowV4 RecipientResponse
{
get { return _RecipientResponse; }
set { _RecipientResponse = value; }
}
private Diadoc.Api.Proto.Docflow.AmendmentRequestDocflowV4 _AmendmentRequest = null;
[global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AmendmentRequest", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public Diadoc.Api.Proto.Docflow.AmendmentRequestDocflowV4 AmendmentRequest
{
get { return _AmendmentRequest; }
set { _AmendmentRequest = value; }
}
private Diadoc.Api.Proto.Docflow.RevocationDocflowV4 _Revocation = null;
[global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Revocation", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public Diadoc.Api.Proto.Docflow.RevocationDocflowV4 Revocation
{
get { return _Revocation; }
set { _Revocation = value; }
}
private Diadoc.Api.Proto.Docflow.ReceiptDocflowV4 _SenderReceipt = null;
[global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"SenderReceipt", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public Diadoc.Api.Proto.Docflow.ReceiptDocflowV4 SenderReceipt
{
get { return _SenderReceipt; }
set { _SenderReceipt = value; }
}
private Diadoc.Api.Proto.Docflow.ResolutionDocflowV3 _Resolution = null;
[global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"Resolution", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public Diadoc.Api.Proto.Docflow.ResolutionDocflowV3 Resolution
{
get { return _Resolution; }
set { _Resolution = value; }
}
private Diadoc.Api.Proto.Docflow.ResolutionEntitiesV3 _ResolutionEntities = null;
[global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"ResolutionEntities", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public Diadoc.Api.Proto.Docflow.ResolutionEntitiesV3 ResolutionEntities
{
get { return _ResolutionEntities; }
set { _ResolutionEntities = value; }
}
private readonly global::System.Collections.Generic.List<Diadoc.Api.Proto.Docflow.OuterDocflow> _OuterDocflows = new global::System.Collections.Generic.List<Diadoc.Api.Proto.Docflow.OuterDocflow>();
[global::ProtoBuf.ProtoMember(12, Name=@"OuterDocflows", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List<Diadoc.Api.Proto.Docflow.OuterDocflow> OuterDocflows
{
get { return _OuterDocflows; }
}
private readonly global::System.Collections.Generic.List<Diadoc.Api.Proto.Docflow.OuterDocflowEntities> _OuterDocflowEntities = new global::System.Collections.Generic.List<Diadoc.Api.Proto.Docflow.OuterDocflowEntities>();
[global::ProtoBuf.ProtoMember(13, Name=@"OuterDocflowEntities", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List<Diadoc.Api.Proto.Docflow.OuterDocflowEntities> OuterDocflowEntities
{
get { return _OuterDocflowEntities; }
}
private Diadoc.Api.Proto.DocflowStatusV3 _DocflowStatus;
[global::ProtoBuf.ProtoMember(14, IsRequired = true, Name=@"DocflowStatus", DataFormat = global::ProtoBuf.DataFormat.Default)]
public Diadoc.Api.Proto.DocflowStatusV3 DocflowStatus
{
get { return _DocflowStatus; }
set { _DocflowStatus = value; }
}
private Diadoc.Api.Proto.Docflow.TtGisFixationDocflow _TtGisFixation = null;
[global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"TtGisFixation", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public Diadoc.Api.Proto.Docflow.TtGisFixationDocflow TtGisFixation
{
get { return _TtGisFixation; }
set { _TtGisFixation = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
}