first pass of creating report
This commit is contained in:
12
EnvelopeGenerator.Common/Jobs/FinalizeDocument/ReportItem.vb
Normal file
12
EnvelopeGenerator.Common/Jobs/FinalizeDocument/ReportItem.vb
Normal file
@@ -0,0 +1,12 @@
|
||||
Public Class ReportItem
|
||||
|
||||
Public Property Envelope As Envelope
|
||||
Public Property EnvelopeId As Integer
|
||||
Public Property EnvelopeTitle As String
|
||||
Public Property EnvelopeSubject As String
|
||||
|
||||
Public Property ItemStatus As Constants.EnvelopeStatus
|
||||
Public Property ItemUserReference As String
|
||||
Public Property ItemDate As Date
|
||||
|
||||
End Class
|
||||
Reference in New Issue
Block a user