Validation and stuff
This commit is contained in:
@@ -2,18 +2,18 @@
|
||||
|
||||
Namespace Winline
|
||||
Public Class ColumnConfig
|
||||
Public Name As String
|
||||
Public Root As String
|
||||
Public Type As ColumnType
|
||||
Public Template As String
|
||||
Public OrderKey As Integer
|
||||
Public Property Name As String
|
||||
Public Property Root As String
|
||||
Public Property Type As ColumnType
|
||||
Public Property Template As String
|
||||
Public Property OrderKey As Integer
|
||||
|
||||
Public IsHead As Boolean
|
||||
Public IsReadOnly As Boolean
|
||||
Public IsVisible As Boolean
|
||||
Public IsRequired As Boolean
|
||||
Public Property IsHead As Boolean
|
||||
Public Property IsReadOnly As Boolean
|
||||
Public Property IsVisible As Boolean
|
||||
Public Property IsRequired As Boolean
|
||||
|
||||
Public [Function] As ColumnFunction
|
||||
Public Property [Function] As ColumnFunction
|
||||
|
||||
Public Class ColumnFunction
|
||||
Public Id As XmlFunction
|
||||
|
||||
Reference in New Issue
Block a user