ZooFlow: Add Attribute Edit Form

This commit is contained in:
Jonathan Jenne
2021-02-11 13:04:50 +01:00
parent 055b14ab6b
commit 882b5b9718
13 changed files with 511 additions and 268 deletions

View File

@@ -0,0 +1,10 @@
Imports DigitalData.Modules.Logging
Public Interface interfaceAdmin_Form
Property PrimaryKey As Integer
Property Logger As Logger
Property HasChanges As Boolean
Property IsInsert As Boolean
Function SaveData() As Boolean
End Interface