Namespace Globix.Models Public Class ManualIndex Public Property Id As Integer Public Property DocTypeName As String Public Property DocTypeId As Integer ''' ''' WD_INDEX, Name of the Attribute ''' Public Property Name As String ''' ''' INDEXNAME, Internal Name for Admin ''' Public Property InternalName As String ''' ''' COMMENT, Caption in Index Form ''' Public Property LabelCaption 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 IsMultiselect As Boolean Public Property AllowAddingItems As Boolean Public Property PreventMultleValue As Boolean End Class End Namespace