Zooflow: MASSIVE Clean up in Globix Module
This commit is contained in:
25
GUIs.ZooFlow/Globix/Models/ManualIndex.vb
Normal file
25
GUIs.ZooFlow/Globix/Models/ManualIndex.vb
Normal file
@@ -0,0 +1,25 @@
|
||||
Namespace Globix.Models
|
||||
Public Class ManualIndex
|
||||
Public Property Id As Integer
|
||||
|
||||
Public Property DocTypeName As String
|
||||
Public Property DocTypeId As Integer
|
||||
Public Property Name As String
|
||||
Public Property Comment As String
|
||||
Public Property DataType As String
|
||||
Public Property Sequence As Integer
|
||||
|
||||
Public Property SQLSuggestion As String
|
||||
Public Property SQLCommand As String
|
||||
Public Property SQLConnection As Integer
|
||||
|
||||
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
|
||||
End Class
|
||||
|
||||
End Namespace
|
||||
Reference in New Issue
Block a user