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 Imports DevExpress.Persistent.Base.General Imports System.Data.SqlClient Imports System.Configuration Imports System.Linq Imports System.Linq.Expressions Public Class GLRowsCheck 'Popup a csoportos módosításhoz Inherits BaseObject Public Sub New(ByVal session As Session) MyBase.New(session) End Sub Public Property ChartOfAccountsYear As ChartOfAccountsYear Public Property Controlling As Controlling Public Property JobNumberObjects As JobNumberObjects Public Property CostHolder As CostHolder Public Property CostPlace As CostPlace Public Property UniqueObjects As UniqueObjects Public Property DebitChartOfAccounts As ChartOfAccounts Public Property CreditChartOfAccounts As ChartOfAccounts Public Property IsDateExecution As Boolean = False Public Property DateExecution As Date Public Property GLRowsType As eGLRowsType = eGLRowsType.eNormal End Class