Files
Nuvolar/Nuvolar.Module/BusinessObjects/GeneralObjects/RTFDocumentHandler/Popup/RTFDocumentsCreatorRows.vb
T
2017-03-08 11:21:27 +01:00

27 lines
723 B
VB.net

Imports System
Imports System.ComponentModel
Imports DevExpress.Xpo
Imports DevExpress.Data.Filtering
Imports DevExpress.ExpressApp
Imports DevExpress.Persistent.Base
Imports DevExpress.Persistent.BaseImpl
Imports DevExpress.Persistent.Validation
<DefaultClassOptions(), NavigationItem(False), NonPersistent, CreatableItem(False)> _
Public Class RTFDocumentsCreatorRows
Inherits BaseObject
Public Sub New(ByVal session As Session)
MyBase.New(session)
End Sub
Public Overrides Sub AfterConstruction()
MyBase.AfterConstruction()
End Sub
Property RTFDocumentsCreatorHeader As RTFDocumentsCreatorHeader
Property InfoString As String
Property ValueString As String
End Class