Refactor contract type handling in EnvelopeType entity
Replaced Constants.ContractType enum with integer property in EnvelopeType. Updated related references in EnvelopeEditorController. Removed EnvelopeType variable from ModuleSettings. Made EnvelopeType property bindable and initialized in frmEnvelopeMainData to improve consistency and simplify contract type management.
This commit is contained in:
@@ -13,8 +13,8 @@ Public Class frmEnvelopeMainData
|
||||
|
||||
Private Property EnvelopeTypeModel As EnvelopeTypeModel
|
||||
|
||||
'<Bindable(True)>
|
||||
'Private Property EnvelopeType As New EnvelopeType
|
||||
<Bindable(True)>
|
||||
Private Property EnvelopeType As New EnvelopeType
|
||||
|
||||
Public Property State As State
|
||||
|
||||
|
||||
Reference in New Issue
Block a user