First create solution

This commit is contained in:
2017-03-08 11:21:27 +01:00
commit a2fb86bacf
5508 changed files with 1082238 additions and 0 deletions
@@ -0,0 +1,17 @@
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