ZooFlow/EDMIService: clean up, fix column names in sql
This commit is contained in:
@@ -4,8 +4,18 @@
|
||||
|
||||
Public Property DocTypeName As String
|
||||
Public Property DocTypeId As Integer
|
||||
''' <summary>
|
||||
''' WD_INDEX, Name of the Attribute
|
||||
''' </summary>
|
||||
Public Property Name As String
|
||||
Public Property Comment As String
|
||||
''' <summary>
|
||||
''' INDEXNAME, Internal Name for Admin
|
||||
''' </summary>
|
||||
Public Property InternalName As String
|
||||
''' <summary>
|
||||
''' COMMENT, Caption in Index Form
|
||||
''' </summary>
|
||||
Public Property LabelCaption As String
|
||||
Public Property DataType As String
|
||||
Public Property Sequence As Integer
|
||||
|
||||
@@ -16,7 +26,6 @@
|
||||
Public Property DefaultValue As String
|
||||
|
||||
Public Property IsOptional As Boolean
|
||||
Public Property IsActive As Boolean
|
||||
Public Property IsMultiselect As Boolean
|
||||
Public Property AllowAddingItems As Boolean
|
||||
Public Property PreventMultleValue As Boolean
|
||||
|
||||
Reference in New Issue
Block a user