18 lines
1.1 KiB
VB.net
18 lines
1.1 KiB
VB.net
Imports System.ComponentModel
|
|
|
|
Public Interface IModelClassAllowSort
|
|
<Category("Behavior")> Property DefaultListViewAllowSort() As Boolean
|
|
|
|
<Category("SIS"), DefaultValue(False)> Property NonPersistent As Boolean
|
|
<Category("SIS"), DefaultValue(False)> Property IsPopup As Boolean
|
|
<Category("SIS")> Property SISGroup1 As String
|
|
<Category("SIS")> Property SISGroup2 As String
|
|
<Category("SIS"), Editor(GetType(Nuvolar.Module.SISHtmlEditor), GetType(System.Drawing.Design.UITypeEditor))> Property SISDescription As String
|
|
|
|
<Category("ObjectLocking"), DefaultValue(False)> Property LockObjectBeforeEdit As Boolean '
|
|
<Category("ObjectLocking"), Localizable(True)> Property LockObjectBeforeEditErrorString As String
|
|
|
|
<Category("DateYearInFilter"), DefaultValue(False)> Property DefaultDateYearInFilter As Boolean 'Az a képesség, hogy ListView esetén van-e automatikusan adott évre filter szûrõ
|
|
<Category("DateYearInFilter")> Property DefaultDateYearInFilterProperty As String 'Az a képesség, hogy ListView esetén van-e automatikusan adott évre szûrõ és melyik a dátum szûrése !
|
|
End Interface
|