refactor(Common.Entities.EnvelopeType): entfernt und aktualisiert Form, um Domain.Entities.EnvelopeType zu verwenden
This commit is contained in:
@@ -1,28 +0,0 @@
|
|||||||
Imports EnvelopeGenerator.Domain
|
|
||||||
Public Class EnvelopeType
|
|
||||||
|
|
||||||
Public Property Id As Integer = 0
|
|
||||||
Public Property Title As String
|
|
||||||
Public Property UseAccessCode As Boolean
|
|
||||||
Public Property ContractType As Integer ' Unbenutzt
|
|
||||||
|
|
||||||
Public Property Language As String
|
|
||||||
Public Property CertificationType As Constants.CertificationType = Constants.CertificationType.AdvancedElectronicSignature
|
|
||||||
Public Property TFA_Enabled As Boolean = False
|
|
||||||
Public Property SendReminderEmails As Boolean = False
|
|
||||||
Public Property FirstReminderDays As Integer = 0
|
|
||||||
Public Property ReminderIntervalDays As Integer = 0
|
|
||||||
|
|
||||||
Public Property ExpiresWhen As Date
|
|
||||||
Public Property ExpiresWarningWhen As Date
|
|
||||||
Public Property ExpiresWhenDays As Integer
|
|
||||||
Public Property ExpiresWarningWhenDays As Integer
|
|
||||||
|
|
||||||
Public Property FinalEmailToCreator As Constants.FinalEmailType
|
|
||||||
Public Property FinalEmailToReceivers As Constants.FinalEmailType
|
|
||||||
|
|
||||||
Public Overrides Function ToString() As String
|
|
||||||
Return Title
|
|
||||||
End Function
|
|
||||||
|
|
||||||
End Class
|
|
||||||
@@ -284,7 +284,6 @@
|
|||||||
<Compile Include="Entities\EnvelopeDocumentElement.vb" />
|
<Compile Include="Entities\EnvelopeDocumentElement.vb" />
|
||||||
<Compile Include="Entities\EnvelopeHistoryEntry.vb" />
|
<Compile Include="Entities\EnvelopeHistoryEntry.vb" />
|
||||||
<Compile Include="Entities\EnvelopeReceiver.vb" />
|
<Compile Include="Entities\EnvelopeReceiver.vb" />
|
||||||
<Compile Include="Entities\EnvelopeType.vb" />
|
|
||||||
<Compile Include="Entities\State.vb" />
|
<Compile Include="Entities\State.vb" />
|
||||||
<Compile Include="Helpers.vb" />
|
<Compile Include="Helpers.vb" />
|
||||||
<Compile Include="Jobs\FinalizeDocument\FinalizeDocumentExceptions.vb" />
|
<Compile Include="Jobs\FinalizeDocument\FinalizeDocumentExceptions.vb" />
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
Imports DigitalData.Modules.Base
|
Imports DigitalData.Modules.Base
|
||||||
Imports EnvelopeGenerator.Domain.Constants
|
Imports EnvelopeGenerator.Domain.Entities
|
||||||
|
|
||||||
Public Class EnvelopeTypeModel
|
Public Class EnvelopeTypeModel
|
||||||
Inherits BaseModel
|
Inherits BaseModel
|
||||||
|
|||||||
Reference in New Issue
Block a user