Skip to main content

API changes

Changes from v10.5.5.982 to v11.1.447.

NetServer core

The following represent changes to assemblies SoCore, SoDatabase, SoLicense and SuperOffice.Plugins.

Assembly: SoCore

Deleted types

  • SuperOffice.CRM.Services.Implementation.ServiceDatabaseResourceLoggerContext
  • SuperOffice.CRM.Services.Implementation.ServiceLogContext
  • SuperOffice.CRM.Services.Implementation.ServiceLogData
  • SuperOffice.CRM.Services.Implementation.ServiceLogger
  • SuperOffice.CRM.Services.Implementation.ServiceLoggerEnvironmentInfoPlugin
  • SuperOffice.CRM.Services.Implementation.ServiceResourceLogger
  • SuperOffice.CurrentPrincipalEnvironmentInfoPlugin
  • SuperOffice.Diagnostics.ISoEnvironmentInfoPlugin
  • SuperOffice.Diagnostics.SoEnvironmentInfoPluginAttribute
  • SuperOffice.Factory.OperationInstanceContainer
  • SuperOffice.OperationContextType
  • SuperOffice.Security.Principal.AuthenticationState
  • SuperOffice.Security.Principal.ContextContextProvider
  • SuperOffice.Security.Principal.ISoContextProvider
  • SuperOffice.Security.Principal.ISoIdentity
  • SuperOffice.Security.Principal.Private.PrincipalHelper
  • SuperOffice.Security.Principal.ProcessContextProvider
  • SuperOffice.Security.Principal.SoContextContainer
  • SuperOffice.Security.Principal.SoPrincipal
  • SuperOffice.Security.Principal.SoPrincipalExtensions
  • SuperOffice.Security.Principal.ThreadContextProvider
  • SuperOffice.SoOperationContext
  • SuperOffice.Threading.AsyncChunkedProcessedQueue<TWorkItem, TChunkProcessor, TChunkHandler>
  • SuperOffice.Threading.AsyncContext
  • SuperOffice.Threading.AsyncContext<TArgument>
  • SuperOffice.Threading.AsynchronousHandler<TAsynchronousHandlerProcessor, TAsynchronousArgument>
  • SuperOffice.Threading.AsyncOperation<TArgument>
  • SuperOffice.Threading.AsyncOperationFailure
  • SuperOffice.Threading.AsyncOperationStarting
  • SuperOffice.Threading.AsyncOperationTerminating
  • SuperOffice.Threading.CleanupThreadState<in TThreadState, in TThreadCleanupState>
  • SuperOffice.Threading.GetThreadState<out TThreadState>
  • SuperOffice.Threading.GlobalQueuedThreadBase<TAsynchronousHandlerProcessor, TAsynchronousArgument>
  • SuperOffice.Threading.QueueAsyncChunkHandler<TWorkItem, TChunkProcessor>
  • SuperOffice.Threading.QueueAsyncChunkProcessor<TWorkItem>
  • SuperOffice.Threading.QueuedThreadBase<TAsynchronousHandlerProcessor, TAsynchronousArgument>
  • SuperOffice.Threading.SetThreadState<in TThreadState, out TThreadCleanupState>
  • SuperOffice.Threading.SoBackgroundWorker
  • SuperOffice.Threading.SoReaderWriterLock
  • SuperOffice.Threading.ThreadManager
  • SuperOffice.Threading.ThreadPerOperationBase<TAsynchronousHandlerProcessor, TAsynchronousArgument>
  • SuperOffice.Threading.ThreadStaticQueuedThreadBase<TAsynchronousHandlerProcessor, TAsynchronousArgument>
  • SuperOffice.Util.ThreadedQueueProcessor<T>

New types

  • SuperOffice.CRM.Cache.IUserValueCache
  • SuperOffice.CRM.Cache.UserValueCache
  • SuperOffice.Diagnostics.DiagnoseMethodAsync
  • SuperOffice.Diagnostics.ExecutionStopwatchNoop
  • SuperOffice.Diagnostics.IDiagnosticSnapshot
  • SuperOffice.Diagnostics.IExecutionStopwatch
  • SuperOffice.Diagnostics.IResourceTraceWriter
  • SuperOffice.Diagnostics.IServiceCallsRepository
  • SuperOffice.Diagnostics.ServiceCall
  • SuperOffice.Diagnostics.ServiceCallsRepositoryResourceLogger
  • SuperOffice.Diagnostics.ServiceCallsRepositoryResourceLoggerContext
  • SuperOffice.Diagnostics.WorkList
  • SuperOffice.Diagnostics.WorkRow
  • SuperOffice.Factory.IInstanceContainerDisposable
  • SuperOffice.Factory.ISoServiceProviderScope
  • SuperOffice.IDatabaseContext
  • SuperOffice.ISoDatabaseContextFactory
  • SuperOffice.Security.ISoImpersonationService
  • SuperOffice.Security.Principal.AsyncLocalPrincipalAccessor
  • SuperOffice.Security.Principal.ClaimsIdentityExtensions
  • SuperOffice.Security.Principal.INSAuthenticator
  • SuperOffice.Security.Principal.INSPrincipalAccessor
  • SuperOffice.Security.Principal.ITicketPrincipalCache
  • SuperOffice.Security.Principal.IUserInfoService
  • SuperOffice.Security.Principal.NSIdentityClaimValues
  • SuperOffice.Security.Principal.NSPrincipalAccessorBase
  • SuperOffice.Security.Principal.ProcessPrincipalAccessor
  • SuperOffice.Security.Principal.ShortClaimNames
  • SuperOffice.Security.Principal.SoClaimsPrincipal
  • SuperOffice.SoCoreClaimsPrincipalExtensions
  • SuperOffice.Threading.AsyncLazy<T>
  • SuperOffice.Threading.AsyncQueue<TItem>
  • SuperOffice.Threading.AsyncQueueBase<TItem>
  • SuperOffice.Threading.AsyncQueueHandler<TAsynchronousHandlerProcessor, TAsynchronousArgument>
  • SuperOffice.Threading.AsyncQueueProcessItemAsync<TItem>
  • SuperOffice.Threading.AsyncQueueProcessor<TQueue, TItem>
  • SuperOffice.Threading.BackgroundThreadCleanupPluginAttribute
  • SuperOffice.Threading.DelayedItem<TItem>
  • SuperOffice.Threading.IAsyncQueue<TItem>
  • SuperOffice.Threading.IAsyncQueueBase<TItem>
  • SuperOffice.Threading.IAsyncQueueProcessItemContext<TItem>
  • SuperOffice.Threading.IBackgroundThreadCleanupPlugin
  • SuperOffice.Threading.IDelayedAsyncQueue<TItem>
  • SuperOffice.Threading.IParallelizedProcessorControlPlane
  • SuperOffice.Threading.IParallelProcessor<TParallelizedProcessor>
  • SuperOffice.Threading.ISafeBlockingTaskInheritor
  • SuperOffice.Threading.ISafeBlockingTaskInheritorExtensions
  • SuperOffice.Threading.ParallelizedProcessor
  • SuperOffice.Threading.ParallelProcessor<TParallelizedProcessor>
  • SuperOffice.Threading.SafeBlockingTasks
  • SuperOffice.Threading.TaskHelper
  • SuperOffice.Util.GlobalTestFlag
  • SuperOffice.Util.InjectionHelper
  • Zomp.SyncMethodGenerator.CreateSyncVersionAttribute

Modified types

.IEnumerableExtensions is Modified

  • New items
    • Method ToDictionaryPermissiveAsync<TSource, TKey>(IAsyncEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>, CancellationToken)
    • Method ToDictionaryPermissiveAsync<TSource, TKey, TElement>(IAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, IEqualityComparer<TKey>, CancellationToken)
    • Method ToDictionaryPermissiveAsync<TSource, TKey, TElement>(IAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, CancellationToken)
    • Method ToDictionaryPermissiveAsync<TSource, TKey>(IAsyncEnumerable<TSource>, Func<TSource, TKey>, CancellationToken)

Microsoft.Extensions.DependencyInjection.NetServerServiceCollectionExtensions is Modified

  • Deleted items
    • Method AddNetServerCore<TSessionMode>(IServiceCollection, Action<NetServerCoreOptionsBuilder>)
  • New items
    • Method AddNetServerCore<TNSPrincipalAccessor>(IServiceCollection, IConfiguration, Action<NetServerCoreOptionsBuilder>)
    • Method AddNetServerCoreForAsyncLocalProcess(IServiceCollection, IConfiguration, Action<NetServerCoreOptionsBuilder>)
    • Method AddNetServerCoreForSingleSessionProcess(IServiceCollection, IConfiguration, Action<NetServerCoreOptionsBuilder>)

SuperOffice.Configuration.ConfigFile is Modified

  • Modified items
SuperOffice.Configuration.ConfigFile.AccessGatewaySection is Modified
  • Deleted items
    • Method .AccessGatewaySectionAccessGatewaySection(ConfigFileFacade)
  • Modified items
    • Property .AccessGatewaySectionBaseUrl
  • New items
    • Method .AccessGatewaySectionAccessGatewaySection(ConfigFileFacade, IConfiguration)
SuperOffice.Configuration.ConfigFile.BatchServiceSection is Modified
  • Deleted items
    • Method .BatchServiceSectionBatchServiceSection(ConfigFileFacade)
  • Modified items
    • Property .BatchServiceSectionCPUThreshold
    • Property .BatchServiceSectionDiagnosticsWebUri
    • Property .BatchServiceSectionImpersonateReporterPlugin
    • Property .BatchServiceSectionMaxTasks
    • Property .BatchServiceSectionPollingInterval
    • Property .BatchServiceSectionReporterPath
    • Property .BatchServiceSectionRunTasksInProcess
    • Property .BatchServiceSectionServiceName
    • Property .BatchServiceSectionTaskTimeout
  • New items
    • Method .BatchServiceSectionBatchServiceSection(ConfigFileFacade, IConfiguration)
SuperOffice.Configuration.ConfigFile.ClientConfigurationProviderSection is Modified
  • Deleted items
    • Method .ClientConfigurationProviderSectionClientConfigurationProviderSection(ConfigFileFacade)
  • Modified items
    • Property .ClientConfigurationProviderSectionCacheConfigurations
    • Property .ClientConfigurationProviderSectionCacheUserPreferences
    • Property .ClientConfigurationProviderSectionCustomPaths
    • Property .ClientConfigurationProviderSectionFilePath
    • Property .ClientConfigurationProviderSectionValidateConfigurations
  • New items
    • Method .ClientConfigurationProviderSectionClientConfigurationProviderSection(ConfigFileFacade, IConfiguration)
SuperOffice.Configuration.ConfigFile.ClientSection is Modified
  • Deleted items
    • Method .ClientSectionClientSection(ConfigFileFacade)
  • Modified items
    • Property .ClientSectionApplicationInstance
    • Property .ClientSectionApplicationName
    • Property .ClientSectionApplicationTitle
    • Property .ClientSectionClientCacheKey
    • Property .ClientSectionExportBatchTaskThreshold
    • Property .ClientSectionExportPageSize
    • Property .ClientSectionExportRowLimit
    • Property .ClientSectionGoogleImportClientId
    • Property .ClientSectionGoogleImportClientSecret
    • Property .ClientSectionGoogleImportDispatcher
    • Property .ClientSectionHelpFilesBaseUrl
    • Property .ClientSectionHighchartsExportServiceUrl
    • Property .ClientSectionIdleTimeout
    • Property .ClientSectionLiveUiEventLimit
    • Property .ClientSectionLiveUiPollingInterval
    • Property .ClientSectionMasterDcfConfigHashKeyFormat
    • Property .ClientSectionNetServicesNextDate
    • Property .ClientSectionNetServicesStatusUrl
    • Property .ClientSectionShowWelcomeDialogs
    • Property .ClientSectionSynchronizerSettingsUrl
    • Property .ClientSectionUrlHostOverride
    • Property .ClientSectionUrlPortOverride
    • Property .ClientSectionUrlSchemeOverride
    • Property .ClientSectionWebAppUsage
    • Property .ClientSectionWWW3Url
    • Method .ClientSectionGetHelpDispatcherUrl()
    • Method .ClientSectionGetHelpFilesAdminBaseUrl()
  • New items
    • Method .ClientSectionClientSection(ConfigFileFacade, IConfiguration)
SuperOffice.Configuration.ConfigFile.CloudSection is Modified
  • Deleted items
    • Method .CloudSectionCloudSection(ConfigFileFacade)
  • Modified items
    • Property .CloudSectionArchivePath
    • Property .CloudSectionCloudUrl
    • Property .CloudSectionDefaultCallbackUrl
    • Property .CloudSectionDispatcherUrl
    • Property .CloudSectionDocumentContentType
    • Property .CloudSectionPresentationContentType
    • Property .CloudSectionProvider
    • Property .CloudSectionSpreadSheetContentType
    • Property .CloudSectionStoreAttachmentsInAzure
    • Property .CloudSectionTemplatePath
    • Property .CloudSectionTenantId
    • Property .CloudSectionUseInheritedPermissions
  • New items
    • Method .CloudSectionCloudSection(ConfigFileFacade, IConfiguration)
SuperOffice.Configuration.ConfigFile.CssSpriteSection is Modified
  • Deleted items
    • Method .CssSpriteSectionCssSpriteSection(ConfigFileFacade)
  • Modified items
    • Property .CssSpriteSectionEnabled
    • Property .CssSpriteSectionExcludePaths
    • Property .CssSpriteSectionMaxHeight
    • Property .CssSpriteSectionMaxWidth
    • Property .CssSpriteSectionPersistentPath
    • Property .CssSpriteSectionRootPath
  • New items
    • Method .CssSpriteSectionCssSpriteSection(ConfigFileFacade, IConfiguration)
SuperOffice.Configuration.ConfigFile.CustomerServiceSection is Modified
  • Deleted items
    • Method .CustomerServiceSectionCustomerServiceSection(ConfigFileFacade)
  • Modified items
    • Property .CustomerServiceSectionCsCgiUrl
    • Property .CustomerServiceSectionCsCgiUrlDirect
    • Property .CustomerServiceSectionCsCgiUrlInternal
    • Property .CustomerServiceSectionCsDomain
    • Property .CustomerServiceSectionCsPassword
    • Property .CustomerServiceSectionCsUserName
    • Property .CustomerServiceSectionImpersonateCsUser
    • Property .CustomerServiceSectionMailDomain
  • New items
    • Method .CustomerServiceSectionCustomerServiceSection(ConfigFileFacade, IConfiguration)
SuperOffice.Configuration.ConfigFile.CustomProxySection is Modified
  • Deleted items
    • Method .CustomProxySectionCustomProxySection(ConfigFileFacade)
  • Modified items
    • Property .CustomProxySectionCustomProxyHost
    • Property .CustomProxySectionCustomProxyPort
    • Property .CustomProxySectionCustomProxySslPort
    • Property .CustomProxySectionUseCustomProxyForIntegrationServer
    • Property .CustomProxySectionUseCustomProxyForPublicAccess
    • Property .CustomProxySectionUseCustomProxyForWebhooks
  • New items
    • Method .CustomProxySectionCustomProxySection(ConfigFileFacade, IConfiguration)
SuperOffice.Configuration.ConfigFile.Data is Modified
  • Modified items
.Data.DatabaseSection is Modified
  • Deleted items
    • Method .DatabaseSectionDatabaseSection(ConfigFileFacade)
  • Modified items
    • Property .DatabaseSectionCacheCheckInterval
    • Property .DatabaseSectionCommandTimeout
    • Property .DatabaseSectionConnectionString
    • Property .DatabaseSectionDatabaseMajor
    • Property .DatabaseSectionDatabaseMinor
    • Property .DatabaseSectionDatabaseName
    • Property .DatabaseSectionDefaultReadUncommitted
    • Property .DatabaseSectionDisableSqlTrackingComments
    • Property .DatabaseSectionDisableUserInSqlTrackingComments
    • Property .DatabaseSectionDynamicLoadedConnectionType
    • Property .DatabaseSectionDynamicLoadedDataBaseDriver
    • Property .DatabaseSectionForceCacheRefreshInterval
    • Property .DatabaseSectionImpersonateDatabaseUser
    • Property .DatabaseSectionServer
    • Property .DatabaseSectionTablePrefix
  • New items
    • Method .DatabaseSectionDatabaseSection(ConfigFileFacade, IConfiguration)
.Data.ExplicitSection is Modified
  • Deleted items
    • Method .ExplicitSectionExplicitSection(ConfigFileFacade)
  • Modified items
    • Property .ExplicitSectionAnonymousAllowed
    • Property .ExplicitSectionCommonDBConnection
    • Property .ExplicitSectionDBPassword
    • Property .ExplicitSectionDBUser
    • Property .ExplicitSectionEmployeeAllowed
    • Property .ExplicitSectionPartnerAllowed
    • Property .ExplicitSectionSystemAllowed
  • New items
    • Method .ExplicitSectionExplicitSection(ConfigFileFacade, IConfiguration)
.Data.SessionSection is Modified
  • Deleted items
    • Method .SessionSectionSessionSection(ConfigFileFacade)
  • Modified items
    • Property .SessionSectionReauthenticateOnDeserialization
  • New items
    • Method .SessionSectionSessionSection(ConfigFileFacade, IConfiguration)
SuperOffice.Configuration.ConfigFile.DiagnosticsSection is Modified
  • Deleted items
    • Method .DiagnosticsSectionDiagnosticsSection(ConfigFileFacade)
  • Modified items
    • Property .DiagnosticsSectionAppInsightInstrumentationKey
    • Property .DiagnosticsSectionCheckBrowserVersion
    • Property .DiagnosticsSectionEnableQAAttributes
    • Property .DiagnosticsSectionEnableResourceTracer
    • Property .DiagnosticsSectionEnableScaffolding
    • Property .DiagnosticsSectionEnableStackTracing
    • Property .DiagnosticsSectionLogEventRecorder
    • Property .DiagnosticsSectionLogFailureAudit
    • Property .DiagnosticsSectionLogFolder
    • Property .DiagnosticsSectionLoggedServices
    • Property .DiagnosticsSectionLogLongQueries
    • Property .DiagnosticsSectionLogLongQueriesAsXML
    • Property .DiagnosticsSectionLogLongQueriesToPlugins
    • Property .DiagnosticsSectionLogMail
    • Property .DiagnosticsSectionLogMailFolder
    • Property .DiagnosticsSectionLogServiceCalls
    • Property .DiagnosticsSectionLogSuccessAudit
    • Property .DiagnosticsSectionLogTimes
    • Property .DiagnosticsSectionLogToEventLog
    • Property .DiagnosticsSectionLogToFile
    • Property .DiagnosticsSectionLogToTrace
    • Property .DiagnosticsSectionLongNonQueryThreshold
    • Property .DiagnosticsSectionLongQueryRows
    • Property .DiagnosticsSectionLongQueryThreshold
    • Property .DiagnosticsSectionShowExceptionsFromBackend
    • Property .DiagnosticsSectionUsageStatUrl
    • Property .DiagnosticsSectionUserSyncUrl
  • New items
    • Method .DiagnosticsSectionDiagnosticsSection(ConfigFileFacade, IConfiguration)
SuperOffice.Configuration.ConfigFile.DocumentsSection is Modified
  • Deleted items
    • Method .DocumentsSectionDocumentsSection(ConfigFileFacade)
  • Modified items
    • Property .DocumentsSectionArchiveDomain
    • Property .DocumentsSectionArchivePassword
    • Property .DocumentsSectionArchivePath
    • Property .DocumentsSectionArchivePath1
    • Property .DocumentsSectionArchivePath10
    • Property .DocumentsSectionArchivePath2
    • Property .DocumentsSectionArchivePath3
    • Property .DocumentsSectionArchivePath4
    • Property .DocumentsSectionArchivePath5
    • Property .DocumentsSectionArchivePath6
    • Property .DocumentsSectionArchivePath7
    • Property .DocumentsSectionArchivePath8
    • Property .DocumentsSectionArchivePath9
    • Property .DocumentsSectionArchiveRelativePath
    • Property .DocumentsSectionArchiveUser
    • Property .DocumentsSectionAzureBlobStorageContainerPrimaryUri
    • Property .DocumentsSectionBufferSize
    • Property .DocumentsSectionCanCreateDocumentTemplates
    • Property .DocumentsSectionImpersonateUser
    • Property .DocumentsSectionTemplatePath
    • Property .DocumentsSectionTemplateRelativePath
    • Property .DocumentsSectionTemporaryPath
    • Property .DocumentsSectionTemporaryRelativePath
  • New items
    • Method .DocumentsSectionDocumentsSection(ConfigFileFacade, IConfiguration)
SuperOffice.Configuration.ConfigFile.DownloadsSection is Modified
  • Deleted items
    • Method .DownloadsSectionDownloadsSection(ConfigFileFacade)
  • Modified items
    • Property .DownloadsSectionReportingInterval
    • Property .DownloadsSectionWebToolVersion
  • New items
    • Method .DownloadsSectionDownloadsSection(ConfigFileFacade, IConfiguration)
SuperOffice.Configuration.ConfigFile.FactorySection is Modified
  • Deleted items
    • Method .FactorySectionFactorySection(ConfigFileFacade)
  • Modified items
    • Property .FactorySectionCustomFactories
    • Property .FactorySectionDynamicLoad
  • New items
    • Method .FactorySectionFactorySection(ConfigFileFacade, IConfiguration)
SuperOffice.Configuration.ConfigFile.FeatureTogglesSection is Modified
  • Deleted items
    • Method .FeatureTogglesSectionFeatureTogglesSection(ConfigFileFacade)
  • Modified items
    • Property .FeatureTogglesSectionState
  • New items
    • Method .FeatureTogglesSectionFeatureTogglesSection(ConfigFileFacade, IConfiguration)
SuperOffice.Configuration.ConfigFile.GlobalizationSection is Modified
  • Deleted items
    • Method .GlobalizationSectionGlobalizationSection(ConfigFileFacade)
  • Modified items
    • Property .GlobalizationSectionAllwaysUseGsmPhoneStyle
    • Property .GlobalizationSectionApplicationCountryCode
    • Property .GlobalizationSectionUseApplicationCountryForPersons
  • New items
    • Method .GlobalizationSectionGlobalizationSection(ConfigFileFacade, IConfiguration)
SuperOffice.Configuration.ConfigFile.GoogleRecaptchaSection is Modified
  • Deleted items
    • Method .GoogleRecaptchaSectionGoogleRecaptchaSection(ConfigFileFacade)
  • Modified items
    • Property .GoogleRecaptchaSectionSecretKey
    • Property .GoogleRecaptchaSectionSiteKey
    • Property .GoogleRecaptchaSectionVerificationUrl
  • New items
    • Method .GoogleRecaptchaSectionGoogleRecaptchaSection(ConfigFileFacade, IConfiguration)
SuperOffice.Configuration.ConfigFile.InfrastructureSection is Modified
  • Deleted items
    • Method .InfrastructureSectionInfrastructureSection(ConfigFileFacade)
  • Modified items
    • Property .InfrastructureSectionCustomerStateUrl
    • Property .InfrastructureSectionIsDebugModeActivated
  • New items
    • Method .InfrastructureSectionInfrastructureSection(ConfigFileFacade, IConfiguration)
SuperOffice.Configuration.ConfigFile.IntellisyncConnectorSection is Modified
  • Deleted items
    • Method .IntellisyncConnectorSectionIntellisyncConnectorSection(ConfigFileFacade)
  • Modified items
    • Property .IntellisyncConnectorSectionDiagnosticsWebUri
    • Property .IntellisyncConnectorSectionEnableDiagnosticsWeb
    • Property .IntellisyncConnectorSectionIntellisyncConnectorUri
    • Property .IntellisyncConnectorSectionSessionTimeout
  • New items
    • Method .IntellisyncConnectorSectionIntellisyncConnectorSection(ConfigFileFacade, IConfiguration)
SuperOffice.Configuration.ConfigFile.Mail is Modified
  • Modified items
.Mail.ComponentSection is Modified
  • Deleted items
    • Method .ComponentSectionComponentSection(ConfigFileFacade)
  • Modified items
    • Property .ComponentSectionNumberOfDaysToDownload
  • New items
    • Method .ComponentSectionComponentSection(ConfigFileFacade, IConfiguration)
SuperOffice.Configuration.ConfigFile.MessagingSection is Modified
  • Deleted items
    • Method .MessagingSectionMessagingSection(ConfigFileFacade)
  • Modified items
    • Property .MessagingSectionBrokerAutoAliveMessage
    • Property .MessagingSectionBrokerAutoAliveMessageInterval
    • Property .MessagingSectionBrokerBroadcastAddress
    • Property .MessagingSectionBrokerBroadcastPort
    • Property .MessagingSectionBrokerExternalListeningAddress
    • Property .MessagingSectionBrokerExternalListeningPort
    • Property .MessagingSectionBrokerInternalListeningAddress
    • Property .MessagingSectionBrokerInternalListeningPort
    • Property .MessagingSectionClientAutoAliveMessage
    • Property .MessagingSectionClientAutoAliveMessageInterval
    • Property .MessagingSectionClientAutoCreateBroker
    • Property .MessagingSectionClientBroadcastAddress
    • Property .MessagingSectionClientBroadcastPort
    • Property .MessagingSectionClientListeningAddress
    • Property .MessagingSectionClientListeningPortEnd
    • Property .MessagingSectionClientListeningPortStart
    • Property .MessagingSectionMessagingSoAuthentication
    • Property .MessagingSectionMessagingSoPassword
    • Property .MessagingSectionMessagingSoUser
  • New items
    • Method .MessagingSectionMessagingSection(ConfigFileFacade, IConfiguration)
SuperOffice.Configuration.ConfigFile.OidcLoginSection is Modified
  • Deleted items
    • Method .OidcLoginSectionOidcLoginSection(ConfigFileFacade)
  • Modified items
    • Property .OidcLoginSectionAuthority
    • Property .OidcLoginSectionClientId
    • Property .OidcLoginSectionIsSSOEnabled
    • Property .OidcLoginSectionUserNameClaim
  • New items
    • Method .OidcLoginSectionOidcLoginSection(ConfigFileFacade, IConfiguration)
SuperOffice.Configuration.ConfigFile.PocketSection is Modified
  • Deleted items
    • Method .PocketSectionPocketSection(ConfigFileFacade)
  • Modified items
    • Property .PocketSectionAzureNotificationHubConnectionString
    • Property .PocketSectionAzureNotificationHubName
  • New items
    • Method .PocketSectionPocketSection(ConfigFileFacade, IConfiguration)
SuperOffice.Configuration.ConfigFile.ReporterSection is Modified
  • Deleted items
    • Method .ReporterSectionReporterSection(ConfigFileFacade)
  • Modified items
    • Property .ReporterSectionExePath
    • Property .ReporterSectionODBC
    • Property .ReporterSectionTimeout
  • New items
    • Method .ReporterSectionReporterSection(ConfigFileFacade, IConfiguration)
SuperOffice.Configuration.ConfigFile.ScriptingSection is Modified
  • Deleted items
    • Method .ScriptingSectionScriptingSection(ConfigFileFacade)
  • Modified items
    • Property .ScriptingSectionEnableScripting
    • Property .ScriptingSectionMaxTimeouts
    • Property .ScriptingSectionScriptPath
    • Property .ScriptingSectionTimeoutLimit
  • New items
    • Method .ScriptingSectionScriptingSection(ConfigFileFacade, IConfiguration)
SuperOffice.Configuration.ConfigFile.Security is Modified
  • Modified items
.Security.ActiveDirectoryCredentialPluginSection is Modified
  • Deleted items
    • Method .ActiveDirectoryCredentialPluginSectionActiveDirectoryCredentialPluginSection(ConfigFileFacade)
  • Modified items
    • Property .ActiveDirectoryCredentialPluginSectionContainer
    • Property .ActiveDirectoryCredentialPluginSectionDisableIntegration
    • Property .ActiveDirectoryCredentialPluginSectionDomain
    • Property .ActiveDirectoryCredentialPluginSectionPassword
    • Property .ActiveDirectoryCredentialPluginSectionPriorityInternalAssociate
    • Property .ActiveDirectoryCredentialPluginSectionUser
  • New items
    • Method .ActiveDirectoryCredentialPluginSectionActiveDirectoryCredentialPluginSection(ConfigFileFacade, IConfiguration)
.Security.CryptographySection is Modified
  • Deleted items
    • Method .CryptographySectionCryptographySection(ConfigFileFacade)
  • Modified items
    • Property .CryptographySectionSymmetricIV
    • Property .CryptographySectionSymmetricKey
    • Property .CryptographySectionSymmetricSecret
  • New items
    • Method .CryptographySectionCryptographySection(ConfigFileFacade, IConfiguration)
.Security.SentrySection is Modified
  • Deleted items
    • Method .SentrySectionSentrySection(ConfigFileFacade)
  • Modified items
    • Property .SentrySectionIgnore
  • New items
    • Method .SentrySectionSentrySection(ConfigFileFacade, IConfiguration)
.Security.SoPasswordCredentialPluginSection is Modified
  • Deleted items
    • Method .SoPasswordCredentialPluginSectionSoPasswordCredentialPluginSection(ConfigFileFacade)
  • Modified items
    • Property .SoPasswordCredentialPluginSectionDisableUseExternalAssociate
    • Property .SoPasswordCredentialPluginSectionDisableUseInternalAssociate
    • Property .SoPasswordCredentialPluginSectionDisableUseSystemAssociate
    • Property .SoPasswordCredentialPluginSectionPriorityInternalAssociate
  • New items
    • Method .SoPasswordCredentialPluginSectionSoPasswordCredentialPluginSection(ConfigFileFacade, IConfiguration)
SuperOffice.Configuration.ConfigFile.ServicesSection is Modified
  • Deleted items
    • Method .ServicesSectionServicesSection(ConfigFileFacade)
  • Modified items
    • Property .ServicesSectionApplicationToken
    • Property .ServicesSectionRemoteBaseURL
  • New items
    • Method .ServicesSectionServicesSection(ConfigFileFacade, IConfiguration)
SuperOffice.Configuration.ConfigFile.SmtpSection is Modified
  • Deleted items
    • Method .SmtpSectionSmtpSection(ConfigFileFacade)
  • Modified items
    • Property .SmtpSectionMailingURI
    • Property .SmtpSectionSpfDomain
    • Property .SmtpSectionTicketURI
  • New items
    • Method .SmtpSectionSmtpSection(ConfigFileFacade, IConfiguration)
SuperOffice.Configuration.ConfigFile.SoFormsAuthenticationSection is Modified
  • Deleted items
    • Method .SoFormsAuthenticationSectionSoFormsAuthenticationSection(ConfigFileFacade)
  • Modified items
    • Property .SoFormsAuthenticationSectionIgnoreList
    • Property .SoFormsAuthenticationSectionPages
  • New items
    • Method .SoFormsAuthenticationSectionSoFormsAuthenticationSection(ConfigFileFacade, IConfiguration)
SuperOffice.Configuration.ConfigFile.SoJavaScriptSection is Modified
  • Deleted items
    • Method .SoJavaScriptSectionSoJavaScriptSection(ConfigFileFacade)
  • Modified items
    • Property .SoJavaScriptSectionExecutionLimit
  • New items
    • Method .SoJavaScriptSectionSoJavaScriptSection(ConfigFileFacade, IConfiguration)
SuperOffice.Configuration.ConfigFile.SubClientsSection is Modified
  • Deleted items
    • Method .SubClientsSectionSubClientsSection(ConfigFileFacade)
  • Modified items
    • Property .SubClientsSectionClients
  • New items
    • Method .SubClientsSectionSubClientsSection(ConfigFileFacade, IConfiguration)
SuperOffice.Configuration.ConfigFile.SuperIdSection is Modified
  • Deleted items
    • Method .SuperIdSectionSuperIdSection(ConfigFileFacade)
  • Modified items
    • Property .SuperIdSectionEnvironment
    • Property .SuperIdSectionTenantId
    • Property .SuperIdSectionTenantKey
    • Property .SuperIdSectionUrl
  • New items
    • Method .SuperIdSectionSuperIdSection(ConfigFileFacade, IConfiguration)
SuperOffice.Configuration.ConfigFile.SuspendedSiteSection is Modified
  • Deleted items
    • Method .SuspendedSiteSectionSuspendedSiteSection(ConfigFileFacade)
  • Modified items
    • Property .SuspendedSiteSectiondownload_baseurl
    • Property .SuspendedSiteSectionsuspended
  • New items
    • Method .SuspendedSiteSectionSuspendedSiteSection(ConfigFileFacade, IConfiguration)
SuperOffice.Configuration.ConfigFile.SyncSection is Modified
  • Deleted items
    • Method .SyncSectionSyncSection(ConfigFileFacade)
  • Modified items
    • Property .SyncSectionSettingsAbsoluteExpiration
    • Property .SyncSectionSettingsSlidingExpiration
  • New items
    • Method .SyncSectionSyncSection(ConfigFileFacade, IConfiguration)
SuperOffice.Configuration.ConfigFile.TestEnvironmentSection is Modified
  • Deleted items
    • Method .TestEnvironmentSectionTestEnvironmentSection(ConfigFileFacade)
  • Modified items
    • Property .TestEnvironmentSectionEnableCRMScriptHttp
    • Property .TestEnvironmentSectionEnableErpSync
    • Property .TestEnvironmentSectionEnableInbox
    • Property .TestEnvironmentSectionEnableMailings
    • Property .TestEnvironmentSectionEnablePocketNotifications
    • Property .TestEnvironmentSectionEnableQuoteConnector
    • Property .TestEnvironmentSectionEnableServiceSendMails
    • Property .TestEnvironmentSectionIsTestEnvironment
  • New items
    • Method .TestEnvironmentSectionTestEnvironmentSection(ConfigFileFacade, IConfiguration)
SuperOffice.Configuration.ConfigFile.ThreadingSection is Modified
  • Deleted items
    • Method .ThreadingSectionThreadingSection(ConfigFileFacade)
  • Modified items
    • Property .ThreadingSectionDisableMultithreading
    • Property .ThreadingSectionForceMultithreading
    • Property .ThreadingSectionMaxParellalThreads
  • New items
    • Method .ThreadingSectionThreadingSection(ConfigFileFacade, IConfiguration)
SuperOffice.Configuration.ConfigFile.TimeZoneSection is Modified
  • Deleted items
    • Method .TimeZoneSectionTimeZoneSection(ConfigFileFacade)
  • Modified items
    • Property .TimeZoneSectionServiceUrl
  • New items
    • Method .TimeZoneSectionTimeZoneSection(ConfigFileFacade, IConfiguration)
SuperOffice.Configuration.ConfigFile.WebApiSection is Modified
  • Deleted items
    • Method .WebApiSectionWebApiSection(ConfigFileFacade)
  • Modified items
    • Property .WebApiSectionAuthorizeWithImplicit
    • Property .WebApiSectionAuthorizeWithTicket
    • Property .WebApiSectionAuthorizeWithUsername
    • Property .WebApiSectionCORSEnable
    • Property .WebApiSectionCORSOrigin
    • Property .WebApiSectionDocumentation
  • New items
    • Method .WebApiSectionWebApiSection(ConfigFileFacade, IConfiguration)
SuperOffice.Configuration.ConfigFile.WebhooksSection is Modified
  • Deleted items
    • Method .WebhooksSectionWebhooksSection(ConfigFileFacade)
  • Modified items
    • Property .WebhooksSectionEnableWebhooks
    • Property .WebhooksSectionNumThreads
    • Property .WebhooksSectionRequireHttps
    • Property .WebhooksSectionTimeout
    • Property .WebhooksSectionValidateHttps
  • New items
    • Method .WebhooksSectionWebhooksSection(ConfigFileFacade, IConfiguration)
SuperOffice.Configuration.ConfigFile.WebServicesSection is Modified
  • Deleted items
    • Method .WebServicesSectionWebServicesSection(ConfigFileFacade)
  • Modified items
    • Property .WebServicesSectionAllowWebServiceRequests
    • Property .WebServicesSectionRemoteBaseURL
    • Property .WebServicesSectionRemoveInvalidXMLText
    • Property .WebServicesSectionWrapExceptions
  • New items
    • Method .WebServicesSectionWebServicesSection(ConfigFileFacade, IConfiguration)
  • New items
SuperOffice.Configuration.ConfigFile.IAccessGatewayConfiguration is New
SuperOffice.Configuration.ConfigFile.IBatchServiceConfiguration is New
SuperOffice.Configuration.ConfigFile.IClientConfiguration is New
SuperOffice.Configuration.ConfigFile.IClientConfigurationProviderConfiguration is New
SuperOffice.Configuration.ConfigFile.ICloudConfiguration is New
SuperOffice.Configuration.ConfigFile.ICssSpriteConfiguration is New
SuperOffice.Configuration.ConfigFile.ICustomerServiceConfiguration is New
SuperOffice.Configuration.ConfigFile.ICustomProxyConfiguration is New
SuperOffice.Configuration.ConfigFile.IDataDatabaseConfiguration is New
SuperOffice.Configuration.ConfigFile.IDataExplicitConfiguration is New
SuperOffice.Configuration.ConfigFile.IDataSessionConfiguration is New
SuperOffice.Configuration.ConfigFile.IDiagnosticsConfiguration is New
SuperOffice.Configuration.ConfigFile.IDocumentsConfiguration is New
SuperOffice.Configuration.ConfigFile.IDownloadsConfiguration is New
SuperOffice.Configuration.ConfigFile.IFactoryConfiguration is New
SuperOffice.Configuration.ConfigFile.IFeatureTogglesConfiguration is New
SuperOffice.Configuration.ConfigFile.IGlobalizationConfiguration is New
SuperOffice.Configuration.ConfigFile.IGoogleRecaptchaConfiguration is New
SuperOffice.Configuration.ConfigFile.IInfrastructureConfiguration is New
SuperOffice.Configuration.ConfigFile.IIntellisyncConnectorConfiguration is New
SuperOffice.Configuration.ConfigFile.IMailComponentConfiguration is New
SuperOffice.Configuration.ConfigFile.IMessagingConfiguration is New
SuperOffice.Configuration.ConfigFile.IOidcLoginConfiguration is New
SuperOffice.Configuration.ConfigFile.IOnlineConfiguration is New
SuperOffice.Configuration.ConfigFile.IPocketConfiguration is New
SuperOffice.Configuration.ConfigFile.IReporterConfiguration is New
SuperOffice.Configuration.ConfigFile.IScriptingConfiguration is New
SuperOffice.Configuration.ConfigFile.ISecurityActiveDirectoryCredentialPluginConfiguration is New
SuperOffice.Configuration.ConfigFile.ISecurityCryptographyConfiguration is New
SuperOffice.Configuration.ConfigFile.ISecuritySentryConfiguration is New
SuperOffice.Configuration.ConfigFile.ISecuritySoPasswordCredentialPluginConfiguration is New
SuperOffice.Configuration.ConfigFile.IServicesConfiguration is New
SuperOffice.Configuration.ConfigFile.ISmtpConfiguration is New
SuperOffice.Configuration.ConfigFile.ISoFormsAuthenticationConfiguration is New
SuperOffice.Configuration.ConfigFile.ISoJavaScriptConfiguration is New
SuperOffice.Configuration.ConfigFile.ISubClientsConfiguration is New
SuperOffice.Configuration.ConfigFile.ISuperIdConfiguration is New
SuperOffice.Configuration.ConfigFile.ISuspendedSiteConfiguration is New
SuperOffice.Configuration.ConfigFile.ISyncConfiguration is New
SuperOffice.Configuration.ConfigFile.ITestEnvironmentConfiguration is New
SuperOffice.Configuration.ConfigFile.IThreadingConfiguration is New
SuperOffice.Configuration.ConfigFile.ITimeZoneConfiguration is New
SuperOffice.Configuration.ConfigFile.IWebApiConfiguration is New
SuperOffice.Configuration.ConfigFile.IWebhooksConfiguration is New
SuperOffice.Configuration.ConfigFile.IWebServicesConfiguration is New
SuperOffice.Configuration.ConfigFile.Online is New
SuperOffice.Configuration.ConfigFile.OnlineConfiguration is New
SuperOffice.Configuration.ConfigFile.OnlineEnvironment is New
SuperOffice.Configuration.ConfigFile.OnlineSection is New
SuperOffice.Configuration.ConfigFile.TelemetryRoleName is New

SuperOffice.Configuration.File.ConfigFileSection is Modified

  • Deleted items
    • Method ConfigFileSection(ConfigFileFacade, String)
    • Method GetBoolValue(String, Boolean, String)
    • Method GetBoolValue(String, String)
    • Method GetIntValue(String)
    • Method GetIntValue(String, Int32)
    • Method GetIPAddressValue(String, IPAddress)
    • Method GetStringValue(String)
    • Method GetStringValue(String, String, Boolean, String)
    • Method SetBoolValue(String, Boolean, Boolean, String)
    • Method SetBoolValue(String, Boolean, String)
    • Method SetIntValue(String, Int32)
    • Method SetIntValue(String, Int32, Int32)
    • Method SetIPAddressValue(String, IPAddress, IPAddress)
    • Method SetStringValue(String, String)
    • Method SetValue(String, String, String)
  • Modified items
    • Method SetStringValue(String, String, String)
  • New items
    • Method ConfigFileSection(ConfigFileFacade, IConfiguration, String)
    • Method GetBoolValue(String, Boolean, String, String)
    • Method GetBoolValue(String, String, String)
    • Method GetIntValue(String, Int32, String)
    • Method GetIntValue(String, String)
    • Method GetIPAddressValue(String, IPAddress, String)
    • Method GetStringValue(String, String)
    • Method GetStringValue(String, String, Boolean, String, String)
    • Method SetBoolValue(String, Boolean, Boolean, String, String)
    • Method SetBoolValue(String, Boolean, String, String)
    • Method SetIntValue(String, Int32, Int32, String)
    • Method SetIntValue(String, Int32, String)
    • Method SetIPAddressValue(String, IPAddress, IPAddress, String)
    • Method SetStringValue(String, String, String, String)
    • Method SetValue(String, String, String, String)

SuperOffice.CRM.ArchiveLists.ArchiveRowIteratorComparer is Modified

  • New items
    • Method Compare(IAsyncEnumerator<ArchiveRow>, IAsyncEnumerator<ArchiveRow>)

SuperOffice.CRM.ArchiveLists.Constants is Modified

  • Modified items
SuperOffice.CRM.ArchiveLists.Constants.ExtraFieldAttrib is Modified
  • New items
    • Field .ExtraFieldAttribHidden

SuperOffice.CRM.INextDueDatePlugin is Modified

  • Deleted items
    • Method BatchUpdateNextDueDate(ProgressEstimateCallback, ProgressStepCallback)
    • Method CalculateNextDueDate(Int32)
    • Method GetNextDueAppointmentDate(Int32)
  • New items
    • Method BatchUpdateNextDueDateAsync(ProgressEstimateCallback, ProgressStepCallback, CancellationToken)
    • Method CalculateNextDueDateAsync(Int32, CancellationToken)
    • Method GetNextDueAppointmentDateAsync(Int32, CancellationToken)

SuperOffice.CRM.INextMilestonePlugin is Modified

  • Deleted items
    • Method BatchUpdateNextMilestone(ProgressEstimateCallback, ProgressStepCallback)
    • Method CalculateNextMilestoneDate(Int32)
    • Method GetNextMilestoneDate(Int32)
  • New items
    • Method BatchUpdateNextMilestoneAsync(ProgressEstimateCallback, ProgressStepCallback, CancellationToken)
    • Method CalculateNextMilestoneDateAsync(Int32, CancellationToken)
    • Method GetNextMilestoneDateAsync(Int32, CancellationToken)

SuperOffice.CRM.Lists.ISoList is Modified

  • Deleted items
    • Property HeadingItems
    • Property HistoryItems
    • Property RootItems
  • New items
    • Method ClearHistoryItems()
    • Method GetHeadingItemsAsync(CancellationToken)
    • Method GetHistoryItemsAsync(CancellationToken)
    • Method GetRootItemsAsync(CancellationToken)

SuperOffice.CRM.Lists.ListHelper is Modified

  • Deleted items
    • Method GetFlattenedList(ISoList)
  • New items
    • Method GetFlattenedListAsync(ISoList, CancellationToken)

SuperOffice.CRM.Lists.MDOList is Modified

  • Deleted items
    • Property HeadingItems
    • Property HistoryItems
    • Property RootItems
  • New items
    • Method ClearHistoryItems()
    • Method GetHeadingItemsAsync(CancellationToken)
    • Method GetHistoryItemsAsync(CancellationToken)
    • Method GetRootItemsAsync(CancellationToken)

SuperOffice.CRM.Services.Implementation.UsageCalculator is Modified

  • New items
    • Field NoReturnValue

SuperOffice.Data.SaleStageConstants is Modified

  • New items
    • Field SaleTypeIDs

SuperOffice.Diagnostics.Diagnostic is Modified

  • New items
    • Method DiagnoseAsync(DiagnoseMethodAsync, CancellationToken)

SuperOffice.Diagnostics.ExecutionStopwatch is Modified

  • Modified items
    • Property Elapsed
    • Method Start()
    • Method Stop()

SuperOffice.Diagnostics.ResourceTracerContext is Modified

  • Modified items
    • Field CpuTimer

SuperOffice.Diagnostics.ResourceTraceWriter is Modified

  • Modified items
    • Method RecordUsage(SoTimerType, String, Func<String>, TimeSpan, TimeSpan, Int32)

SuperOffice.Diagnostics.SoLogger is Modified

  • Deleted items
    • Method SoLogger(ILoggerFactory)
  • New items
    • Method SoLogger(ILoggerFactory, IServiceProvider)

SuperOffice.Factory.ClassFactory is Modified

  • New items
    • Property ServiceProvider

SuperOffice.Factory.ContextualInstanceContainerBase is Modified

  • New items
    • Method Dispose()

SuperOffice.Factory.DatabaseInstanceContainer is Modified

  • Deleted items
    • Method DatabaseInstanceContainer()
  • New items
    • Method DatabaseInstanceContainer(ISoDatabaseContextFactory, INSPrincipalAccessor)

SuperOffice.Factory.InstanceContainerManager is Modified

  • Deleted items
    • Method GetContainer(String)
  • New items
    • Method GetContainer(IServiceProvider, String)

SuperOffice.Factory.InstanceContainers is Modified

  • Deleted items
    • Field Operation

SuperOffice.Factory.ISoRequestItems is Modified

  • Deleted items
    • Method CreateNewThreadSoRequestItems()

SuperOffice.Factory.SoRequestItems is Modified

  • Deleted items
    • Method CreateNewThreadSoRequestItems()

SuperOffice.Factory.SoServiceProviderScope is Modified

  • Modified items
    • Method BeginNewServiceProviderScope()
  • New items
    • Property ServiceProvider

SuperOffice.Globalization.RC is Modified

  • New items
    • Field SR_APPOINTMENT_VIDEO_NOT_CONFIGURED_FOR_USER
    • Field SR_BOARD_CREATE_CARD
    • Field SR_BOARD_CREATE_DOCUMENT
    • Field SR_BOARD_FILTER_PROJECT
    • Field SR_BOARD_HIDE_COMPLETED_PROJECTS
    • Field SR_BOARD_HIDE_EMPTY_DISABLED
    • Field SR_BOARD_INVALID_PROJECT_TYPE
    • Field SR_BOARD_INVALID_SALE_TYPE
    • Field SR_BOARD_INVALID_STATUS
    • Field SR_BOARD_LANE_NO_ASSOCIATE_LINK
    • Field SR_BOARD_LANE_NO_PROJECT_LINK
    • Field SR_BOARD_LANE_NO_SALE_TYPE_LINK
    • Field SR_BOARD_PROJECT_RESPONSIBLE_GROUP
    • Field SR_BOARD_SALE_SELECT_STATUS_REASON
    • Field SR_BOARD_SET_AS_SOLD_COPY
    • Field SR_BOARD_TOGGLE_LANE
    • Field SR_BOARD_TOO_LARGE_WARNING
    • Field SR_SELECTION_HAS_MORE_DATA
    • Field SR_SELECTION_NO_UPDATE_RIGHTS_TOOLTIP
    • Field SR_SHOW_MORE_OPTIONS
    • Field SR_TAB_PIN
    • Field SR_TAB_UNPIN
    • Field SR_TICKET_ALL_ATTACHMENTS
    • Field SR_TICKET_ATTACHMENT_INSERT
    • Field SR_TICKET_INSERT_FAQ
    • Field SR_TICKET_MESSAGE_HIDE_ATTACHMENTS
    • Field SR_TICKET_ONLY_ONE_ATTACHMENT_TO_ARCHIVE
    • Field SR_TICKET_REPLY_TOOLS_MESSAGES
    • Field SR_TICKET_REPLY_TOOLS_MESSAGES_INSERT
    • Field SR_TICKET_REPLY_TOOLS_MESSAGES_INSERT_TOOLTIP
    • Field SR_TICKET_REPLY_TOOLS_MESSAGES_INSERT_WITH_ATT
    • Field SR_TICKET_REPLY_TOOLS_MESSAGES_INSERT_WITHOUT_ATT
    • Field SR_WORKFLOW_DEFAULT_ASSOCIATE
    • Field SR_WORKFLOW_ONLY_TO_UNASSIGNED
    • Field SR_WORKFLOW_USER_GROUPS_AND_ASSOCIATES
    • Field SR_WORKFLOWS_DISTRIBUTETOOWNER_DESC

SuperOffice.IO.BinaryGenerator is Modified

  • Deleted items
    • Method Generate(Stream)
    • Method OnProcessData(Int64, Int32, State)
    • Method OnProcessTag(Int64, Byte[])
    • Method SetState(State, Int32)
  • New items
    • Method GenerateAsync(Stream, CancellationToken)
    • Method OnProcessDataAsync(Int64, Int32, State, CancellationToken)
    • Method OnProcessTagAsync(Int64, Byte[], CancellationToken)
    • Method SetStateAsync(State, Int32, CancellationToken)

SuperOffice.IO.Files.DiskFileAccess is Modified

  • Deleted items
    • Method CreateForWrite(String)
    • Method DirectoryGetFileInfos(String)
    • Method DirectoryGetFiles(String, String, Boolean)
    • Method FileDelete(String)
    • Method FileExists(String)
    • Method OpenReadOnlyNoLock(String)
    • Method SaveStreamToFile(Stream, String)
  • New items
    • Method CreateForWriteAsync(String, CancellationToken)
    • Method DirectoryGetFileInfosAsync(String, CancellationToken)
    • Method DirectoryGetFilesAsync(String, String, Boolean, CancellationToken)
    • Method EnsureAccess(Func<Task>)
    • Method FileDeleteAsync(String, CancellationToken)
    • Method FileExistsAsync(String, CancellationToken)
    • Method OpenReadOnlyNoLockAsync(String, CancellationToken)
    • Method SaveStreamToFileAsync(Stream, String, CancellationToken)

SuperOffice.IO.Files.IFileAccess is Modified

  • Deleted items
    • Method CreateForWrite(String)
    • Method DirectoryGetFileInfos(String)
    • Method DirectoryGetFiles(String, String, Boolean)
    • Method FileDelete(String)
    • Method FileExists(String)
    • Method OpenReadOnlyNoLock(String)
    • Method SaveStreamToFile(Stream, String)
  • New items
    • Method CreateForWriteAsync(String, CancellationToken)
    • Method DirectoryGetFileInfosAsync(String, CancellationToken)
    • Method DirectoryGetFilesAsync(String, String, Boolean, CancellationToken)
    • Method EnsureAccess(Func<Task>)
    • Method FileDeleteAsync(String, CancellationToken)
    • Method FileExistsAsync(String, CancellationToken)
    • Method OpenReadOnlyNoLockAsync(String, CancellationToken)
    • Method SaveStreamToFileAsync(Stream, String, CancellationToken)

SuperOffice.IO.Generator is Modified

  • Deleted items
    • Method Generate()
    • Method Generate(Stream)
    • Method GetTagData(String)
  • New items
    • Method GenerateAsync(Stream, CancellationToken)
    • Method GenerateAsync(CancellationToken)
    • Method GetTagDataAsync(String, CancellationToken)

SuperOffice.IO.IStreamProvider is Modified

  • Deleted items
    • Method BeginRead()
    • Method BeginWrite()
    • Method EndRead()
    • Method EndWrite()
  • New items
    • Method BeginReadAsync(CancellationToken)
    • Method BeginWriteAsync(CancellationToken)
    • Method EndReadAsync(CancellationToken)
    • Method EndWriteAsync(CancellationToken)
    • Method ReadAsync(Int64, Byte[], Int32, Int32, CancellationToken)
    • Method WriteAsync(Int64, Byte[], Int32, Int32, CancellationToken)

SuperOffice.IO.ITempFileProvider is Modified

  • Deleted items
    • Method CheckIfFileExists(String)
    • Method CreateFile(String)
    • Method CreateFileForAppending(String)
    • Method DeleteFile(String)
    • Method ReadFileChunk(String, Int64, Byte[])
    • Method ReadFileComplete(String)
    • Method WriteFileChunk(String, Int64, Byte[])
    • Method WriteFileComplete(String, Stream)
  • New items
    • Method CheckIfFileExistsAsync(String, CancellationToken)
    • Method CreateFileAsync(String, CancellationToken)
    • Method CreateFileForAppendingAsync(String, CancellationToken)
    • Method DeleteFileAsync(String, CancellationToken)
    • Method ReadFileChunkAsync(String, Int64, Byte[], CancellationToken)
    • Method ReadFileCompleteAsync(String, CancellationToken)
    • Method WriteFileChunkAsync(String, Int64, Byte[], CancellationToken)
    • Method WriteFileCompleteAsync(String, Stream, CancellationToken)

SuperOffice.IO.MsWordGenerator is Modified

  • Deleted items
    • Method OnProcessTag(Int64, Byte[])
  • New items
    • Method OnProcessTagAsync(Int64, Byte[], CancellationToken)

SuperOffice.IO.ProviderStream is Modified

  • Deleted items
    • Method GetProviderStream(IStreamProvider, AccessMode)
  • New items
    • Method FlushAsync(CancellationToken)
    • Method GetProviderStreamAsync(IStreamProvider, AccessMode, CancellationToken)
    • Method ReadAsync(Byte[], Int32, Int32, CancellationToken)
    • Method WriteAsync(Byte[], Int32, Int32, CancellationToken)

SuperOffice.IO.TagContainer is Modified

  • Deleted items
    • Property Id
    • Method GetValue(String)
    • Method Init()
    • Method IsTagInContext(String)
    • Method IsTagLegal(String)
  • New items
    • Method GetIdAsync(CancellationToken)
    • Method GetValueAsync(String, CancellationToken)
    • Method InitAsync(CancellationToken)
    • Method IsTagInContextAsync(String, CancellationToken)
    • Method IsTagLegalAsync(String, CancellationToken)

SuperOffice.IO.TextGenerator is Modified

  • Deleted items
    • Method Generate(Stream)
    • Method Generate(Stream, Stream)
  • New items
    • Method GenerateAsync(Stream, Stream, CancellationToken)
    • Method GenerateAsync(Stream, CancellationToken)

SuperOffice.Security.Principal.IPostAuthenticationPlugin is Modified

  • Deleted items
    • Method PostAuthenticateFail(SoPrincipal, IEnumerable<ClaimsIdentity>, Exception)
    • Method PostAuthenticateSuccess(SoPrincipal, IEnumerable<ClaimsIdentity>)
  • New items
    • Method PostAuthenticateFail(ClaimsPrincipal, IEnumerable<ClaimsIdentity>, Exception)
    • Method PostAuthenticateSuccess(ClaimsPrincipal, IEnumerable<ClaimsIdentity>)

SuperOffice.Security.Principal.IPostLoginPlugin is Modified

  • Deleted items
    • Property IsRequired
  • New items
    • Method IsRequiredAsync(CancellationToken)

SuperOffice.Security.Principal.SoTimeZone is Modified

  • Deleted items
    • Method SoTimeZone()
  • New items
    • Method SoTimeZone(ILogger<SoTimeZone>)

SuperOffice.Security.Principal.TicketPrincipalCache is Modified

  • Deleted items
    • Method CachePrincipal(String, SoPrincipal)
    • Method GetCurrent()
    • Method TryGetCachedPrincipal(String, SoPrincipal&)
  • Modified items
    • Method TicketPrincipalCache()
    • Method Flush()
  • New items
    • Method CachePrincipal(String, ClaimsPrincipal)
    • Method ToString()
    • Method TryGetCachedPrincipal(String, ClaimsPrincipal&)

SuperOffice.Security.SoImpersonationContext is Modified

  • Deleted items
    • Method CanImpersonate(SoPrincipal)
    • Method Revert()
  • Modified items
    • Property ImpersonatedPrincipal
    • Property RealPrincipal
  • New items
    • Method CanImpersonate(ClaimsPrincipal)

SuperOffice.Security.Util.DocumentArchiveFileImpersonationContext is Modified

  • New items
    • Method Execute(Func<Task>)

SuperOffice.Security.Util.DocumentArchiveWindowsLogin is Modified

  • Deleted items
    • Property WindowsIdentity
  • Modified items
    • Method DocumentArchiveWindowsLogin()
  • New items
    • Method GetWindowsIdentity()

SuperOffice.Services.ServiceVersion is Modified

  • Modified items
    • Property IsCurrent
    • Property IsFrozen
    • Property IsObsolete
    • Property Name
    • Property Number

SuperOffice.SoContext is Modified

  • Deleted items
    • Property CurrentRealPrincipal
    • Property IsUdefAvailable
    • Method SpawnThread<TArgument>(AsyncOperation<TArgument>, TArgument)
    • Method SpawnThread<TArgument>(AsyncOperation<TArgument>, TArgument, String)
    • Method SpawnThread<TArgument>(AsyncOperation<TArgument>, TArgument, String, Boolean)
  • Modified items
    • Property CurrentIdentity
    • Property CurrentPrincipal

SuperOffice.SoDatabaseContext is Modified

  • Deleted items
    • Method TryResolveContext(IContextResolver&, String&, IEnumerable<ClaimsIdentity>)
    • Method TryResolveContext(IContextResolver&, String&, ClaimsIdentity[])
    • Method TryResolveContext(IContextResolver&, String&, String)
SuperOffice.SoDatabaseContext.DatabaseContext is Deleted
  • Modified items
    • Method EnterDatabaseContext(String)
  • New items
    • Method TryResolveContext(String&, IEnumerable<ClaimsIdentity>)
    • Method TryResolveContext(String&, ClaimsIdentity[])
    • Method TryResolveContext(String&, String)

SuperOffice.SoSession is Modified

  • Deleted items
    • Method Continue(String)
    • Method Suspend()
  • Modified items
    • Property Principal

SuperOffice.Threading.AsynchronousHandlerProcessor<TAsynchronousArgument> is Modified

  • Deleted items
    • Property ThreadName
    • Method ExecuteWork()
  • New items
    • Method ExecuteWorkAsync(CancellationToken)

SuperOffice.Threading.ParallelConsumerQueue<T> is Modified

  • Deleted items
    • Property Count
    • Method ParallelConsumerQueue()
    • Method Consume(Int32, Action<T>)
    • Method Peek()
    • Method StartConsumers(Int32, Action<T>)
    • Method StopConsumers()
SuperOffice.Threading.ParallelConsumerQueue<T>.ConsumerContext is Deleted
  • Modified items
    • Method Dequeue()
  • New items
    • Method StartConsumers(Int32, Func<T, CancellationToken, Task>, CancellationToken)
    • Method WaitForConsumers()

SuperOffice.TimeZone.ITimeConverterDataFetcher is Modified

  • Deleted items
    • Method GetBaseTimeZoneId()
    • Method GetTimeZoneData()
  • New items
    • Method GetBaseTimeZoneIdAsync(CancellationToken)
    • Method GetTimeZoneDataAsync(CancellationToken)

SuperOffice.TimeZone.SoTimeConverterDataFetcher is Modified

  • Deleted items
    • Method GetBaseTimeZoneId()
    • Method GetTimeZoneData()
  • New items
    • Method GetBaseTimeZoneIdAsync(CancellationToken)
    • Method GetTimeZoneDataAsync(CancellationToken)

SuperOffice.Util.CollectionOps is Modified

  • New items
    • Method GetNamedIntValues(String, String)

SuperOffice.Util.HttpHelper is Modified

  • Deleted items
    • Method GetObjectFromHttp<T>(String, HttpServiceJwtConfig, RequestType, Object)
    • Method GetObjectFromHttpSync<T>(String, HttpServiceJwtConfig, RequestType, Object)
    • Method GetObjectFromHttpSyncWithContent<T>(String, HttpServiceJwtConfig, RequestType, HttpContent)
    • Method GetObjectFromHttpSyncWithContent<T>(String, RequestType, HttpContent)
    • Method GetResponse(String, HttpServiceJwtConfig, RequestType, Object, String)
    • Method GetResponseAsync(String, HttpServiceJwtConfig, RequestType, Object, String)
    • Method GetResponseBody(String, HttpServiceJwtConfig, RequestType, Object)
    • Method GetResponseBodyAsync(String, HttpServiceJwtConfig, RequestType, Object)
    • Method GetResponseWithContent(String, HttpServiceJwtConfig, RequestType, HttpContent, String, String)
  • New items
    • Method GetObjectFromHttpAsync<T>(String, HttpServiceJwtConfig, RequestType, Object, Boolean, CancellationToken)
    • Method GetObjectFromHttpSyncWithContentAsync<T>(String, HttpServiceJwtConfig, RequestType, HttpContent, Boolean, CancellationToken)
    • Method GetObjectFromHttpSyncWithContentAsync<T>(String, RequestType, HttpContent, Boolean, CancellationToken)
    • Method GetResponseAsync(String, HttpServiceJwtConfig, RequestType, Object, String, Boolean, CancellationToken)
    • Method GetResponseBodyAsync(String, HttpServiceJwtConfig, RequestType, Object, Boolean, CancellationToken)
    • Method GetResponseWithContentAsync(String, HttpServiceJwtConfig, RequestType, HttpContent, String, String, Boolean, CancellationToken)

SuperOffice.Util.ImageUtilities is Modified

  • Deleted items
    • Method ResolveUrlOrBase64Image(String, Int32)
  • New items
    • Method ResolveUrlOrBase64ImageAsync(String, Int32, CancellationToken)

SuperOffice.Util.KeyedMatrix<TKeyColumn, TKeyRow, TItem> is Modified

  • Deleted items
    • Method MoveItems(KeyedMatrix<TKeyColumn, TKeyRow, TItem>, IEnumerable<MatrixItem<TKeyColumn, TKeyRow, TItem>>, Predicate<MatrixItem<TKeyColumn, TKeyRow, TItem>>)
    • Method MoveItems(KeyedMatrix<TKeyColumn, TKeyRow, TItem>, IEnumerable<MatrixItem<TKeyColumn, TKeyRow, TItem>>, Predicate<MatrixItem<TKeyColumn, TKeyRow, TItem>>, Action<MatrixItem<TKeyColumn, TKeyRow, TItem>>)
  • New items
    • Method MoveItemsAsync(KeyedMatrix<TKeyColumn, TKeyRow, TItem>, IEnumerable<MatrixItem<TKeyColumn, TKeyRow, TItem>>, Predicate<MatrixItem<TKeyColumn, TKeyRow, TItem>>)
    • Method MoveItemsAsync(KeyedMatrix<TKeyColumn, TKeyRow, TItem>, IEnumerable<MatrixItem<TKeyColumn, TKeyRow, TItem>>, Predicate<MatrixItem<TKeyColumn, TKeyRow, TItem>>, Func<MatrixItem<TKeyColumn, TKeyRow, TItem>, Task>)

SuperOffice.WebApi.HttpContextItem is Modified

  • New items
    • Field ContextIdentifier
    • Field SoClaimsPrincipal

SuperOffice.WebApi.PartnerAppRequestInfo is Modified

  • New items
    • Property ClientSecret

Assembly: SoDatabase

Deleted types

  • .ExtraFieldsAppointmentExtender
  • .ExtraFieldsContactExtender
  • .ExtraFieldsPersonExtender
  • .ExtraFieldsProjectExtender
  • .ExtraFieldsSaleExtender
  • .ExtraFieldsTicketExtender
  • Microsoft.Extensions.DependencyInjection.NetServerLocalOptions
  • Microsoft.Extensions.DependencyInjection.NetServerLocalOptionsBuilder
  • Microsoft.Extensions.DependencyInjection.SoDatabaseServiceCollectionExtensions
  • SuperOffice.CallHome.DataAdditionCallHome
  • SuperOffice.CallHome.EntityCountsImport
  • SuperOffice.CallHome.PeriodicCallHomeBase
  • SuperOffice.CallHome.TableSizeCallHome
  • SuperOffice.CallHome.UserReSyncCallHome
  • SuperOffice.CallHome.UserSync
  • SuperOffice.CallHome.UserSyncEventQueue
  • SuperOffice.CallHome.WebAppUsageCallHome
  • SuperOffice.CallHome.WinUsageStatCallHome
  • SuperOffice.Configuration.Configuration
  • SuperOffice.CRM.ActivityStatusHelper
  • SuperOffice.CRM.Administration.SoPasswordCredentialPlugin
  • SuperOffice.CRM.Administration.SoRole
  • SuperOffice.CRM.AI.CategoryGuessing
  • SuperOffice.CRM.ArchiveLists.ActivityArchiveKind
  • SuperOffice.CRM.ArchiveLists.ActivityArchiveProvider
  • SuperOffice.CRM.ArchiveLists.ActivityArchiveProviderBase
  • SuperOffice.CRM.ArchiveLists.ActivityExtenderBase<Info>
  • SuperOffice.CRM.ArchiveLists.ActivityProviderBase<RootExtender>
  • SuperOffice.CRM.ArchiveLists.AddressExtenderBase
  • SuperOffice.CRM.ArchiveLists.Aggregation.AggregationLevel
  • SuperOffice.CRM.ArchiveLists.Aggregation.AggregationPluginAttribute
  • SuperOffice.CRM.ArchiveLists.Aggregation.AggregationPluginBase
  • SuperOffice.CRM.ArchiveLists.Aggregation.AggregationProvider2
  • SuperOffice.CRM.ArchiveLists.Aggregation.AvgAggregation
  • SuperOffice.CRM.ArchiveLists.Aggregation.CountAggregation
  • SuperOffice.CRM.ArchiveLists.Aggregation.CountAllAggregation
  • SuperOffice.CRM.ArchiveLists.Aggregation.CurrencyAggregation
  • SuperOffice.CRM.ArchiveLists.Aggregation.DatePartAggregation
  • SuperOffice.CRM.ArchiveLists.Aggregation.ExpressionAggregation
  • SuperOffice.CRM.ArchiveLists.Aggregation.GroupAggregation
  • SuperOffice.CRM.ArchiveLists.Aggregation.IAggregationPlugin
  • SuperOffice.CRM.ArchiveLists.Aggregation.IAggregationScalarPlugin
  • SuperOffice.CRM.ArchiveLists.Aggregation.IAggregationTwoPassPlugin
  • SuperOffice.CRM.ArchiveLists.Aggregation.MaxAggregation
  • SuperOffice.CRM.ArchiveLists.Aggregation.MedianAggregation
  • SuperOffice.CRM.ArchiveLists.Aggregation.MinAggregation
  • SuperOffice.CRM.ArchiveLists.Aggregation.NoAggregation
  • SuperOffice.CRM.ArchiveLists.Aggregation.PercentOfTotalAggregation
  • SuperOffice.CRM.ArchiveLists.Aggregation.SumAggregation
  • SuperOffice.CRM.ArchiveLists.Aggregation.WeightedAmountAggregation
  • SuperOffice.CRM.ArchiveLists.AllUsersProvider
  • SuperOffice.CRM.ArchiveLists.AppointmentAcceptedNotificationExtender
  • SuperOffice.CRM.ArchiveLists.AppointmentAcceptedNotificationSubProvider
  • SuperOffice.CRM.ArchiveLists.AppointmentAppointmentExtender
  • SuperOffice.CRM.ArchiveLists.AppointmentAssociateExtender
  • SuperOffice.CRM.ArchiveLists.AppointmentCancelledNotificationExtender
  • SuperOffice.CRM.ArchiveLists.AppointmentCancelledNotificationSubProvider
  • SuperOffice.CRM.ArchiveLists.AppointmentContactExtender
  • SuperOffice.CRM.ArchiveLists.AppointmentDocumentExtender
  • SuperOffice.CRM.ArchiveLists.AppointmentExtenderBase
  • SuperOffice.CRM.ArchiveLists.AppointmentFavouritesProvider
  • SuperOffice.CRM.ArchiveLists.AppointmentNewNotificationExtender
  • SuperOffice.CRM.ArchiveLists.AppointmentNewNotificationSubProvider
  • SuperOffice.CRM.ArchiveLists.AppointmentNotificationAggregatorExtender
  • SuperOffice.CRM.ArchiveLists.AppointmentNotificationAggregatorProvider
  • SuperOffice.CRM.ArchiveLists.AppointmentNotificationExtenderBase
  • SuperOffice.CRM.ArchiveLists.AppointmentNotificationProvider
  • SuperOffice.CRM.ArchiveLists.AppointmentNotificationSubAggregatorProvider
  • SuperOffice.CRM.ArchiveLists.AppointmentNotificationSubExtenderBase
  • SuperOffice.CRM.ArchiveLists.AppointmentPersonExtender
  • SuperOffice.CRM.ArchiveLists.AppointmentProjectExtender
  • SuperOffice.CRM.ArchiveLists.AppointmentProvider
  • SuperOffice.CRM.ArchiveLists.AppointmentProviderBase<RootExtender>
  • SuperOffice.CRM.ArchiveLists.AppointmentPublishExtender
  • SuperOffice.CRM.ArchiveLists.AppointmentRejectedNotificationExtender
  • SuperOffice.CRM.ArchiveLists.AppointmentRejectedNotificationSubProvider
  • SuperOffice.CRM.ArchiveLists.AppointmentSaleExtender
  • SuperOffice.CRM.ArchiveLists.AppointmentTextExtender
  • SuperOffice.CRM.ArchiveLists.AppointmentUdefExtender
  • SuperOffice.CRM.ArchiveLists.AppointmentUpdatedNotificationExtender
  • SuperOffice.CRM.ArchiveLists.AppointmentUpdatedNotificationSubProvider
  • SuperOffice.CRM.ArchiveLists.AppointmentVisibleForExtender
  • SuperOffice.CRM.ArchiveLists.ApSmAppointmentExtender
  • SuperOffice.CRM.ArchiveLists.Archive.AppointmentSelectionCombinedProvider
  • SuperOffice.CRM.ArchiveLists.Archive.AppointmentSelectionCombinedProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.AppointmentSelectionDynamicProvider
  • SuperOffice.CRM.ArchiveLists.Archive.AppointmentSelectionDynamicProviderSingleCriteriaGroup
  • SuperOffice.CRM.ArchiveLists.Archive.AppointmentSelectionDynamicProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.AppointmentSelectionProvider
  • SuperOffice.CRM.ArchiveLists.Archive.AppointmentSelectionProviderBase
  • SuperOffice.CRM.ArchiveLists.Archive.AppointmentSelectionProviderBaseV2
  • SuperOffice.CRM.ArchiveLists.Archive.AppointmentSelectionProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.AppointmentSelectionStaticProvider
  • SuperOffice.CRM.ArchiveLists.Archive.AppointmentSelectionStaticProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.AppointmentShadowSelectionCombinedProvider
  • SuperOffice.CRM.ArchiveLists.Archive.AppointmentShadowSelectionCombinedProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.AppointmentShadowSelectionDynamicProvider
  • SuperOffice.CRM.ArchiveLists.Archive.AppointmentShadowSelectionDynamicProviderSingleCriteriaGroup
  • SuperOffice.CRM.ArchiveLists.Archive.AppointmentShadowSelectionDynamicProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.AppointmentShadowSelectionProvider
  • SuperOffice.CRM.ArchiveLists.Archive.AppointmentShadowSelectionProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.AppointmentShadowSelectionStaticProvider
  • SuperOffice.CRM.ArchiveLists.Archive.AppointmentShadowSelectionStaticProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.AssociateProjectSelectionDynamicProvider
  • SuperOffice.CRM.ArchiveLists.Archive.AssociateProjectSelectionDynamicProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.AssociateProjectSelectionProvider
  • SuperOffice.CRM.ArchiveLists.Archive.AssociateProjectSelectionProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.AssociateProjectSelectionStaticProvider
  • SuperOffice.CRM.ArchiveLists.Archive.AssociateProjectSelectionStaticProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.ChatConversationSelectionCombinedProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.ChatConversationSelectionDynamicProviderSingleCriteriaGroup
  • SuperOffice.CRM.ArchiveLists.Archive.ChatConversationSelectionDynamicProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.ChatConversationSelectionProviderBaseV2
  • SuperOffice.CRM.ArchiveLists.Archive.ChatConversationSelectionProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.ChatConversationSelectionStaticProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.ChatConversationShadowSelectionCombinedProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.ChatConversationShadowSelectionDynamicProviderSingleCriteriaGroup
  • SuperOffice.CRM.ArchiveLists.Archive.ChatConversationShadowSelectionDynamicProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.ChatConversationShadowSelectionProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.ChatConversationShadowSelectionStaticProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.ColumnNormalizer
  • SuperOffice.CRM.ArchiveLists.Archive.Combinator
  • SuperOffice.CRM.ArchiveLists.Archive.CombinedSelectionProviderBase
  • SuperOffice.CRM.ArchiveLists.Archive.ConfigurableArchiveProvider
  • SuperOffice.CRM.ArchiveLists.Archive.ContactPersonSelectionCombinedProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.ContactPersonSelectionDynamicProviderSingleCriteriaGroup
  • SuperOffice.CRM.ArchiveLists.Archive.ContactPersonSelectionDynamicProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.ContactPersonSelectionProviderBaseV2
  • SuperOffice.CRM.ArchiveLists.Archive.ContactPersonSelectionProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.ContactPersonSelectionStaticProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.CustomObjectSelectionCombinedProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.CustomObjectSelectionDynamicProviderSingleCriteriaGroup
  • SuperOffice.CRM.ArchiveLists.Archive.CustomObjectSelectionDynamicProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.CustomObjectSelectionProviderBaseV2
  • SuperOffice.CRM.ArchiveLists.Archive.CustomObjectSelectionProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.CustomObjectSelectionStaticProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.DocumentSelectionCombinedProvider
  • SuperOffice.CRM.ArchiveLists.Archive.DocumentSelectionCombinedProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.DocumentSelectionDynamicProvider
  • SuperOffice.CRM.ArchiveLists.Archive.DocumentSelectionDynamicProviderSingleCriteriaGroup
  • SuperOffice.CRM.ArchiveLists.Archive.DocumentSelectionDynamicProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.DocumentSelectionProvider
  • SuperOffice.CRM.ArchiveLists.Archive.DocumentSelectionProviderBase
  • SuperOffice.CRM.ArchiveLists.Archive.DocumentSelectionProviderBaseV2
  • SuperOffice.CRM.ArchiveLists.Archive.DocumentSelectionProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.DocumentSelectionStaticProvider
  • SuperOffice.CRM.ArchiveLists.Archive.DocumentSelectionStaticProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.DocumentShadowSelectionCombinedProvider
  • SuperOffice.CRM.ArchiveLists.Archive.DocumentShadowSelectionCombinedProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.DocumentShadowSelectionDynamicProvider
  • SuperOffice.CRM.ArchiveLists.Archive.DocumentShadowSelectionDynamicProviderSingleCriteriaGroup
  • SuperOffice.CRM.ArchiveLists.Archive.DocumentShadowSelectionDynamicProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.DocumentShadowSelectionProvider
  • SuperOffice.CRM.ArchiveLists.Archive.DocumentShadowSelectionProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.DocumentShadowSelectionStaticProvider
  • SuperOffice.CRM.ArchiveLists.Archive.DocumentShadowSelectionStaticProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.DummySelectionContactProvider
  • SuperOffice.CRM.ArchiveLists.Archive.DynamicSelectionMultiCriteriaGroupBase
  • SuperOffice.CRM.ArchiveLists.Archive.DynamicSelectionProviderBase<RowType, RootExtender>
  • SuperOffice.CRM.ArchiveLists.Archive.DynamicSelectionProviderBaseV2<RowType, RootExtender, TableInfoType>
  • SuperOffice.CRM.ArchiveLists.Archive.FindErpProductSearchProvider
  • SuperOffice.CRM.ArchiveLists.Archive.FormSubmissionSelectionCombinedProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.FormSubmissionSelectionDynamicProviderSingleCriteriaGroup
  • SuperOffice.CRM.ArchiveLists.Archive.FormSubmissionSelectionDynamicProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.FormSubmissionSelectionProviderBaseV2
  • SuperOffice.CRM.ArchiveLists.Archive.FormSubmissionSelectionProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.FormSubmissionSelectionStaticProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.FormSubmissionShadowSelectionCombinedProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.FormSubmissionShadowSelectionDynamicProviderSingleCriteriaGroup
  • SuperOffice.CRM.ArchiveLists.Archive.FormSubmissionShadowSelectionDynamicProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.FormSubmissionShadowSelectionProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.FormSubmissionShadowSelectionStaticProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.ICanMapColumns
  • SuperOffice.CRM.ArchiveLists.Archive.ICanMapColumnsV2
  • SuperOffice.CRM.ArchiveLists.Archive.IntersectCombinator
  • SuperOffice.CRM.ArchiveLists.Archive.MailingsSelectionCombinedProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.MailingsSelectionDynamicProviderSingleCriteriaGroup
  • SuperOffice.CRM.ArchiveLists.Archive.MailingsSelectionDynamicProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.MailingsSelectionProviderBaseV2
  • SuperOffice.CRM.ArchiveLists.Archive.MailingsSelectionProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.MailingsSelectionStaticProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.MailingsShadowSelectionCombinedProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.MailingsShadowSelectionDynamicProviderSingleCriteriaGroup
  • SuperOffice.CRM.ArchiveLists.Archive.MailingsShadowSelectionDynamicProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.MailingsShadowSelectionProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.MailingsShadowSelectionStaticProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.ProjectSelectionCombinedProvider
  • SuperOffice.CRM.ArchiveLists.Archive.ProjectSelectionCombinedProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.ProjectSelectionDynamicProvider
  • SuperOffice.CRM.ArchiveLists.Archive.ProjectSelectionDynamicProviderSingleCriteriaGroup
  • SuperOffice.CRM.ArchiveLists.Archive.ProjectSelectionDynamicProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.ProjectSelectionProvider
  • SuperOffice.CRM.ArchiveLists.Archive.ProjectSelectionProviderBase
  • SuperOffice.CRM.ArchiveLists.Archive.ProjectSelectionProviderBaseV2
  • SuperOffice.CRM.ArchiveLists.Archive.ProjectSelectionProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.ProjectSelectionStaticProvider
  • SuperOffice.CRM.ArchiveLists.Archive.ProjectSelectionStaticProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.ProjectShadowSelectionCombinedProvider
  • SuperOffice.CRM.ArchiveLists.Archive.ProjectShadowSelectionCombinedProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.ProjectShadowSelectionDynamicProvider
  • SuperOffice.CRM.ArchiveLists.Archive.ProjectShadowSelectionDynamicProviderSingleCriteriaGroup
  • SuperOffice.CRM.ArchiveLists.Archive.ProjectShadowSelectionDynamicProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.ProjectShadowSelectionProvider
  • SuperOffice.CRM.ArchiveLists.Archive.ProjectShadowSelectionProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.ProjectShadowSelectionStaticProvider
  • SuperOffice.CRM.ArchiveLists.Archive.ProjectShadowSelectionStaticProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.QlSmQuoteLineExtender
  • SuperOffice.CRM.ArchiveLists.Archive.QlSmQuoteLineExtenderV2
  • SuperOffice.CRM.ArchiveLists.Archive.QuoteLineSelectionCombinedProvider
  • SuperOffice.CRM.ArchiveLists.Archive.QuoteLineSelectionCombinedProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.QuoteLineSelectionDynamicProvider
  • SuperOffice.CRM.ArchiveLists.Archive.QuoteLineSelectionDynamicProviderSingleCriteriaGroup
  • SuperOffice.CRM.ArchiveLists.Archive.QuoteLineSelectionDynamicProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.QuoteLineSelectionProvider
  • SuperOffice.CRM.ArchiveLists.Archive.QuoteLineSelectionProviderBase
  • SuperOffice.CRM.ArchiveLists.Archive.QuoteLineSelectionProviderBaseV2
  • SuperOffice.CRM.ArchiveLists.Archive.QuoteLineSelectionProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.QuoteLineSelectionStaticProvider
  • SuperOffice.CRM.ArchiveLists.Archive.QuoteLineSelectionStaticProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.QuoteLineShadowSelectionCombinedProvider
  • SuperOffice.CRM.ArchiveLists.Archive.QuoteLineShadowSelectionCombinedProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.QuoteLineShadowSelectionDynamicProvider
  • SuperOffice.CRM.ArchiveLists.Archive.QuoteLineShadowSelectionDynamicProviderSingleCriteriaGroup
  • SuperOffice.CRM.ArchiveLists.Archive.QuoteLineShadowSelectionDynamicProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.QuoteLineShadowSelectionProvider
  • SuperOffice.CRM.ArchiveLists.Archive.QuoteLineShadowSelectionProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.QuoteLineShadowSelectionStaticProvider
  • SuperOffice.CRM.ArchiveLists.Archive.QuoteLineShadowSelectionStaticProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.SaleSelectionCombinedProvider
  • SuperOffice.CRM.ArchiveLists.Archive.SaleSelectionCombinedProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.SaleSelectionDynamicProvider
  • SuperOffice.CRM.ArchiveLists.Archive.SaleSelectionDynamicProviderSingleCriteriaGroup
  • SuperOffice.CRM.ArchiveLists.Archive.SaleSelectionDynamicProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.SaleSelectionProvider
  • SuperOffice.CRM.ArchiveLists.Archive.SaleSelectionProviderBase
  • SuperOffice.CRM.ArchiveLists.Archive.SaleSelectionProviderBaseV2
  • SuperOffice.CRM.ArchiveLists.Archive.SaleSelectionProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.SaleSelectionStaticProvider
  • SuperOffice.CRM.ArchiveLists.Archive.SaleSelectionStaticProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.SaleShadowSelectionCombinedProvider
  • SuperOffice.CRM.ArchiveLists.Archive.SaleShadowSelectionCombinedProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.SaleShadowSelectionDynamicProvider
  • SuperOffice.CRM.ArchiveLists.Archive.SaleShadowSelectionDynamicProviderSingleCriteriaGroup
  • SuperOffice.CRM.ArchiveLists.Archive.SaleShadowSelectionDynamicProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.SaleShadowSelectionProvider
  • SuperOffice.CRM.ArchiveLists.Archive.SaleShadowSelectionProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.SaleShadowSelectionStaticProvider
  • SuperOffice.CRM.ArchiveLists.Archive.SaleShadowSelectionStaticProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.SelectionCombinedPersonExtenderBase
  • SuperOffice.CRM.ArchiveLists.Archive.SelectionProviderBase
  • SuperOffice.CRM.ArchiveLists.Archive.SelectionProviderBaseV2
  • SuperOffice.CRM.ArchiveLists.Archive.SelectionSelectionCombinedProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.SelectionSelectionDynamicProviderSingleCriteriaGroup
  • SuperOffice.CRM.ArchiveLists.Archive.SelectionSelectionDynamicProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.SelectionSelectionProviderBaseV2
  • SuperOffice.CRM.ArchiveLists.Archive.SelectionSelectionProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.SelectionSelectionStaticProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.SimpleCombinator
  • SuperOffice.CRM.ArchiveLists.Archive.SubContactPersonSelectionDynamicProviderSingleCriteriaGroup
  • SuperOffice.CRM.ArchiveLists.Archive.SubPersonContactSelectionDynamicProviderSingleCriteriaGroup
  • SuperOffice.CRM.ArchiveLists.Archive.SubtractCombinator
  • SuperOffice.CRM.ArchiveLists.Archive.TicketSelectionCombinedProvider
  • SuperOffice.CRM.ArchiveLists.Archive.TicketSelectionCombinedProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.TicketSelectionDynamicProvider
  • SuperOffice.CRM.ArchiveLists.Archive.TicketSelectionDynamicProviderSingleCriteriaGroup
  • SuperOffice.CRM.ArchiveLists.Archive.TicketSelectionDynamicProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.TicketSelectionProvider
  • SuperOffice.CRM.ArchiveLists.Archive.TicketSelectionProviderBase
  • SuperOffice.CRM.ArchiveLists.Archive.TicketSelectionProviderBaseV2
  • SuperOffice.CRM.ArchiveLists.Archive.TicketSelectionProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.TicketSelectionStaticProvider
  • SuperOffice.CRM.ArchiveLists.Archive.TicketSelectionStaticProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.TicketShadowSelectionCombinedProvider
  • SuperOffice.CRM.ArchiveLists.Archive.TicketShadowSelectionCombinedProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.TicketShadowSelectionDynamicProvider
  • SuperOffice.CRM.ArchiveLists.Archive.TicketShadowSelectionDynamicProviderSingleCriteriaGroup
  • SuperOffice.CRM.ArchiveLists.Archive.TicketShadowSelectionDynamicProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.TicketShadowSelectionProvider
  • SuperOffice.CRM.ArchiveLists.Archive.TicketShadowSelectionProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.TicketShadowSelectionStaticProvider
  • SuperOffice.CRM.ArchiveLists.Archive.TicketShadowSelectionStaticProviderV2
  • SuperOffice.CRM.ArchiveLists.Archive.UnionCombinator
  • SuperOffice.CRM.ArchiveLists.Archive.XORCombinator
  • SuperOffice.CRM.ArchiveLists.Archive___ListItems.TemplateLanguageProvider
  • SuperOffice.CRM.ArchiveLists.Archive___Participants.BookingParticipantsEmailOnlyProvider
  • SuperOffice.CRM.ArchiveLists.Archive___Participants.ParticipantsEmailOnlyProvider
  • SuperOffice.CRM.ArchiveLists.ArchiveConfigurationHelper
  • SuperOffice.CRM.ArchiveLists.ArchiveConfigurationProviderBase
  • SuperOffice.CRM.ArchiveLists.ArchiveControlEventHandlerAttribute
  • SuperOffice.CRM.ArchiveLists.ArchiveControlEventHandlerFactory
  • SuperOffice.CRM.ArchiveLists.ArchiveEntitiesProviderBase
  • SuperOffice.CRM.ArchiveLists.ArchiveExtenderAttribute
  • SuperOffice.CRM.ArchiveLists.ArchiveExtenderExtenderAttribute
  • SuperOffice.CRM.ArchiveLists.ArchiveProviderAttribute
  • SuperOffice.CRM.ArchiveLists.ArchiveProviderFactory
  • SuperOffice.CRM.ArchiveLists.ArchiveSelect
  • SuperOffice.CRM.ArchiveLists.ArchiveSubProviderAttribute
  • SuperOffice.CRM.ArchiveLists.AssignResponseInvitationExtender
  • SuperOffice.CRM.ArchiveLists.AssignResponseInvitationProvider
  • SuperOffice.CRM.ArchiveLists.AssociateAssociateExtender
  • SuperOffice.CRM.ArchiveLists.AssociateExtenderBase
  • SuperOffice.CRM.ArchiveLists.AssociateInvitationExtenderBase
  • SuperOffice.CRM.ArchiveLists.AssociateProjectsExtender
  • SuperOffice.CRM.ArchiveLists.AssociateProjectsProvider
  • SuperOffice.CRM.ArchiveLists.AssociateResourceExtender
  • SuperOffice.CRM.ArchiveLists.AttachmentExtenderBase
  • SuperOffice.CRM.ArchiveLists.BatchTaskBatchTaskExtender
  • SuperOffice.CRM.ArchiveLists.BatchTaskExtenderBase
  • SuperOffice.CRM.ArchiveLists.BatchTaskProvider
  • SuperOffice.CRM.ArchiveLists.BookingParticipantsAssociateProvider
  • SuperOffice.CRM.ArchiveLists.BookingParticipantsExternalPersonProvider
  • SuperOffice.CRM.ArchiveLists.BookingParticipantsProvider
  • SuperOffice.CRM.ArchiveLists.BookingParticipantsResourceProvider
  • SuperOffice.CRM.ArchiveLists.BookingResponseInvitationExtender
  • SuperOffice.CRM.ArchiveLists.BookingResponseInvitationProvider
  • SuperOffice.CRM.ArchiveLists.BufferedQueryProviderBase<RowType, InnerProviderType>
  • SuperOffice.CRM.ArchiveLists.BulkUpdateResults
  • SuperOffice.CRM.ArchiveLists.CachedQUeryProviderPreferences
  • SuperOffice.CRM.ArchiveLists.CancelledInvitationExtender
  • SuperOffice.CRM.ArchiveLists.CancelledInvitationProvider
  • SuperOffice.CRM.ArchiveLists.CanExecuteDelegate
  • SuperOffice.CRM.ArchiveLists.CategoryMembershipAssociateExtender
  • SuperOffice.CRM.ArchiveLists.CategoryMembershipCategoryMembershipExtender
  • SuperOffice.CRM.ArchiveLists.CategoryMembershipExtenderBase
  • SuperOffice.CRM.ArchiveLists.CategoryMembersProvider
  • SuperOffice.CRM.ArchiveLists.CategoryMembersRestrictionParser
  • SuperOffice.CRM.ArchiveLists.ChartSelectionProvider
  • SuperOffice.CRM.ArchiveLists.ChatConversationSelectionMemberExtender
  • SuperOffice.CRM.ArchiveLists.ChatSessionAssociateExtender
  • SuperOffice.CRM.ArchiveLists.ChatSessionChatSessionExtender
  • SuperOffice.CRM.ArchiveLists.ChatSessionChatTopicExtender
  • SuperOffice.CRM.ArchiveLists.ChatSessionContactExtender
  • SuperOffice.CRM.ArchiveLists.ChatSessionExtenderBase
  • SuperOffice.CRM.ArchiveLists.ChatSessionPersonExtender
  • SuperOffice.CRM.ArchiveLists.ChatSessionProvider
  • SuperOffice.CRM.ArchiveLists.ChatTopicExtenderBase
  • SuperOffice.CRM.ArchiveLists.ChecklistAppointmentProvider
  • SuperOffice.CRM.ArchiveLists.ChooseEntityProvider
  • SuperOffice.CRM.ArchiveLists.ColumnHelper
  • SuperOffice.CRM.ArchiveLists.CombinedContactExtenderBase
  • SuperOffice.CRM.ArchiveLists.CombinedPersonExtenderBase
  • SuperOffice.CRM.ArchiveLists.ConfigurableArchiveAppointmentProvider
  • SuperOffice.CRM.ArchiveLists.ConfigurableArchiveProjectProvider
  • SuperOffice.CRM.ArchiveLists.ConfigurableArchiveQuoteLineProvider
  • SuperOffice.CRM.ArchiveLists.Configuration_data_handling.ArchiveRowProvider
  • SuperOffice.CRM.ArchiveLists.ConsentPersonConsentPurposeExtender
  • SuperOffice.CRM.ArchiveLists.ConsentPersonExtenderBase
  • SuperOffice.CRM.ArchiveLists.ConsentPersonPersonExtender
  • SuperOffice.CRM.ArchiveLists.ConsentPurposeConsentPersonExtender
  • SuperOffice.CRM.ArchiveLists.ConsentPurposeConsentPurposeExtender
  • SuperOffice.CRM.ArchiveLists.ConsentPurposeExtenderBase
  • SuperOffice.CRM.ArchiveLists.ConsentPurposeProvider
  • SuperOffice.CRM.ArchiveLists.ConsentSourceExtender
  • SuperOffice.CRM.ArchiveLists.ContactActivityArchiveProvider
  • SuperOffice.CRM.ArchiveLists.ContactAddressExtenderBase
  • SuperOffice.CRM.ArchiveLists.ContactAnyAddressExtender
  • SuperOffice.CRM.ArchiveLists.ContactAnyPhoneExtender
  • SuperOffice.CRM.ArchiveLists.ContactAppointmentExtender
  • SuperOffice.CRM.ArchiveLists.ContactAssociateExtender
  • SuperOffice.CRM.ArchiveLists.ContactContactExtender
  • SuperOffice.CRM.ArchiveLists.ContactDocumentExtender
  • SuperOffice.CRM.ArchiveLists.ContactEmailExtender
  • SuperOffice.CRM.ArchiveLists.ContactExtenderBase
  • SuperOffice.CRM.ArchiveLists.ContactFavouritesProvider
  • SuperOffice.CRM.ArchiveLists.ContactFaxExtender
  • SuperOffice.CRM.ArchiveLists.ContactInfoTextExtender
  • SuperOffice.CRM.ArchiveLists.ContactInterestExtender
  • SuperOffice.CRM.ArchiveLists.ContactLinkExtender
  • SuperOffice.CRM.ArchiveLists.ContactPersonAsEntityExtenderBase
  • SuperOffice.CRM.ArchiveLists.ContactPersonExtender
  • SuperOffice.CRM.ArchiveLists.ContactPhoneExtender
  • SuperOffice.CRM.ArchiveLists.ContactPhoneExtenderBase
  • SuperOffice.CRM.ArchiveLists.ContactPostalAddressExtender
  • SuperOffice.CRM.ArchiveLists.ContactProjectsExtender
  • SuperOffice.CRM.ArchiveLists.ContactProjectsProvider
  • SuperOffice.CRM.ArchiveLists.ContactProvider
  • SuperOffice.CRM.ArchiveLists.ContactSaintExtender
  • SuperOffice.CRM.ArchiveLists.ContactSaleExtender
  • SuperOffice.CRM.ArchiveLists.ContactSelectionReturnFieldsCalculator
  • SuperOffice.CRM.ArchiveLists.ContactSourceContactRelationExtender
  • SuperOffice.CRM.ArchiveLists.ContactSourcePersonRelationExtender
  • SuperOffice.CRM.ArchiveLists.ContactStaticSelectionMemberExtender
  • SuperOffice.CRM.ArchiveLists.ContactStreetAddressExtender
  • SuperOffice.CRM.ArchiveLists.ContactSupportAssociateExtender
  • SuperOffice.CRM.ArchiveLists.ContactSupportPersonExtender
  • SuperOffice.CRM.ArchiveLists.ContactTargetContactRelationExtender
  • SuperOffice.CRM.ArchiveLists.ContactTargetPersonRelationExtender
  • SuperOffice.CRM.ArchiveLists.ContactUdefExtender
  • SuperOffice.CRM.ArchiveLists.ContactUrlExtender
  • SuperOffice.CRM.ArchiveLists.ContactWithPersonExtenderBase<PersonExtenderClass>
  • SuperOffice.CRM.ArchiveLists.CredentialUserProvider
  • SuperOffice.CRM.ArchiveLists.CriteriaInfo
  • SuperOffice.CRM.ArchiveLists.CriteriaProvider
  • SuperOffice.CRM.ArchiveLists.CrmScriptsProvider
  • SuperOffice.CRM.ArchiveLists.CustomObjectProvider
  • SuperOffice.CRM.ArchiveLists.CustomObjectProviderBase
  • SuperOffice.CRM.ArchiveLists.DashboardColumnsProvider
  • SuperOffice.CRM.ArchiveLists.DiaryActivityArchiveProvider
  • SuperOffice.CRM.ArchiveLists.DiaryAppointmentProvider
  • SuperOffice.CRM.ArchiveLists.DocumentAssociateExtender
  • SuperOffice.CRM.ArchiveLists.DocumentContactExtender
  • SuperOffice.CRM.ArchiveLists.DocumentDocumentExtender
  • SuperOffice.CRM.ArchiveLists.DocumentExtenderBase
  • SuperOffice.CRM.ArchiveLists.DocumentExtenderWithoutDescriptionBase
  • SuperOffice.CRM.ArchiveLists.DocumentFavouritesProvider
  • SuperOffice.CRM.ArchiveLists.DocumentPersonExtender
  • SuperOffice.CRM.ArchiveLists.DocumentProjectExtender
  • SuperOffice.CRM.ArchiveLists.DocumentProvider
  • SuperOffice.CRM.ArchiveLists.DocumentPublishExtender
  • SuperOffice.CRM.ArchiveLists.DocumentQuoteLineInnerDataProvider
  • SuperOffice.CRM.ArchiveLists.DocumentSaleExtender
  • SuperOffice.CRM.ArchiveLists.DocumentTextExtender
  • SuperOffice.CRM.ArchiveLists.DocumentUdefExtender
  • SuperOffice.CRM.ArchiveLists.DocumentVisibleForExtender
  • SuperOffice.CRM.ArchiveLists.DoSmDocumentExtender
  • SuperOffice.CRM.ArchiveLists.DotSyntaxParser
  • SuperOffice.CRM.ArchiveLists.DotSyntaxProvider
  • SuperOffice.CRM.ArchiveLists.Dynamic_specializations.DynamicAppointmentExtender
  • SuperOffice.CRM.ArchiveLists.Dynamic_specializations.DynamicDocumentExtender
  • SuperOffice.CRM.ArchiveLists.Dynamic_specializations.DynamicProjectExtender
  • SuperOffice.CRM.ArchiveLists.Dynamic_specializations.DynamicSaleExtender
  • SuperOffice.CRM.ArchiveLists.DynamicContactExtender
  • SuperOffice.CRM.ArchiveLists.DynamicEjuserExtender
  • SuperOffice.CRM.ArchiveLists.DynamicExtender
  • SuperOffice.CRM.ArchiveLists.DynamicExtenderAttribute
  • SuperOffice.CRM.ArchiveLists.DynamicExtenderBase
  • SuperOffice.CRM.ArchiveLists.DynamicPersonExtender
  • SuperOffice.CRM.ArchiveLists.DynamicTicketExtender
  • SuperOffice.CRM.ArchiveLists.EjCategoryExtenderBase
  • SuperOffice.CRM.ArchiveLists.EjscriptEjscriptExtender
  • SuperOffice.CRM.ArchiveLists.EjscriptExtenderBase
  • SuperOffice.CRM.ArchiveLists.EjscriptHierarchyExtender
  • SuperOffice.CRM.ArchiveLists.EjscriptsProvider
  • SuperOffice.CRM.ArchiveLists.EjUserExtenderBase
  • SuperOffice.CRM.ArchiveLists.EMailAddressProvider
  • SuperOffice.CRM.ArchiveLists.EmailAddressProviderBase
  • SuperOffice.CRM.ArchiveLists.EmailContactAddressProvider
  • SuperOffice.CRM.ArchiveLists.EmailEmailExtender
  • SuperOffice.CRM.ArchiveLists.EmailExtenderBase
  • SuperOffice.CRM.ArchiveLists.EmailFlowContentFormExtender
  • SuperOffice.CRM.ArchiveLists.EmailFlowContentProvider
  • SuperOffice.CRM.ArchiveLists.EmailFlowContentSMessageExtender
  • SuperOffice.CRM.ArchiveLists.EmailFlowEmailFlowExtender
  • SuperOffice.CRM.ArchiveLists.EmailFlowExtenderBase
  • SuperOffice.CRM.ArchiveLists.EmailFlowFolderEmailFlowFolderExtender
  • SuperOffice.CRM.ArchiveLists.EmailFlowFolderProvider
  • SuperOffice.CRM.ArchiveLists.EmailFlowFormContentProvider
  • SuperOffice.CRM.ArchiveLists.EmailFlowHierarchyExtender
  • SuperOffice.CRM.ArchiveLists.EmailFlowInstanceEmailFlowInstanceExtender
  • SuperOffice.CRM.ArchiveLists.EmailFlowInstanceProvider
  • SuperOffice.CRM.ArchiveLists.EmailFlowProvider
  • SuperOffice.CRM.ArchiveLists.EmailFlowsAndFoldersProvider
  • SuperOffice.CRM.ArchiveLists.EmailFlowSMessageContentProvider
  • SuperOffice.CRM.ArchiveLists.EmailFlowWorkflowExtender
  • SuperOffice.CRM.ArchiveLists.EmailItemAccountAssociateExtender
  • SuperOffice.CRM.ArchiveLists.EmailItemContactExtender
  • SuperOffice.CRM.ArchiveLists.EMailItemEMailItemExtender
  • SuperOffice.CRM.ArchiveLists.EmailItemExtenderBase
  • SuperOffice.CRM.ArchiveLists.EmailItemPersonExtender
  • SuperOffice.CRM.ArchiveLists.EMailItemProvider
  • SuperOffice.CRM.ArchiveLists.EmailMatchContactExtender
  • SuperOffice.CRM.ArchiveLists.EmailMatchPersonExtender
  • SuperOffice.CRM.ArchiveLists.EmailPersonAddressProvider
  • SuperOffice.CRM.ArchiveLists.EntityFilteredQueryProviderBase<RowType, InnerProvider>
  • SuperOffice.CRM.ArchiveLists.EntityHelper
  • SuperOffice.CRM.ArchiveLists.ErpConnectionErpConnectionExtender
  • SuperOffice.CRM.ArchiveLists.ErpConnectionErpConnector
  • SuperOffice.CRM.ArchiveLists.ErpConnectionExtenderBase
  • SuperOffice.CRM.ArchiveLists.ErpConnectionProvider
  • SuperOffice.CRM.ArchiveLists.ErpConnectorErpConnectorExtender
  • SuperOffice.CRM.ArchiveLists.ErpConnectorExtenderBase
  • SuperOffice.CRM.ArchiveLists.ErpConnectorProvider
  • SuperOffice.CRM.ArchiveLists.EventHandlerEventHandlerExtender
  • SuperOffice.CRM.ArchiveLists.EventHandlerExtenderBase
  • SuperOffice.CRM.ArchiveLists.EventHandlersProvider
  • SuperOffice.CRM.ArchiveLists.ExecuteDelegate
  • SuperOffice.CRM.ArchiveLists.ExistingCategoryMembersProvider
  • SuperOffice.CRM.ArchiveLists.ExplicitInvitationExtender
  • SuperOffice.CRM.ArchiveLists.ExplicitInvitationProvider
  • SuperOffice.CRM.ArchiveLists.ExplicitParticipantsAssociateProvider
  • SuperOffice.CRM.ArchiveLists.ExplicitParticipantsExternalPersonProvider
  • SuperOffice.CRM.ArchiveLists.ExplicitParticipantsProvider
  • SuperOffice.CRM.ArchiveLists.ExplicitParticipantsResourceProvider
  • SuperOffice.CRM.ArchiveLists.ExtenderBase<MainTableInfo>
  • SuperOffice.CRM.ArchiveLists.ExtensibleColumnsBase
  • SuperOffice.CRM.ArchiveLists.ExtensibleHelper
  • SuperOffice.CRM.ArchiveLists.ExtensibleHelperAsync
  • SuperOffice.CRM.ArchiveLists.ExtensionMethods
  • SuperOffice.CRM.ArchiveLists.ExternalDocumentAttachmentExtender
  • SuperOffice.CRM.ArchiveLists.ExternalDocumentExtender
  • SuperOffice.CRM.ArchiveLists.ExternalDocumentExtenderBase
  • SuperOffice.CRM.ArchiveLists.ExternalDocumentFolderProvider
  • SuperOffice.CRM.ArchiveLists.ExternalDocumentHierarchyExtender
  • SuperOffice.CRM.ArchiveLists.ExternalDocumentHierarchyRootExtender
  • SuperOffice.CRM.ArchiveLists.ExternalDocumentItemsProvider
  • SuperOffice.CRM.ArchiveLists.ExternalDocumentsProvider
  • SuperOffice.CRM.ArchiveLists.ExternalEventExtenderBase
  • SuperOffice.CRM.ArchiveLists.ExternalPersonsProvider
  • SuperOffice.CRM.ArchiveLists.ExternalUsersProvider
  • SuperOffice.CRM.ArchiveLists.ExtraFieldExtenderBase
  • SuperOffice.CRM.ArchiveLists.ExtraFieldsExtraTableExtender
  • SuperOffice.CRM.ArchiveLists.FavouriteAppointmentExtender
  • SuperOffice.CRM.ArchiveLists.FavouriteContactExtender
  • SuperOffice.CRM.ArchiveLists.FavouriteDocumentExtender
  • SuperOffice.CRM.ArchiveLists.FavouriteExtenderBase
  • SuperOffice.CRM.ArchiveLists.FavouriteFavouriteExtender
  • SuperOffice.CRM.ArchiveLists.FavouriteMailingExtender
  • SuperOffice.CRM.ArchiveLists.FavouritePersonExtender
  • SuperOffice.CRM.ArchiveLists.FavouriteProjectExtender
  • SuperOffice.CRM.ArchiveLists.FavouriteSaleExtender
  • SuperOffice.CRM.ArchiveLists.FavouriteSelectionExtender
  • SuperOffice.CRM.ArchiveLists.FavouritesProvider
  • SuperOffice.CRM.ArchiveLists.FavouriteTicketExtender
  • SuperOffice.CRM.ArchiveLists.FavouriteTicketsProvider
  • SuperOffice.CRM.ArchiveLists.FindAppointmentProvider
  • SuperOffice.CRM.ArchiveLists.FindAppointmentReturnFieldsCalculator
  • SuperOffice.CRM.ArchiveLists.FindChatSessionProvider
  • SuperOffice.CRM.ArchiveLists.FindContactExtender
  • SuperOffice.CRM.ArchiveLists.FindContactPersonExtender
  • SuperOffice.CRM.ArchiveLists.FindContactProvider
  • SuperOffice.CRM.ArchiveLists.FindContactSubProvider
  • SuperOffice.CRM.ArchiveLists.FindDocumentProvider
  • SuperOffice.CRM.ArchiveLists.FindDocumentReturnFieldsCalculator
  • SuperOffice.CRM.ArchiveLists.FindErpProductProvider
  • SuperOffice.CRM.ArchiveLists.FindProductViaConnectorProvider
  • SuperOffice.CRM.ArchiveLists.FindProjectExtender
  • SuperOffice.CRM.ArchiveLists.FindProjectProvider
  • SuperOffice.CRM.ArchiveLists.FindProjectReturnFieldsCalculator
  • SuperOffice.CRM.ArchiveLists.FindProviderBase<RowType, RootExtender>
  • SuperOffice.CRM.ArchiveLists.FindQuoteLineProvider
  • SuperOffice.CRM.ArchiveLists.FindSaleProvider
  • SuperOffice.CRM.ArchiveLists.FindSaleReturnFieldsCalculator
  • SuperOffice.CRM.ArchiveLists.FindSelectionProvider
  • SuperOffice.CRM.ArchiveLists.FindSelectionReturnFieldsCalculator
  • SuperOffice.CRM.ArchiveLists.FindTicketProvider
  • SuperOffice.CRM.ArchiveLists.ForeignKeyExtenderBase
  • SuperOffice.CRM.ArchiveLists.ForeignKeyForeignKeyExtender
  • SuperOffice.CRM.ArchiveLists.ForeignKeysProvider
  • SuperOffice.CRM.ArchiveLists.FormEmailFlowExtender
  • SuperOffice.CRM.ArchiveLists.FormExtenderBase
  • SuperOffice.CRM.ArchiveLists.FormFieldsExtender
  • SuperOffice.CRM.ArchiveLists.FormSubmissionAssociateExtender
  • SuperOffice.CRM.ArchiveLists.FormSubmissionContactExtender
  • SuperOffice.CRM.ArchiveLists.FormSubmissionExtenderBase
  • SuperOffice.CRM.ArchiveLists.FormSubmissionFormSubmissionExtender
  • SuperOffice.CRM.ArchiveLists.FormSubmissionPersonExtender
  • SuperOffice.CRM.ArchiveLists.FormSubmissionProvider
  • SuperOffice.CRM.ArchiveLists.FormSubmissionSelectionMemberExtender
  • SuperOffice.CRM.ArchiveLists.FreetextAppointmentResultProvider
  • SuperOffice.CRM.ArchiveLists.FreetextContactResultProvider
  • SuperOffice.CRM.ArchiveLists.FreetextCountProvider
  • SuperOffice.CRM.ArchiveLists.FreetextDocumentResultProvider
  • SuperOffice.CRM.ArchiveLists.FreetextMatchCalculator
  • SuperOffice.CRM.ArchiveLists.FreetextPersonResultProvider
  • SuperOffice.CRM.ArchiveLists.FreetextProjectResultProvider
  • SuperOffice.CRM.ArchiveLists.FreetextResultProviderBase<RootExtender, OwnerTableInfo>
  • SuperOffice.CRM.ArchiveLists.FreetextSaleResultProvider
  • SuperOffice.CRM.ArchiveLists.FreetextSelectionResultProvider
  • SuperOffice.CRM.ArchiveLists.FreetextTicketResultProvider
  • SuperOffice.CRM.ArchiveLists.GenericTargetSelectionMemberExtender
  • SuperOffice.CRM.ArchiveLists.GuideExtenderBase<Info>
  • SuperOffice.CRM.ArchiveLists.HasConsentExtender
  • SuperOffice.CRM.ArchiveLists.HierarchyExtenderBase
  • SuperOffice.CRM.ArchiveLists.HtmlTextExtenderBase
  • SuperOffice.CRM.ArchiveLists.IArchiveActivityLinksProvider
  • SuperOffice.CRM.ArchiveLists.IArchiveCombinedContactPersonProvider
  • SuperOffice.CRM.ArchiveLists.IArchiveControlEventHandler
  • SuperOffice.CRM.ArchiveLists.IArchiveDynamicExtender
  • SuperOffice.CRM.ArchiveLists.IArchiveExtender
  • SuperOffice.CRM.ArchiveLists.IArchiveFindAppointmentProvider
  • SuperOffice.CRM.ArchiveLists.IArchiveFindContactProvider
  • SuperOffice.CRM.ArchiveLists.IArchiveFindDocumentProvider
  • SuperOffice.CRM.ArchiveLists.IArchiveFindProjectProvider
  • SuperOffice.CRM.ArchiveLists.IArchiveFindProviderBase<TypedRow>
  • SuperOffice.CRM.ArchiveLists.IArchiveFindSaleProvider
  • SuperOffice.CRM.ArchiveLists.IArchiveFindSelection
  • SuperOffice.CRM.ArchiveLists.IArchiveInvitationProvider
  • SuperOffice.CRM.ArchiveLists.IArchiveLinksProvider
  • SuperOffice.CRM.ArchiveLists.IArchiveMultiQueryProvider
  • SuperOffice.CRM.ArchiveLists.IArchiveProvider
  • SuperOffice.CRM.ArchiveLists.IArchiveProviderDoesExtend
  • SuperOffice.CRM.ArchiveLists.IArchiveProviderDynamicExtend
  • SuperOffice.CRM.ArchiveLists.IArchiveProviderExtenderAccept
  • SuperOffice.CRM.ArchiveLists.IArchiveProviderExtensible
  • SuperOffice.CRM.ArchiveLists.IArchiveProviderHasColumns
  • SuperOffice.CRM.ArchiveLists.IArchiveProviderHasEntities
  • SuperOffice.CRM.ArchiveLists.IArchiveProviderHasRows
  • SuperOffice.CRM.ArchiveLists.IArchiveProviderQueryMapping
  • SuperOffice.CRM.ArchiveLists.IArchiveQueryProvider
  • SuperOffice.CRM.ArchiveLists.IArchiveTypedProvider<StronglyTypedRow>
  • SuperOffice.CRM.ArchiveLists.IArchiveTypedProviderBase
  • SuperOffice.CRM.ArchiveLists.InMemoryProviderBase<RowType>
  • SuperOffice.CRM.ArchiveLists.InternalUsersProvider
  • SuperOffice.CRM.ArchiveLists.InvitationExtenderBase
  • SuperOffice.CRM.ArchiveLists.InvitationProvider
  • SuperOffice.CRM.ArchiveLists.InvitationProviderCombiner
  • SuperOffice.CRM.ArchiveLists.InvitationStatusIconHelper
  • SuperOffice.CRM.ArchiveLists.InvitationSubProviderBase<MainExtender>
  • SuperOffice.CRM.ArchiveLists.IRestrictionStorage
  • SuperOffice.CRM.ArchiveLists.IRestrictionStorageMappingConfiguration
  • SuperOffice.CRM.ArchiveLists.IRowNavigationHint
  • SuperOffice.CRM.ArchiveLists.Joiners.AppointmentAgendaTextExtender
  • SuperOffice.CRM.ArchiveLists.Joiners.AppointmentEmailExtender
  • SuperOffice.CRM.ArchiveLists.Joiners.AppointmentExtraFieldExtender
  • SuperOffice.CRM.ArchiveLists.Joiners.AppointmentInternalNotesTextExtender
  • SuperOffice.CRM.ArchiveLists.Joiners.AppointmentInvitedPersonExtender
  • SuperOffice.CRM.ArchiveLists.Joiners.AppointmentTextConversionExtender
  • SuperOffice.CRM.ArchiveLists.Joiners.AppointmentTitleTextExtender
  • SuperOffice.CRM.ArchiveLists.Joiners.ContactExtraFieldExtender
  • SuperOffice.CRM.ArchiveLists.Joiners.CustomObjectExtraFieldExtender
  • SuperOffice.CRM.ArchiveLists.Joiners.EjCategoryExtraFieldExtender
  • SuperOffice.CRM.ArchiveLists.Joiners.EjUserExtraFieldExtender
  • SuperOffice.CRM.ArchiveLists.Joiners.PersonSourceContactRelationExtender
  • SuperOffice.CRM.ArchiveLists.Joiners.PersonSourcePersonRelationExtender
  • SuperOffice.CRM.ArchiveLists.Joiners.PersonTargetContactRelationExtender
  • SuperOffice.CRM.ArchiveLists.Joiners.PersonTargetPersonRelationExtender
  • SuperOffice.CRM.ArchiveLists.Joiners.ProjectExtraFieldExtender
  • SuperOffice.CRM.ArchiveLists.Joiners.SaleExtraFieldExtender
  • SuperOffice.CRM.ArchiveLists.Joiners.TicketContactExtender
  • SuperOffice.CRM.ArchiveLists.Joiners.TicketExtraFieldExtender
  • SuperOffice.CRM.ArchiveLists.Joiners.TicketMessageExtraFieldExtender
  • SuperOffice.CRM.ArchiveLists.Joiners.TicketProjectExtender
  • SuperOffice.CRM.ArchiveLists.Joiners.TicketSaleExtender
  • SuperOffice.CRM.ArchiveLists.LastTicketsProvider
  • SuperOffice.CRM.ArchiveLists.LegalBaseExtender
  • SuperOffice.CRM.ArchiveLists.LinksAppointmentByDestinationExtender
  • SuperOffice.CRM.ArchiveLists.LinksAppointmentByDestinationProvider
  • SuperOffice.CRM.ArchiveLists.LinksAppointmentBySourceLeftExtender
  • SuperOffice.CRM.ArchiveLists.LinksAppointmentBySourceLeftProvider
  • SuperOffice.CRM.ArchiveLists.LinksAppointmentBySourceRightExtender
  • SuperOffice.CRM.ArchiveLists.LinksAppointmentBySourceRightProvider
  • SuperOffice.CRM.ArchiveLists.LinksAppointmentProvider
  • SuperOffice.CRM.ArchiveLists.LinksByDestinationProviderBase<MainExtenderType>
  • SuperOffice.CRM.ArchiveLists.LinksBySourceProviderBase<MainExtenderType>
  • SuperOffice.CRM.ArchiveLists.LinksBySourceProviderLeftBase<MainExtenderType>
  • SuperOffice.CRM.ArchiveLists.LinksBySourceProviderRightBase<MainExtenderType>
  • SuperOffice.CRM.ArchiveLists.LinksContactByDestinationExtender
  • SuperOffice.CRM.ArchiveLists.LinksContactByDestinationProvider
  • SuperOffice.CRM.ArchiveLists.LinksContactBySourceLeftExtender
  • SuperOffice.CRM.ArchiveLists.LinksContactBySourceLeftProvider
  • SuperOffice.CRM.ArchiveLists.LinksContactBySourceRightExtender
  • SuperOffice.CRM.ArchiveLists.LinksContactBySourceRightProvider
  • SuperOffice.CRM.ArchiveLists.LinksContactProvider
  • SuperOffice.CRM.ArchiveLists.LinksDocumentByDestinationExtender
  • SuperOffice.CRM.ArchiveLists.LinksDocumentByDestinationProvider
  • SuperOffice.CRM.ArchiveLists.LinksDocumentBySourceLeftExtender
  • SuperOffice.CRM.ArchiveLists.LinksDocumentBySourceLeftProvider
  • SuperOffice.CRM.ArchiveLists.LinksDocumentBySourceRightExtender
  • SuperOffice.CRM.ArchiveLists.LinksDocumentBySourceRightProvider
  • SuperOffice.CRM.ArchiveLists.LinksDocumentProvider
  • SuperOffice.CRM.ArchiveLists.LinksPersonByDestinationExtender
  • SuperOffice.CRM.ArchiveLists.LinksPersonByDestinationProvider
  • SuperOffice.CRM.ArchiveLists.LinksPersonBySourceLeftExtender
  • SuperOffice.CRM.ArchiveLists.LinksPersonBySourceLeftProvider
  • SuperOffice.CRM.ArchiveLists.LinksPersonBySourceRightExtender
  • SuperOffice.CRM.ArchiveLists.LinksPersonBySourceRightProvider
  • SuperOffice.CRM.ArchiveLists.LinksPersonProvider
  • SuperOffice.CRM.ArchiveLists.LinksProjectByDestinationExtender
  • SuperOffice.CRM.ArchiveLists.LinksProjectByDestinationProvider
  • SuperOffice.CRM.ArchiveLists.LinksProjectBySourceLeftExtender
  • SuperOffice.CRM.ArchiveLists.LinksProjectBySourceLeftProvider
  • SuperOffice.CRM.ArchiveLists.LinksProjectBySourceRightExtender
  • SuperOffice.CRM.ArchiveLists.LinksProjectBySourceRightProvider
  • SuperOffice.CRM.ArchiveLists.LinksProjectProvider
  • SuperOffice.CRM.ArchiveLists.LinksProvider
  • SuperOffice.CRM.ArchiveLists.LinksProviderBase<BySourceLeftProvider, BySourceRightProvider, ByDestinationProvider>
  • SuperOffice.CRM.ArchiveLists.LinksSaleByDestinationExtender
  • SuperOffice.CRM.ArchiveLists.LinksSaleByDestinationProvider
  • SuperOffice.CRM.ArchiveLists.LinksSaleBySourceLeftExtender
  • SuperOffice.CRM.ArchiveLists.LinksSaleBySourceLeftProvider
  • SuperOffice.CRM.ArchiveLists.LinksSaleBySourceRightExtender
  • SuperOffice.CRM.ArchiveLists.LinksSaleBySourceRightProvider
  • SuperOffice.CRM.ArchiveLists.LinksSaleProvider
  • SuperOffice.CRM.ArchiveLists.LinksSelectionByDestinationExtender
  • SuperOffice.CRM.ArchiveLists.LinksSelectionByDestinationProvider
  • SuperOffice.CRM.ArchiveLists.LinksSelectionBySourceLeftExtender
  • SuperOffice.CRM.ArchiveLists.LinksSelectionBySourceLeftProvider
  • SuperOffice.CRM.ArchiveLists.LinksSelectionBySourceRightExtender
  • SuperOffice.CRM.ArchiveLists.LinksSelectionBySourceRightProvider
  • SuperOffice.CRM.ArchiveLists.LinksSelectionProvider
  • SuperOffice.CRM.ArchiveLists.LinksURLByDestinationExtender
  • SuperOffice.CRM.ArchiveLists.LinksURLByDestinationProvider
  • SuperOffice.CRM.ArchiveLists.LinksURLBySourceLeftExtender
  • SuperOffice.CRM.ArchiveLists.LinksURLBySourceLeftProvider
  • SuperOffice.CRM.ArchiveLists.LinksURLBySourceRightExtender
  • SuperOffice.CRM.ArchiveLists.LinksURLBySourceRightProvider
  • SuperOffice.CRM.ArchiveLists.LinksURLProvider
  • SuperOffice.CRM.ArchiveLists.ListItemsProvider
  • SuperOffice.CRM.ArchiveLists.MailFolderProvider
  • SuperOffice.CRM.ArchiveLists.MailingAddrContactExtender
  • SuperOffice.CRM.ArchiveLists.MailingAddrPersonExtender
  • SuperOffice.CRM.ArchiveLists.MailingAssociateExtender
  • SuperOffice.CRM.ArchiveLists.MailingFavouritesProvider
  • SuperOffice.CRM.ArchiveLists.MailingMailingAddrExtender
  • SuperOffice.CRM.ArchiveLists.MailingProjectExtender
  • SuperOffice.CRM.ArchiveLists.MailingsAddrExtenderBase
  • SuperOffice.CRM.ArchiveLists.MailingsExtenderBase
  • SuperOffice.CRM.ArchiveLists.MailingsMailingsExtender
  • SuperOffice.CRM.ArchiveLists.MailingsProviderBase
  • SuperOffice.CRM.ArchiveLists.MailingsSelectionMemberExtender
  • SuperOffice.CRM.ArchiveLists.MailItemProvider
  • SuperOffice.CRM.ArchiveLists.MappedPreferenceProvider
  • SuperOffice.CRM.ArchiveLists.MemberProvider<RootExtender>
  • SuperOffice.CRM.ArchiveLists.ModuleLicenceExtenderBase
  • SuperOffice.CRM.ArchiveLists.ModuleLicenceModuleLicenseExtender
  • SuperOffice.CRM.ArchiveLists.MultiCultureFieldInfo
  • SuperOffice.CRM.ArchiveLists.MultiQueryProviderBase
  • SuperOffice.CRM.ArchiveLists.MultiQueryProviderBaseWithRestrictionGroups
  • SuperOffice.CRM.ArchiveLists.NewCategoryMembersProvider
  • SuperOffice.CRM.ArchiveLists.NotificationNotificationExtender<Info>
  • SuperOffice.CRM.ArchiveLists.NotificationProvider
  • SuperOffice.CRM.ArchiveLists.NumbersExtenderBase
  • SuperOffice.CRM.ArchiveLists.NumbersNumbersExtender
  • SuperOffice.CRM.ArchiveLists.NumbersProviderBase
  • SuperOffice.CRM.ArchiveLists.NumbersUpdatedAssociateExtender
  • SuperOffice.CRM.ArchiveLists.OperatorProvider
  • SuperOffice.CRM.ArchiveLists.OrderByStorage
  • SuperOffice.CRM.ArchiveLists.OtherUsersProvider
  • SuperOffice.CRM.ArchiveLists.OwnerContactsProvider
  • SuperOffice.CRM.ArchiveLists.ParseError
  • SuperOffice.CRM.ArchiveLists.ParseErrors
  • SuperOffice.CRM.ArchiveLists.ParseNode
  • SuperOffice.CRM.ArchiveLists.Parser
  • SuperOffice.CRM.ArchiveLists.Parsers
  • SuperOffice.CRM.ArchiveLists.ParseTree
  • SuperOffice.CRM.ArchiveLists.ParticipantsAssociateProvider
  • SuperOffice.CRM.ArchiveLists.ParticipantsExternalPersonProvider
  • SuperOffice.CRM.ArchiveLists.ParticipantsProvider
  • SuperOffice.CRM.ArchiveLists.ParticipantsResourceProvider
  • SuperOffice.CRM.ArchiveLists.ParticipantsSubProviderBase
  • SuperOffice.CRM.ArchiveLists.ParticipantsWithConflictRemovalProvider
  • SuperOffice.CRM.ArchiveLists.PersonActivityArchiveProvider
  • SuperOffice.CRM.ArchiveLists.PersonAddressExtender
  • SuperOffice.CRM.ArchiveLists.PersonAnyPhoneExtender
  • SuperOffice.CRM.ArchiveLists.PersonAppointmentExtender
  • SuperOffice.CRM.ArchiveLists.PersonAssociateExtender
  • SuperOffice.CRM.ArchiveLists.PersonChatSessionExtender
  • SuperOffice.CRM.ArchiveLists.PersonContactExtender
  • SuperOffice.CRM.ArchiveLists.PersonContactExtenderHelper
  • SuperOffice.CRM.ArchiveLists.PersonContactPostalAddressExtender
  • SuperOffice.CRM.ArchiveLists.PersonCorrespondingAssociateExtender
  • SuperOffice.CRM.ArchiveLists.PersonDirectFaxExtender
  • SuperOffice.CRM.ArchiveLists.PersonDirectPhoneExtender
  • SuperOffice.CRM.ArchiveLists.PersonEmailExtender
  • SuperOffice.CRM.ArchiveLists.PersonExtenderBase
  • SuperOffice.CRM.ArchiveLists.PersonExtraFieldExtender
  • SuperOffice.CRM.ArchiveLists.PersonFavouritesProvider
  • SuperOffice.CRM.ArchiveLists.PersonFormSubmissionExtender
  • SuperOffice.CRM.ArchiveLists.PersonInfoTextExtender
  • SuperOffice.CRM.ArchiveLists.PersonInterestExtender
  • SuperOffice.CRM.ArchiveLists.PersonLinkExtender
  • SuperOffice.CRM.ArchiveLists.PersonMobilePhoneExtender
  • SuperOffice.CRM.ArchiveLists.PersonPagerPhoneExtender
  • SuperOffice.CRM.ArchiveLists.PersonPersonExtender
  • SuperOffice.CRM.ArchiveLists.PersonPhoneExtenderBase
  • SuperOffice.CRM.ArchiveLists.PersonPrivatePhoneExtender
  • SuperOffice.CRM.ArchiveLists.PersonProjectsExtender
  • SuperOffice.CRM.ArchiveLists.PersonProjectsFindExtender
  • SuperOffice.CRM.ArchiveLists.PersonProjectsProvider
  • SuperOffice.CRM.ArchiveLists.PersonProvider
  • SuperOffice.CRM.ArchiveLists.PersonRelation
  • SuperOffice.CRM.ArchiveLists.PersonRequestExtender
  • SuperOffice.CRM.ArchiveLists.PersonSaintExtender
  • SuperOffice.CRM.ArchiveLists.PersonSaleExtender
  • SuperOffice.CRM.ArchiveLists.PersonShipmentLinkClickExtender
  • SuperOffice.CRM.ArchiveLists.PersonStaticSelectionMemberExtender
  • SuperOffice.CRM.ArchiveLists.PersonUdefExtender
  • SuperOffice.CRM.ArchiveLists.PersonUrlExtender
  • SuperOffice.CRM.ArchiveLists.PersonWorkflowInstanceExtender
  • SuperOffice.CRM.ArchiveLists.PhaseOneQueryCacher
  • SuperOffice.CRM.ArchiveLists.PhoneExtenderBase
  • SuperOffice.CRM.ArchiveLists.PriceListExtenderBase
  • SuperOffice.CRM.ArchiveLists.PricelistPricelistExtender
  • SuperOffice.CRM.ArchiveLists.PriceListProvider
  • SuperOffice.CRM.ArchiveLists.ProductExtenderBase
  • SuperOffice.CRM.ArchiveLists.ProductPriceListExtender
  • SuperOffice.CRM.ArchiveLists.ProductProductExtender
  • SuperOffice.CRM.ArchiveLists.ProductProvider
  • SuperOffice.CRM.ArchiveLists.ProjectActivityArchiveProvider
  • SuperOffice.CRM.ArchiveLists.ProjectAppointmentExtender
  • SuperOffice.CRM.ArchiveLists.ProjectAssociateExtender
  • SuperOffice.CRM.ArchiveLists.ProjectContactExtender
  • SuperOffice.CRM.ArchiveLists.ProjectDocumentExtender
  • SuperOffice.CRM.ArchiveLists.ProjectExtenderBase
  • SuperOffice.CRM.ArchiveLists.ProjectExternalEventExtender
  • SuperOffice.CRM.ArchiveLists.ProjectFavouritesProvider
  • SuperOffice.CRM.ArchiveLists.ProjectGuideAppointmentProvider
  • SuperOffice.CRM.ArchiveLists.ProjectGuideDocumentProvider
  • SuperOffice.CRM.ArchiveLists.ProjectGuideProvider
  • SuperOffice.CRM.ArchiveLists.ProjectGuideSubProviderBase<RootExtender>
  • SuperOffice.CRM.ArchiveLists.ProjectInfoTextExtender
  • SuperOffice.CRM.ArchiveLists.ProjectLinkExtender
  • SuperOffice.CRM.ArchiveLists.ProjectMemberAssociateProvider
  • SuperOffice.CRM.ArchiveLists.ProjectMemberContactExtender
  • SuperOffice.CRM.ArchiveLists.ProjectMemberExtenderBase
  • SuperOffice.CRM.ArchiveLists.ProjectMemberInfoTextExtender
  • SuperOffice.CRM.ArchiveLists.ProjectMemberPersonExtender
  • SuperOffice.CRM.ArchiveLists.ProjectMemberProjectExtender
  • SuperOffice.CRM.ArchiveLists.ProjectMemberProjectMemberExtender
  • SuperOffice.CRM.ArchiveLists.ProjectMemberProvider
  • SuperOffice.CRM.ArchiveLists.ProjectPersonExtender
  • SuperOffice.CRM.ArchiveLists.ProjectProjectExtender
  • SuperOffice.CRM.ArchiveLists.ProjectProjectMemberExtender
  • SuperOffice.CRM.ArchiveLists.ProjectPublishExtender
  • SuperOffice.CRM.ArchiveLists.ProjectSaintExtender
  • SuperOffice.CRM.ArchiveLists.ProjectSaleExtender
  • SuperOffice.CRM.ArchiveLists.ProjectSuggestedAppointmentExtender
  • SuperOffice.CRM.ArchiveLists.ProjectSuggestedDocumentExtender
  • SuperOffice.CRM.ArchiveLists.ProjectUdefExtender
  • SuperOffice.CRM.ArchiveLists.ProjectUrlExtender
  • SuperOffice.CRM.ArchiveLists.ProviderFlags
  • SuperOffice.CRM.ArchiveLists.ProviderToReaderWrapper
  • SuperOffice.CRM.ArchiveLists.PrSmProjectExtender
  • SuperOffice.CRM.ArchiveLists.PublishExtenderBase
  • SuperOffice.CRM.ArchiveLists.QueryProviderBase<RowType>
  • SuperOffice.CRM.ArchiveLists.QuoteAlternativeExtenderBase
  • SuperOffice.CRM.ArchiveLists.QuoteAlternativeQuoteLineExtender
  • SuperOffice.CRM.ArchiveLists.QuoteAlternativeQuoteVersionExtender
  • SuperOffice.CRM.ArchiveLists.QuoteApprovalProvider
  • SuperOffice.CRM.ArchiveLists.QuoteConnectionErpConnectionExtender
  • SuperOffice.CRM.ArchiveLists.QuoteConnectionExtender
  • SuperOffice.CRM.ArchiveLists.QuoteConnectionExtenderBase
  • SuperOffice.CRM.ArchiveLists.QuoteConnectionProvider
  • SuperOffice.CRM.ArchiveLists.QuoteConnectorProvider
  • SuperOffice.CRM.ArchiveLists.QuoteExtenderBase
  • SuperOffice.CRM.ArchiveLists.QuoteLineExtenderBase
  • SuperOffice.CRM.ArchiveLists.QuoteLineProvider
  • SuperOffice.CRM.ArchiveLists.QuoteLineQuoteAlternativeExtender
  • SuperOffice.CRM.ArchiveLists.QuoteLineQuoteLineExtender
  • SuperOffice.CRM.ArchiveLists.QuoteQuoteConnectionExtender
  • SuperOffice.CRM.ArchiveLists.QuoteQuoteVersionExtender
  • SuperOffice.CRM.ArchiveLists.QuoteSaleExtender
  • SuperOffice.CRM.ArchiveLists.QuoteVersionAttachmentDocumentExtender
  • SuperOffice.CRM.ArchiveLists.QuoteVersionAttachmentProvider
  • SuperOffice.CRM.ArchiveLists.QuoteVersionExtenderBase
  • SuperOffice.CRM.ArchiveLists.QuoteVersionQuoteAlternativeExtender
  • SuperOffice.CRM.ArchiveLists.QuoteVersionQuoteExtender
  • SuperOffice.CRM.ArchiveLists.RecipientFavouritesProvider
  • SuperOffice.CRM.ArchiveLists.RecordTypeProvider
  • SuperOffice.CRM.ArchiveLists.RecursionInfo
  • SuperOffice.CRM.ArchiveLists.RecycleContactExtender
  • SuperOffice.CRM.ArchiveLists.RecycleContactsProvider
  • SuperOffice.CRM.ArchiveLists.RecyclePersonExtender
  • SuperOffice.CRM.ArchiveLists.RecyclePersonProvider
  • SuperOffice.CRM.ArchiveLists.RecycleTicketExtender
  • SuperOffice.CRM.ArchiveLists.RecycleTicketProvider
  • SuperOffice.CRM.ArchiveLists.RejectedInvitationExtender
  • SuperOffice.CRM.ArchiveLists.RejectedInvitationProvider
  • SuperOffice.CRM.ArchiveLists.RelationAssociateExtender
  • SuperOffice.CRM.ArchiveLists.RelationCCProvider
  • SuperOffice.CRM.ArchiveLists.RelationContactExtenderBase
  • SuperOffice.CRM.ArchiveLists.RelationCPProvider
  • SuperOffice.CRM.ArchiveLists.RelationPCProvider
  • SuperOffice.CRM.ArchiveLists.RelationPersonExtenderBase
  • SuperOffice.CRM.ArchiveLists.RelationPPProvider
  • SuperOffice.CRM.ArchiveLists.RelationProvider
  • SuperOffice.CRM.ArchiveLists.RelationQueryProviderBase<SourceExtenderType, TargetExtenderType>
  • SuperOffice.CRM.ArchiveLists.RelationSourceContactExtender
  • SuperOffice.CRM.ArchiveLists.RelationSourcePersonExtender
  • SuperOffice.CRM.ArchiveLists.RelationTargetContactExtender
  • SuperOffice.CRM.ArchiveLists.RelationTargetPersonExtender
  • SuperOffice.CRM.ArchiveLists.ReportCriteriaHelper
  • SuperOffice.CRM.ArchiveLists.ReportLabelLayoutProvider
  • SuperOffice.CRM.ArchiveLists.ReportProvider
  • SuperOffice.CRM.ArchiveLists.ReportsExtenderBase
  • SuperOffice.CRM.ArchiveLists.ReportsProviderBase
  • SuperOffice.CRM.ArchiveLists.ReportsReportsExtender
  • SuperOffice.CRM.ArchiveLists.RequestNotificationProvider
  • SuperOffice.CRM.ArchiveLists.RestrictionColumnsProvider
  • SuperOffice.CRM.ArchiveLists.RestrictionCriteriaStorage
  • SuperOffice.CRM.ArchiveLists.RestrictionExpansionHolder
  • SuperOffice.CRM.ArchiveLists.RestrictionHelper
  • SuperOffice.CRM.ArchiveLists.RestrictionOperations
  • SuperOffice.CRM.ArchiveLists.RestrictionParsingHelper
  • SuperOffice.CRM.ArchiveLists.RestrictionReporterStorage
  • SuperOffice.CRM.ArchiveLists.RestrictionStorageBase
  • SuperOffice.CRM.ArchiveLists.RestrictionStorageFactory
  • SuperOffice.CRM.ArchiveLists.RestrictionStoragePluginAttribute
  • SuperOffice.CRM.ArchiveLists.RestrictionStorageSentryAttribute
  • SuperOffice.CRM.ArchiveLists.ReturnFields.FindContactReturnFieldsCalculator
  • SuperOffice.CRM.ArchiveLists.ReturnFields.FreetextAppointmentReturnFieldsCalculator
  • SuperOffice.CRM.ArchiveLists.ReturnFields.FreetextContactReturnFieldsCalculator
  • SuperOffice.CRM.ArchiveLists.ReturnFields.FreetextDocumentReturnFieldsCalculator
  • SuperOffice.CRM.ArchiveLists.ReturnFields.FreetextPersontReturnFieldsCalculator
  • SuperOffice.CRM.ArchiveLists.ReturnFields.FreetextProjectReturnFieldsCalculator
  • SuperOffice.CRM.ArchiveLists.ReturnFields.FreetextSaleReturnFieldsCalculator
  • SuperOffice.CRM.ArchiveLists.ReturnFields.FreetextSelectionReturnFieldsCalculator
  • SuperOffice.CRM.ArchiveLists.ReturnFieldsCalculator
  • SuperOffice.CRM.ArchiveLists.ReturnFieldsCalculatorAttribute
  • SuperOffice.CRM.ArchiveLists.ReturnFieldsCalculatorBase
  • SuperOffice.CRM.ArchiveLists.RoleExtenderBase
  • SuperOffice.CRM.ArchiveLists.RoleProvider
  • SuperOffice.CRM.ArchiveLists.RoleRoleExtender
  • SuperOffice.CRM.ArchiveLists.RowActionItemInfo
  • SuperOffice.CRM.ArchiveLists.RowInfo
  • SuperOffice.CRM.ArchiveLists.SaintActivityTypeProvider
  • SuperOffice.CRM.ArchiveLists.SaintAmountClassProvider
  • SuperOffice.CRM.ArchiveLists.SaintContactProviderWithRestrictionGroupSupport
  • SuperOffice.CRM.ArchiveLists.SaintDirectionProvider
  • SuperOffice.CRM.ArchiveLists.SaintIntentionProvider
  • SuperOffice.CRM.ArchiveLists.SaintPersonProviderWithRestrictionGroupSupport
  • SuperOffice.CRM.ArchiveLists.SaintProjectProviderWithRestrictionGroupSupport
  • SuperOffice.CRM.ArchiveLists.SaintProviderWithRestrictionGroupSupport
  • SuperOffice.CRM.ArchiveLists.SaintRestrictionExtenderBase
  • SuperOffice.CRM.ArchiveLists.SaintSaleStatusProvider
  • SuperOffice.CRM.ArchiveLists.SaintTicketCategoryProvider
  • SuperOffice.CRM.ArchiveLists.SaintTicketStatusProvider
  • SuperOffice.CRM.ArchiveLists.SaleActivityArchiveProvider
  • SuperOffice.CRM.ArchiveLists.SaleAppointmentExtender
  • SuperOffice.CRM.ArchiveLists.SaleAssociateExtender
  • SuperOffice.CRM.ArchiveLists.SaleContactExtender
  • SuperOffice.CRM.ArchiveLists.SaleDiaryProvider
  • SuperOffice.CRM.ArchiveLists.SaleDocumentExtender
  • SuperOffice.CRM.ArchiveLists.SaleExtenderBase
  • SuperOffice.CRM.ArchiveLists.SaleFavouritesProvider
  • SuperOffice.CRM.ArchiveLists.SaleFilteredProvider
  • SuperOffice.CRM.ArchiveLists.SaleFilteredWithStakeholderProvider
  • SuperOffice.CRM.ArchiveLists.SaleGuideAppointmentProvider
  • SuperOffice.CRM.ArchiveLists.SaleGuideDocumentProvider
  • SuperOffice.CRM.ArchiveLists.SaleGuideProvider
  • SuperOffice.CRM.ArchiveLists.SaleGuideSubProviderBase<RootExtender>
  • SuperOffice.CRM.ArchiveLists.SaleHistoryAssociateExtender
  • SuperOffice.CRM.ArchiveLists.SaleHistoryContactExtender
  • SuperOffice.CRM.ArchiveLists.SaleHistoryPersonExtender
  • SuperOffice.CRM.ArchiveLists.SaleHistoryProjectExtender
  • SuperOffice.CRM.ArchiveLists.SaleHistoryProvider
  • SuperOffice.CRM.ArchiveLists.SaleHistorySaleHistoryExtender
  • SuperOffice.CRM.ArchiveLists.SaleHistoryVisibleForExtender
  • SuperOffice.CRM.ArchiveLists.SalePersonExtender
  • SuperOffice.CRM.ArchiveLists.SaleProjectExtender
  • SuperOffice.CRM.ArchiveLists.SaleProvider
  • SuperOffice.CRM.ArchiveLists.SalePublishExtender
  • SuperOffice.CRM.ArchiveLists.SaleQuoteExtender
  • SuperOffice.CRM.ArchiveLists.SaleSaintExtender
  • SuperOffice.CRM.ArchiveLists.SaleSaleExtender
  • SuperOffice.CRM.ArchiveLists.SaleSaleStakeholderExtension
  • SuperOffice.CRM.ArchiveLists.SaleStakeholderContactExtender
  • SuperOffice.CRM.ArchiveLists.SaleStakeholderExtenderBase
  • SuperOffice.CRM.ArchiveLists.SaleStakeholderPersonExtender
  • SuperOffice.CRM.ArchiveLists.SaleStakeholderProvider
  • SuperOffice.CRM.ArchiveLists.SaleStakeholderSaleStakeholderExtender
  • SuperOffice.CRM.ArchiveLists.SaleSuggestedAppointmentExtender
  • SuperOffice.CRM.ArchiveLists.SaleSuggestedDocumentExtender
  • SuperOffice.CRM.ArchiveLists.SaleTextExtender
  • SuperOffice.CRM.ArchiveLists.SaleTypeQuoteAttachmentDocumentExtender
  • SuperOffice.CRM.ArchiveLists.SaleTypeQuoteAttachmentExtenderBase
  • SuperOffice.CRM.ArchiveLists.SaleTypeQuoteAttachmentProvider
  • SuperOffice.CRM.ArchiveLists.SaleTypeQuoteAttachmentSaleTypeQuoteAttachmentExtender
  • SuperOffice.CRM.ArchiveLists.SaleUdefExtender
  • SuperOffice.CRM.ArchiveLists.SaleVisibleForExtender
  • SuperOffice.CRM.ArchiveLists.SaSmSaleExtender
  • SuperOffice.CRM.ArchiveLists.SavedReportsProvider
  • SuperOffice.CRM.ArchiveLists.Scanner
  • SuperOffice.CRM.ArchiveLists.SelecteionAssociateExtender
  • SuperOffice.CRM.ArchiveLists.SelectionAddMembersProvider
  • SuperOffice.CRM.ArchiveLists.SelectionAddStaticContactMemberExtender
  • SuperOffice.CRM.ArchiveLists.SelectionCombinedContactPersonExtenderBase
  • SuperOffice.CRM.ArchiveLists.SelectionCombinedContactProviderBase<Extender>
  • SuperOffice.CRM.ArchiveLists.SelectionCombinedProvider
  • SuperOffice.CRM.ArchiveLists.SelectionContactExtenderBase
  • SuperOffice.CRM.ArchiveLists.SelectionContactPersonExtender
  • SuperOffice.CRM.ArchiveLists.SelectionDynamicContactExtender
  • SuperOffice.CRM.ArchiveLists.SelectionDynamicContactProvider
  • SuperOffice.CRM.ArchiveLists.SelectionDynamicProvider
  • SuperOffice.CRM.ArchiveLists.SelectionExtenderBase
  • SuperOffice.CRM.ArchiveLists.SelectionFavouritesProvider
  • SuperOffice.CRM.ArchiveLists.SelectionInfoTextExtender
  • SuperOffice.CRM.ArchiveLists.SelectionLastUsageHelper
  • SuperOffice.CRM.ArchiveLists.SelectionLinkExtender
  • SuperOffice.CRM.ArchiveLists.SelectionMemberAppointmentExtender
  • SuperOffice.CRM.ArchiveLists.SelectionMemberDocumentExtender
  • SuperOffice.CRM.ArchiveLists.SelectionMemberExtenderBase
  • SuperOffice.CRM.ArchiveLists.SelectionMemberProjectExtender
  • SuperOffice.CRM.ArchiveLists.SelectionMemberSaleExtender
  • SuperOffice.CRM.ArchiveLists.SelectionMemberStaticProvider
  • SuperOffice.CRM.ArchiveLists.SelectionPersonExtenderBase
  • SuperOffice.CRM.ArchiveLists.SelectionProvider
  • SuperOffice.CRM.ArchiveLists.SelectionSelectionExtender
  • SuperOffice.CRM.ArchiveLists.SelectionStaticContactExtender
  • SuperOffice.CRM.ArchiveLists.SelectionStaticContactProvider
  • SuperOffice.CRM.ArchiveLists.SelectionStaticPersonExtender
  • SuperOffice.CRM.ArchiveLists.SelectionStaticPersonProvider
  • SuperOffice.CRM.ArchiveLists.SelectionStaticProvider
  • SuperOffice.CRM.ArchiveLists.SelectionVisibleForExtender
  • SuperOffice.CRM.ArchiveLists.ShadowSelectionHelper
  • SuperOffice.CRM.ArchiveLists.ShadowSelectionProvider
  • SuperOffice.CRM.ArchiveLists.ShipmentEmailFlowExtender
  • SuperOffice.CRM.ArchiveLists.ShipmentLinkClickExtenderBase
  • SuperOffice.CRM.ArchiveLists.ShipmentMessageEmailFlowExtender
  • SuperOffice.CRM.ArchiveLists.ShipmentMessageExtenderBase
  • SuperOffice.CRM.ArchiveLists.ShipmentMessageShipmentExtender
  • SuperOffice.CRM.ArchiveLists.SimpleAppointmentExtender
  • SuperOffice.CRM.ArchiveLists.SimpleAppointmentsProvider
  • SuperOffice.CRM.ArchiveLists.SimpleChatSessionExtender
  • SuperOffice.CRM.ArchiveLists.SimpleChatSessionsProvider
  • SuperOffice.CRM.ArchiveLists.SimpleContactExtender
  • SuperOffice.CRM.ArchiveLists.SimpleContactsProvider
  • SuperOffice.CRM.ArchiveLists.SimpleDocumentExtender
  • SuperOffice.CRM.ArchiveLists.SimpleDocumentsProvider
  • SuperOffice.CRM.ArchiveLists.SimpleInvitationExtender
  • SuperOffice.CRM.ArchiveLists.SimpleInvitationProvider
  • SuperOffice.CRM.ArchiveLists.SimplePersonExtender
  • SuperOffice.CRM.ArchiveLists.SimplePersonsProvider
  • SuperOffice.CRM.ArchiveLists.SimpleProjectExtender
  • SuperOffice.CRM.ArchiveLists.SimpleProjectsProvider
  • SuperOffice.CRM.ArchiveLists.SimpleSaleExtender
  • SuperOffice.CRM.ArchiveLists.SimpleSalesProvider
  • SuperOffice.CRM.ArchiveLists.SimpleSelectionExtender
  • SuperOffice.CRM.ArchiveLists.SimpleSelectionsProvider
  • SuperOffice.CRM.ArchiveLists.SimpleShipmentProvider
  • SuperOffice.CRM.ArchiveLists.SimpleTicketExtender
  • SuperOffice.CRM.ArchiveLists.SimpleTicketsProvider
  • SuperOffice.CRM.ArchiveLists.SmSmAppointmentExtender
  • SuperOffice.CRM.ArchiveLists.SmSmDocumentExtender
  • SuperOffice.CRM.ArchiveLists.SmSmProjectExtender
  • SuperOffice.CRM.ArchiveLists.SmSmSaleExtender
  • SuperOffice.CRM.ArchiveLists.StaticSelectionMemberBase
  • SuperOffice.CRM.ArchiveLists.StaticSelectionProviderBase<RowType, RootExtender>
  • SuperOffice.CRM.ArchiveLists.SubscriptionExtender
  • SuperOffice.CRM.ArchiveLists.SuggestedAppointmentAppointmentExtender
  • SuperOffice.CRM.ArchiveLists.SuggestedAppointmentExtenderBase
  • SuperOffice.CRM.ArchiveLists.SuggestedDocumentDocumentExtender
  • SuperOffice.CRM.ArchiveLists.SuggestedDocumentExtenderBase
  • SuperOffice.CRM.ArchiveLists.SuperListColumnSizeAssociateExtender
  • SuperOffice.CRM.ArchiveLists.SuperListColumnSizeExtenderBase
  • SuperOffice.CRM.ArchiveLists.SuperListColumnSizeProvider
  • SuperOffice.CRM.ArchiveLists.SuperListColumnSizeSuperListColumnSizeExtender
  • SuperOffice.CRM.ArchiveLists.SystemEventRegisteredAssociateExtender
  • SuperOffice.CRM.ArchiveLists.SystemEventsExtenderBase
  • SuperOffice.CRM.ArchiveLists.SystemEventsProviderBase
  • SuperOffice.CRM.ArchiveLists.SystemEventsSystemEventsExtender
  • SuperOffice.CRM.ArchiveLists.TableExtenderBase<MainTableInfo>
  • SuperOffice.CRM.ArchiveLists.TargetAssignmentValueAssociateExtender
  • SuperOffice.CRM.ArchiveLists.TargetAssignmentValueContactExtender
  • SuperOffice.CRM.ArchiveLists.TargetValueExtenderBase
  • SuperOffice.CRM.ArchiveLists.TargetValueProvider
  • SuperOffice.CRM.ArchiveLists.TargetValueSubProvider
  • SuperOffice.CRM.ArchiveLists.TargetValueTargetValueExtender
  • SuperOffice.CRM.ArchiveLists.TextExtenderBase
  • SuperOffice.CRM.ArchiveLists.TicketActivatedNotificationExtender
  • SuperOffice.CRM.ArchiveLists.TicketActivatedNotificationSubProvider
  • SuperOffice.CRM.ArchiveLists.TicketConnectExtender
  • SuperOffice.CRM.ArchiveLists.TicketCreatedByExtender
  • SuperOffice.CRM.ArchiveLists.TicketCustomersExtender
  • SuperOffice.CRM.ArchiveLists.TicketCustomMessageNotificationExtender
  • SuperOffice.CRM.ArchiveLists.TicketCustomMessageNotificationSubProvider
  • SuperOffice.CRM.ArchiveLists.TicketEjCategoryExtender
  • SuperOffice.CRM.ArchiveLists.TicketEscalatedNotificationExtender
  • SuperOffice.CRM.ArchiveLists.TicketEscalatedNotificationSubProvider
  • SuperOffice.CRM.ArchiveLists.TicketExtenderBase
  • SuperOffice.CRM.ArchiveLists.TicketFavouriteExtender
  • SuperOffice.CRM.ArchiveLists.TicketFavouritesProvider
  • SuperOffice.CRM.ArchiveLists.TicketFavouriteUpdatedNotificationExtender
  • SuperOffice.CRM.ArchiveLists.TicketFavouriteUpdatedNotificationSubProvider
  • SuperOffice.CRM.ArchiveLists.TicketMessageExtenderBase
  • SuperOffice.CRM.ArchiveLists.TicketMessagePersonExtender
  • SuperOffice.CRM.ArchiveLists.TicketMessageProvider
  • SuperOffice.CRM.ArchiveLists.TicketMessageTicketExtender
  • SuperOffice.CRM.ArchiveLists.TicketMessageTicketMessageExtender
  • SuperOffice.CRM.ArchiveLists.TicketNewMessageNotificationExtender
  • SuperOffice.CRM.ArchiveLists.TicketNewMessageNotificationSubProvider
  • SuperOffice.CRM.ArchiveLists.TicketNewNotificationExtender
  • SuperOffice.CRM.ArchiveLists.TicketNewNotificationSubProvider
  • SuperOffice.CRM.ArchiveLists.TicketNotificationExtenderBase
  • SuperOffice.CRM.ArchiveLists.TicketNotificationProvider
  • SuperOffice.CRM.ArchiveLists.TicketOrigCategoryExtender
  • SuperOffice.CRM.ArchiveLists.TicketOwnedByExtender
  • SuperOffice.CRM.ArchiveLists.TicketPersonExtender
  • SuperOffice.CRM.ArchiveLists.TicketPriorityExtenderBase
  • SuperOffice.CRM.ArchiveLists.TicketProvider
  • SuperOffice.CRM.ArchiveLists.TicketSelectionMemberExtender
  • SuperOffice.CRM.ArchiveLists.TicketStatusExtenderBase
  • SuperOffice.CRM.ArchiveLists.TicketTicketExtender
  • SuperOffice.CRM.ArchiveLists.TicketTicketPriorityExtender
  • SuperOffice.CRM.ArchiveLists.TicketTicketStatusExtender
  • SuperOffice.CRM.ArchiveLists.TicketTransferredNotificationExtender
  • SuperOffice.CRM.ArchiveLists.TicketTransferredNotificationSubProvider
  • SuperOffice.CRM.ArchiveLists.TimeZonesProvider
  • SuperOffice.CRM.ArchiveLists.Token
  • SuperOffice.CRM.ArchiveLists.TokenType
  • SuperOffice.CRM.ArchiveLists.TypedInMemoryProviderBase<RowType>
  • SuperOffice.CRM.ArchiveLists.TypedMultiQueryProviderBase<RowType>
  • SuperOffice.CRM.ArchiveLists.TypedProviderHelper<RowType>
  • SuperOffice.CRM.ArchiveLists.TypedQueryProviderBase<RowType, RootExtender>
  • SuperOffice.CRM.ArchiveLists.UdefExtenderBase
  • SuperOffice.CRM.ArchiveLists.UdefRetryState
  • SuperOffice.CRM.ArchiveLists.UnassignedTicketsProvider
  • SuperOffice.CRM.ArchiveLists.UrlExtenderBase
  • SuperOffice.CRM.ArchiveLists.URLLinkExtender
  • SuperOffice.CRM.ArchiveLists.URLURLExtender
  • SuperOffice.CRM.ArchiveLists.UsageStatsExterderBase
  • SuperOffice.CRM.ArchiveLists.UsageStatsProvider
  • SuperOffice.CRM.ArchiveLists.UsageStatsUsageStatsExtender
  • SuperOffice.CRM.ArchiveLists.UserOpenTicketsProvider
  • SuperOffice.CRM.ArchiveLists.UserPreferenceArchiveHelper
  • SuperOffice.CRM.ArchiveLists.UserPreferenceExtenderBase
  • SuperOffice.CRM.ArchiveLists.UserPreferencesProvider
  • SuperOffice.CRM.ArchiveLists.UserPreferenceTableProvider
  • SuperOffice.CRM.ArchiveLists.UserPreferenceUserPreferenceExtender
  • SuperOffice.CRM.ArchiveLists.UsersProviderBase
  • SuperOffice.CRM.ArchiveLists.VisibleColumnsProvider
  • SuperOffice.CRM.ArchiveLists.VisibleForExtenderBase
  • SuperOffice.CRM.ArchiveLists.WebAppUsageAssociateExtender
  • SuperOffice.CRM.ArchiveLists.WebAppUsageExtenderBase
  • SuperOffice.CRM.ArchiveLists.WebAppUsageProvider
  • SuperOffice.CRM.ArchiveLists.WebAppUsageWebAppUsageExtender
  • SuperOffice.CRM.ArchiveLists.WorkflowAssociateExtender
  • SuperOffice.CRM.ArchiveLists.WorkflowExtenderBase
  • SuperOffice.CRM.ArchiveLists.WorkflowInstanceContactExtender
  • SuperOffice.CRM.ArchiveLists.WorkflowInstanceEmailFlowExtender
  • SuperOffice.CRM.ArchiveLists.WorkflowInstanceExtenderBase
  • SuperOffice.CRM.ArchiveLists.WorkflowInstancePersonExtender
  • SuperOffice.CRM.Archives.UserList
  • SuperOffice.CRM.Archives.UserListItem
  • SuperOffice.CRM.Attachment.AttachmentFilesystemPlugin
  • SuperOffice.CRM.Attachment.AttachmentHelper
  • SuperOffice.CRM.Attachment.AttachmentPluginAttribute
  • SuperOffice.CRM.Attachment.AttachmentPluginFactory
  • SuperOffice.CRM.Attachment.IAttachmentPlugin
  • SuperOffice.CRM.BulkUpdate.ActivityLinkJobInfo
  • SuperOffice.CRM.BulkUpdate.BulkUpdateSystem
  • SuperOffice.CRM.BulkUpdate.ControlInfo
  • SuperOffice.CRM.BulkUpdate.FieldValueInfo
  • SuperOffice.CRM.BulkUpdate.OperationInfo
  • SuperOffice.CRM.BulkUpdate.RowResultItem
  • SuperOffice.CRM.Cache.BusinessCache
  • SuperOffice.CRM.Cache.CategoryCache
  • SuperOffice.CRM.Cache.ExtAppCache
  • SuperOffice.CRM.Cache.FavoritesCache
  • SuperOffice.CRM.Cache.HierarchyTreeCache
  • SuperOffice.CRM.Cache.HistoryCache
  • SuperOffice.CRM.Cache.OnlineAppCache
  • SuperOffice.CRM.Cache.PriceListCache
  • SuperOffice.CRM.Cache.ProbCache
  • SuperOffice.CRM.Cache.ProjectStatusCache
  • SuperOffice.CRM.Cache.ProjectTypeCache
  • SuperOffice.CRM.Cache.RedLetterDayCache
  • SuperOffice.CRM.Cache.SaleTypeCache
  • SuperOffice.CRM.Cache.ShipmentTypeCache
  • SuperOffice.CRM.Cache.StatusMonitorCache
  • SuperOffice.CRM.Cache.StatusMonitorInfo
  • SuperOffice.CRM.CS.CsSessionManager
  • SuperOffice.CRM.CustomerServiceUrlResolver
  • SuperOffice.CRM.CustomObject.CustomObjectHelper
  • SuperOffice.CRM.Data.Util.Duplicates.ContactDepartmentDuplicateRulePluginAttribute
  • SuperOffice.CRM.Data.Util.Duplicates.ContactDomainDuplicateRule
  • SuperOffice.CRM.Data.Util.Duplicates.ContactDuplicateRulePluginAttribute
  • SuperOffice.CRM.Data.Util.Duplicates.ContactNameDepartmentDuplicateRule
  • SuperOffice.CRM.Data.Util.Duplicates.ContactNameDuplicateRule
  • SuperOffice.CRM.Data.Util.Duplicates.ContactSoundExDuplicateRule
  • SuperOffice.CRM.Data.Util.Duplicates.DuplicateDetector
  • SuperOffice.CRM.Data.Util.Duplicates.DuplicateEntry
  • SuperOffice.CRM.Data.Util.Duplicates.IContactDepartmentDuplicateRule
  • SuperOffice.CRM.Data.Util.Duplicates.IContactDuplicateRule
  • SuperOffice.CRM.Data.Util.Duplicates.IDuplicateRule
  • SuperOffice.CRM.Data.Util.Duplicates.IProjectDuplicateRule
  • SuperOffice.CRM.Data.Util.Duplicates.ISelectionDuplicateRule
  • SuperOffice.CRM.Data.Util.Duplicates.ProjectDuplicateRulePluginAttribute
  • SuperOffice.CRM.Data.Util.Duplicates.ProjectNameDuplicateRule
  • SuperOffice.CRM.Data.Util.Duplicates.ProjectSoundexDuplicateRule
  • SuperOffice.CRM.Data.Util.Duplicates.SelectionDuplicateRulePluginAttribute
  • SuperOffice.CRM.Data.Util.Duplicates.SelectionNameDuplicateRule
  • SuperOffice.CRM.Data.Util.Duplicates.SelectionSoundexDuplicateRule
  • SuperOffice.CRM.Data.Util.NextAvailableTimeHelper
  • SuperOffice.CRM.Data.Util.NextAvailableTimeInfo
  • SuperOffice.CRM.Entities.AppointmentMatrix
  • SuperOffice.CRM.Entities.BookingManager
  • SuperOffice.CRM.Entities.ConflictDetector
  • SuperOffice.CRM.Entities.ContactInterestHelper
  • SuperOffice.CRM.Entities.EntityRankOrderer
  • SuperOffice.CRM.Entities.InterestHelper
  • SuperOffice.CRM.Entities.MailingStatistics
  • SuperOffice.CRM.Entities.PersonInterestHelper
  • SuperOffice.CRM.Entities.ProgressCallback
  • SuperOffice.CRM.Entities.Providers.AppointmentInfoProvider
  • SuperOffice.CRM.Entities.Providers.Factory.AppointmentInfo2ProviderIdFactory
  • SuperOffice.CRM.Entities.Providers.Factory.AppointmentInfo2ProviderRDBFactory
  • SuperOffice.CRM.Entities.Providers.Factory.AppointmentInfo3ProviderIdFactory
  • SuperOffice.CRM.Entities.Providers.Factory.AppointmentInfo3ProviderRDBFactory
  • SuperOffice.CRM.Entities.Providers.Factory.AppointmentInfoProviderIdFactory
  • SuperOffice.CRM.Entities.Providers.Factory.AppointmentInfoProviderIdFactoryBase
  • SuperOffice.CRM.Entities.Providers.Factory.AppointmentInfoProviderRDBFactory
  • SuperOffice.CRM.Entities.Providers.Factory.AppointmentInfoProviderRDBFactoryBase
  • SuperOffice.CRM.Entities.Providers.Factory.SimpleAppointmentInfo2Factory
  • SuperOffice.CRM.Entities.Providers.Factory.SimpleAppointmentInfoFactory
  • SuperOffice.CRM.Entities.Providers.Factory.SimpleAppointmentInfoFactoryBase
  • SuperOffice.CRM.Entities.Providers.Factory.SimpleAppointmentInfoPopulatorFactory
  • SuperOffice.CRM.Entities.Providers.Factory.SimpleAppointmentInfoPopulatorFactory2
  • SuperOffice.CRM.Entities.Providers.Factory.SimpleAppointmentInfoPopulatorFactoryBase
  • SuperOffice.CRM.Entities.Providers.ISimpleAppointmentInfoPopulator
  • SuperOffice.CRM.Entities.Providers.SimpleAppointmentInfo
  • SuperOffice.CRM.Entities.RecurrenceManager
  • SuperOffice.CRM.Entities.SelectionTypeManager
  • SuperOffice.CRM.Globalization.LanguageIdHelper
  • SuperOffice.CRM.Import.ContactAndPersonImporter
  • SuperOffice.CRM.Import.ContactPersonIdItem
  • SuperOffice.CRM.Import.ContactToDictionaryConverter
  • SuperOffice.CRM.Import.DuplicateHelper
  • SuperOffice.CRM.Import.ImportItem
  • SuperOffice.CRM.Import.ProductDuplicateHelper
  • SuperOffice.CRM.Import.ProductImageImportHelper
  • SuperOffice.CRM.Import.ProductImporter
  • SuperOffice.CRM.Import.ProductToDictionaryConverter
  • SuperOffice.CRM.Import.UdefImportHelper
  • SuperOffice.CRM.Lists.ActiveLanguageProvider
  • SuperOffice.CRM.Lists.ActivityStatusProvider
  • SuperOffice.CRM.Lists.AddressFormatListProvider
  • SuperOffice.CRM.Lists.AdminUdefFieldsProvider
  • SuperOffice.CRM.Lists.AllPreferenceKeysProvider
  • SuperOffice.CRM.Lists.AppointmentCategoryListProvider
  • SuperOffice.CRM.Lists.AppointmentCautionWarningProvider
  • SuperOffice.CRM.Lists.AppointmentCompleted
  • SuperOffice.CRM.Lists.AppointmentFavouriteListProvider
  • SuperOffice.CRM.Lists.AppointmentGroupProvider
  • SuperOffice.CRM.Lists.AppointmentListProvider
  • SuperOffice.CRM.Lists.AppointmentResource
  • SuperOffice.CRM.Lists.AppointmentTypeProvider
  • SuperOffice.CRM.Lists.ArchiveColumnsProviderBase
  • SuperOffice.CRM.Lists.ArchiveProviderList
  • SuperOffice.CRM.Lists.AssociateMDOProvider
  • SuperOffice.CRM.Lists.AssociateMDOProviderBase
  • SuperOffice.CRM.Lists.AssociateMDOProviderType
  • SuperOffice.CRM.Lists.AssociateRestrictionsMDOProvider
  • SuperOffice.CRM.Lists.AssociateRestrictionsMDOProviderBase
  • SuperOffice.CRM.Lists.AssociateTypeListProvider
  • SuperOffice.CRM.Lists.AttachmentListProvider
  • SuperOffice.CRM.Lists.AvailableReportsProvider
  • SuperOffice.CRM.Lists.ChatbotProvider
  • SuperOffice.CRM.Lists.ChatChannelProvider
  • SuperOffice.CRM.Lists.ChatServiceProvider
  • SuperOffice.CRM.Lists.ChatSessionStatusProvider
  • SuperOffice.CRM.Lists.ChatUserProvider
  • SuperOffice.CRM.Lists.ColorIndexProvider
  • SuperOffice.CRM.Lists.ConsentPurposeProvider
  • SuperOffice.CRM.Lists.ConsentSourceListProvider
  • SuperOffice.CRM.Lists.ContactFavouriteListProvider
  • SuperOffice.CRM.Lists.ContactPhoneProvider
  • SuperOffice.CRM.Lists.Country2Provider
  • SuperOffice.CRM.Lists.CountryProvider
  • SuperOffice.CRM.Lists.CreateDocumentTemplatePluginsProvider
  • SuperOffice.CRM.Lists.CredentialGroupProvider
  • SuperOffice.CRM.Lists.CRMScriptProvider
  • SuperOffice.CRM.Lists.CurrentUdefFieldsProvider
  • SuperOffice.CRM.Lists.CustLangListProvider
  • SuperOffice.CRM.Lists.CustomObjectListProvider
  • SuperOffice.CRM.Lists.CustomObjectRelationProvider
  • SuperOffice.CRM.Lists.DashboardEntityList
  • SuperOffice.CRM.Lists.DashboardProvider
  • SuperOffice.CRM.Lists.DashboardTileEntityTypeProvider
  • SuperOffice.CRM.Lists.DashboardTileListProvider
  • SuperOffice.CRM.Lists.DayOfMonthProvider
  • SuperOffice.CRM.Lists.DiaryOwnerMDOProvider
  • SuperOffice.CRM.Lists.DirectionProvider
  • SuperOffice.CRM.Lists.DisconnectPersonActionsProvider
  • SuperOffice.CRM.Lists.DocumentCategoryListProvider
  • SuperOffice.CRM.Lists.DocumentCompletedProvider
  • SuperOffice.CRM.Lists.DocumentFavouriteListProvider
  • SuperOffice.CRM.Lists.DocumentGroupProvider
  • SuperOffice.CRM.Lists.DocumentHandlerProvider
  • SuperOffice.CRM.Lists.DocumentListProvider
  • SuperOffice.CRM.Lists.DocumentMailingProvider
  • SuperOffice.CRM.Lists.DocumentMailingTemplateProvider
  • SuperOffice.CRM.Lists.DocumentTypesListProvider
  • SuperOffice.CRM.Lists.EjCategoryProvider
  • SuperOffice.CRM.Lists.EjUserProvider
  • SuperOffice.CRM.Lists.EmailAddressProvider
  • SuperOffice.CRM.Lists.EmailFlowListProvider
  • SuperOffice.CRM.Lists.EmailFolderProvider
  • SuperOffice.CRM.Lists.EmailFromTypeProvider
  • SuperOffice.CRM.Lists.EmailPhoneProvider
  • SuperOffice.CRM.Lists.EmailReplyToTypeProvider
  • SuperOffice.CRM.Lists.ErpConnections
  • SuperOffice.CRM.Lists.ErpConnectors
  • SuperOffice.CRM.Lists.EventHandlerTypeProvider
  • SuperOffice.CRM.Lists.ExecuteOnEventProvider
  • SuperOffice.CRM.Lists.ExportTemplateProvider
  • SuperOffice.CRM.Lists.ExtraFieldsDropdownProvider
  • SuperOffice.CRM.Lists.ExtraTableDropdownProvider
  • SuperOffice.CRM.Lists.FaqCategoryProvider
  • SuperOffice.CRM.Lists.FaqReplyTemplateFavouriteListProvider
  • SuperOffice.CRM.Lists.FaqReplyTemplateProvider
  • SuperOffice.CRM.Lists.FavouriteTypeListProvider
  • SuperOffice.CRM.Lists.FilterAssociateProvider
  • SuperOffice.CRM.Lists.FilterFutureDateList
  • SuperOffice.CRM.Lists.FilterUserGroupProvider
  • SuperOffice.CRM.Lists.FindProduct
  • SuperOffice.CRM.Lists.FontSizeProvider
  • SuperOffice.CRM.Lists.FontTypeProvider
  • SuperOffice.CRM.Lists.FormFolderProvider
  • SuperOffice.CRM.Lists.FormMailingsProvider
  • SuperOffice.CRM.Lists.FormProvider
  • SuperOffice.CRM.Lists.FormSubmissionStatusProvider
  • SuperOffice.CRM.Lists.FreetextSearchEntityProvider
  • SuperOffice.CRM.Lists.FunctionRightsListProvider
  • SuperOffice.CRM.Lists.GenericMDOProvider
  • SuperOffice.CRM.Lists.GuideStepProvider
  • SuperOffice.CRM.Lists.HeadingsAsItemsProvider
  • SuperOffice.CRM.Lists.HtmlMailingProvider
  • SuperOffice.CRM.Lists.HtmlMailingTemplateProvider
  • SuperOffice.CRM.Lists.IgnoreGroupingAndHeadingsForAdminMdoProviderBase
  • SuperOffice.CRM.Lists.ImportBlankActionProvider
  • SuperOffice.CRM.Lists.ImportContactDuplicateMatchProvider
  • SuperOffice.CRM.Lists.ImportDuplicateActionProvider
  • SuperOffice.CRM.Lists.ImportDuplicateActionWithoutAddProvider
  • SuperOffice.CRM.Lists.ImportFieldsProvider
  • SuperOffice.CRM.Lists.ImportNewListItemProvider
  • SuperOffice.CRM.Lists.ImportNewPositionItemProvider
  • SuperOffice.CRM.Lists.ImportNewProductListItemProvider
  • SuperOffice.CRM.Lists.ImportPersonDuplicateMatchProvider
  • SuperOffice.CRM.Lists.ImportPhoneUrlsEmailProvider
  • SuperOffice.CRM.Lists.ImportProductDuplicateMatchProvider
  • SuperOffice.CRM.Lists.ImportProductFieldsProvider
  • SuperOffice.CRM.Lists.InvitationTemplateLanguageProvider
  • SuperOffice.CRM.Lists.Iso6391LanguageProvider
  • SuperOffice.CRM.Lists.KbEntryListProvider
  • SuperOffice.CRM.Lists.LanguageProvider
  • SuperOffice.CRM.Lists.LegalBaseListProvider
  • SuperOffice.CRM.Lists.ListWithAllItemProvider
  • SuperOffice.CRM.Lists.LocationListProvider
  • SuperOffice.CRM.Lists.MailClientProvider
  • SuperOffice.CRM.Lists.MailingDomainsProvider
  • SuperOffice.CRM.Lists.MailingFavouriteListProvider
  • SuperOffice.CRM.Lists.MailingProvider
  • SuperOffice.CRM.Lists.MailingStatusProvider
  • SuperOffice.CRM.Lists.MailingSubscriptionTypeProvider
  • SuperOffice.CRM.Lists.MailingTemplateProvider
  • SuperOffice.CRM.Lists.MailingTypeProvider
  • SuperOffice.CRM.Lists.MergeDocumentListProvider
  • SuperOffice.CRM.Lists.MergeTagsProvider
  • SuperOffice.CRM.Lists.MonthProvider
  • SuperOffice.CRM.Lists.NextAvailableTime
  • SuperOffice.CRM.Lists.OfMonthProvider
  • SuperOffice.CRM.Lists.OwnerContactProvider
  • SuperOffice.CRM.Lists.PeriodProvider
  • SuperOffice.CRM.Lists.PeriodsProvider
  • SuperOffice.CRM.Lists.PersonContactFavouriteListProvider
  • SuperOffice.CRM.Lists.PersonEmailAddressProvider
  • SuperOffice.CRM.Lists.PersonFavouriteListProvider
  • SuperOffice.CRM.Lists.PersonPhoneProvider
  • SuperOffice.CRM.Lists.PersonUrlProvider
  • SuperOffice.CRM.Lists.PhoneSearchProvider
  • SuperOffice.CRM.Lists.PluginProvider
  • SuperOffice.CRM.Lists.PrefDescLineProvider
  • SuperOffice.CRM.Lists.PreferenceKeyProvider
  • SuperOffice.CRM.Lists.PreferenceLineItemProvider
  • SuperOffice.CRM.Lists.PreferenceSectionProvider
  • SuperOffice.CRM.Lists.PriceListProvider
  • SuperOffice.CRM.Lists.PrivacyTemplateProvider
  • SuperOffice.CRM.Lists.ProductImageProvider
  • SuperOffice.CRM.Lists.ProjectAssociateMDOProvider
  • SuperOffice.CRM.Lists.ProjectFavouriteListProvider
  • SuperOffice.CRM.Lists.ProjectImageProvider
  • SuperOffice.CRM.Lists.ProjectStatusProvider
  • SuperOffice.CRM.Lists.ProjectTypeFlatListProvider
  • SuperOffice.CRM.Lists.ProjectTypeProvider
  • SuperOffice.CRM.Lists.QuoteAlternativeProvider
  • SuperOffice.CRM.Lists.QuoteApprovalAssociateMDOProvider
  • SuperOffice.CRM.Lists.QuoteApprovers
  • SuperOffice.CRM.Lists.QuoteConnections
  • SuperOffice.CRM.Lists.QuoteConnectors
  • SuperOffice.CRM.Lists.QuoteDocumentGroupFields
  • SuperOffice.CRM.Lists.QuoteDocumentOrderByFields
  • SuperOffice.CRM.Lists.QuoteDocuments
  • SuperOffice.CRM.Lists.QuoteDocumentTypeProvider
  • SuperOffice.CRM.Lists.QuoteLineStatus
  • SuperOffice.CRM.Lists.QuoteTemplateProvider
  • SuperOffice.CRM.Lists.QuoteVersionProvider
  • SuperOffice.CRM.Lists.QuoteVersionStateListProvider
  • SuperOffice.CRM.Lists.RatingDiceProvider
  • SuperOffice.CRM.Lists.RatingNpsProvider
  • SuperOffice.CRM.Lists.RatingSmileysProvider
  • SuperOffice.CRM.Lists.RatingStarsProvider
  • SuperOffice.CRM.Lists.RatingThumbsProvider
  • SuperOffice.CRM.Lists.RecipientFavoriteListProvider
  • SuperOffice.CRM.Lists.RecurrenceEveryMonthProvider
  • SuperOffice.CRM.Lists.RecurrenceWeekCycleProvider
  • SuperOffice.CRM.Lists.RelatedDataFieldsProvider
  • SuperOffice.CRM.Lists.RelationListProvider
  • SuperOffice.CRM.Lists.RelationsSearchListProvider
  • SuperOffice.CRM.Lists.ReplyTemplateProvider
  • SuperOffice.CRM.Lists.ReportCategoryProvider
  • SuperOffice.CRM.Lists.ReportLayoutProvider
  • SuperOffice.CRM.Lists.ResourceMDOProvider
  • SuperOffice.CRM.Lists.ResourceRestrictionsMDOProvider
  • SuperOffice.CRM.Lists.RolesListProvider
  • SuperOffice.CRM.Lists.SaleCategoryListProvider
  • SuperOffice.CRM.Lists.SaleDoneProvider
  • SuperOffice.CRM.Lists.SaleFavouriteListProvider
  • SuperOffice.CRM.Lists.SaleGuideStage
  • SuperOffice.CRM.Lists.SaleListProvider
  • SuperOffice.CRM.Lists.SaleListProviderOrg
  • SuperOffice.CRM.Lists.SaleProbability
  • SuperOffice.CRM.Lists.SaleSource
  • SuperOffice.CRM.Lists.SaleStageProvider
  • SuperOffice.CRM.Lists.SaleStatusProvider
  • SuperOffice.CRM.Lists.SaleTypeCategoryListProvider
  • SuperOffice.CRM.Lists.SaleTypeProvider
  • SuperOffice.CRM.Lists.SatellitesProvider
  • SuperOffice.CRM.Lists.SelectionCriteriaMemberType
  • SuperOffice.CRM.Lists.SelectionFavouriteListProvider
  • SuperOffice.CRM.Lists.SelectionMemberTypeClean
  • SuperOffice.CRM.Lists.SelectionMemberTypeList
  • SuperOffice.CRM.Lists.SelectionMemberTypeListV2
  • SuperOffice.CRM.Lists.SelectionMemberWithMailListProvider
  • SuperOffice.CRM.Lists.SelectionTypeList
  • SuperOffice.CRM.Lists.SelectionUnionTypeList
  • SuperOffice.CRM.Lists.SentimentScoreProvider
  • SuperOffice.CRM.Lists.ServiceAssociateMDOProvider
  • SuperOffice.CRM.Lists.ShipmentAddrStatusProvider
  • SuperOffice.CRM.Lists.ShipmentLinksListProvider
  • SuperOffice.CRM.Lists.ShipmentTypeProvider
  • SuperOffice.CRM.Lists.SimpleMailingStatusProvider
  • SuperOffice.CRM.Lists.SmsMailingProvider
  • SuperOffice.CRM.Lists.SmsMailingTemplateProvider
  • SuperOffice.CRM.Lists.SmsPluginPreferenceProvider
  • SuperOffice.CRM.Lists.SoLists
  • SuperOffice.CRM.Lists.SourceListProvider
  • SuperOffice.CRM.Lists.SpecifiedMailingsListProvider
  • SuperOffice.CRM.Lists.StatusDefProvider
  • SuperOffice.CRM.Lists.StatusMonitorImageProvider
  • SuperOffice.CRM.Lists.SuggestedAppointmentProvider
  • SuperOffice.CRM.Lists.SuggestedDocumentProvider
  • SuperOffice.CRM.Lists.SystemEventTypeProvider
  • SuperOffice.CRM.Lists.TargetEntityTypeProvider
  • SuperOffice.CRM.Lists.TargetMeasurementUnitProvider
  • SuperOffice.CRM.Lists.TargetTypeProvider
  • SuperOffice.CRM.Lists.TargetYearProvider
  • SuperOffice.CRM.Lists.TaskMenuGroupProvider
  • SuperOffice.CRM.Lists.TaskProvider
  • SuperOffice.CRM.Lists.TemplateVariablesProvider
  • SuperOffice.CRM.Lists.TicketAlertProvider
  • SuperOffice.CRM.Lists.TicketFavouriteListProvider
  • SuperOffice.CRM.Lists.TicketListProvider
  • SuperOffice.CRM.Lists.TicketOriginProvider
  • SuperOffice.CRM.Lists.TicketPriorityEscalateEventsProvider
  • SuperOffice.CRM.Lists.TicketPriorityListProvider
  • SuperOffice.CRM.Lists.TicketReadStatusProvider
  • SuperOffice.CRM.Lists.TicketSLevelProvider
  • SuperOffice.CRM.Lists.TicketStatusProvider
  • SuperOffice.CRM.Lists.TicketStatusTimeCounterProvider
  • SuperOffice.CRM.Lists.TicketStatusWithPostponeProvider
  • SuperOffice.CRM.Lists.TicketTicketStatusProvider
  • SuperOffice.CRM.Lists.TicketTypeProvider
  • SuperOffice.CRM.Lists.TimeListProvider
  • SuperOffice.CRM.Lists.TimeZoneIANAProvider
  • SuperOffice.CRM.Lists.TimeZoneWithCodeProvider
  • SuperOffice.CRM.Lists.TypeGroupProvider
  • SuperOffice.CRM.Lists.TypicalSearchProvider
  • SuperOffice.CRM.Lists.UdefFieldsProviderBase
  • SuperOffice.CRM.Lists.UdefFieldsWithChangesProvider
  • SuperOffice.CRM.Lists.UdefFieldTypeProvider
  • SuperOffice.CRM.Lists.udlist30002
  • SuperOffice.CRM.Lists.UdListMDOProvider
  • SuperOffice.CRM.Lists.UserGroupProvider
  • SuperOffice.CRM.Lists.UserGroupWithHistoryAllProvider
  • SuperOffice.CRM.Lists.UserPlanProvider
  • SuperOffice.CRM.Lists.VisibleForAssociateMDOProvider
  • SuperOffice.CRM.Lists.VisibleForListProvider
  • SuperOffice.CRM.Lists.VisibleInMenuProvider
  • SuperOffice.CRM.Lists.VisibleInProvider
  • SuperOffice.CRM.Lists.VisibleInTaskProvider
  • SuperOffice.CRM.Lists.WebPanelGroupProvider
  • SuperOffice.CRM.Lists.WebPanelProvider
  • SuperOffice.CRM.Lists.WeekdayProvider
  • SuperOffice.CRM.Lists.WeekNumberProvider
  • SuperOffice.CRM.Lists.WorkflowDefinitionStatusProvider
  • SuperOffice.CRM.Lists.WorkflowGoalTypeProvider
  • SuperOffice.CRM.Lists.WorkflowInstanceStatusProvider
  • SuperOffice.CRM.Lists.WorkflowSplitOptionTypeProvider
  • SuperOffice.CRM.Lists.WorkflowStepTypeProvider
  • SuperOffice.CRM.Lists.WorkflowTimeWaitAlgorithmProvider
  • SuperOffice.CRM.Lists.WorkflowTimeWaitIntervalTypeProvider
  • SuperOffice.CRM.Lists.WorkflowTriggerTypeProvider
  • SuperOffice.CRM.Mail.CacheMailQueue
  • SuperOffice.CRM.Mail.CacheMailQueueArgument
  • SuperOffice.CRM.Mail.CacheMailQueueProcessor
  • SuperOffice.CRM.Mail.EMailConstants
  • SuperOffice.CRM.Mail.EMailHelper
  • SuperOffice.CRM.Mail.MailAddressProvider
  • SuperOffice.CRM.Mail.MailAttachmentProvider
  • SuperOffice.CRM.Mail.MailCache
  • SuperOffice.CRM.Mail.MailParser
  • SuperOffice.CRM.Mail.MailSession<TMailInterface>
  • SuperOffice.CRM.Mail.MailSoInfoProvider
  • SuperOffice.CRM.Mail.MessageStoreSession
  • SuperOffice.CRM.Mail.OutgoingMailSession
  • SuperOffice.CRM.Mail.RecipentList
  • SuperOffice.CRM.Mail.SendMailQueue
  • SuperOffice.CRM.Mail.SendMailQueueArgument
  • SuperOffice.CRM.Mail.SendMailQueueProcessor
  • SuperOffice.CRM.Mail.SendSmsHelper
  • SuperOffice.CRM.Mail.SentEMailInfo
  • SuperOffice.CRM.Mail.SoMail
  • SuperOffice.CRM.Mail.SoMailCredentials
  • SuperOffice.CRM.MailMerge.MailMerge
  • SuperOffice.CRM.MailMerge.MailMergeSettings
  • SuperOffice.CRM.MailMerge.MailMergeSettingsSerializer
  • SuperOffice.CRM.MailMerge.MailMergeTask
  • SuperOffice.CRM.MailMerge.XmlSerializationReaderMailMergeSettings
  • SuperOffice.CRM.MailMerge.XmlSerializationWriterMailMergeSettings
  • SuperOffice.CRM.MailMerge.XmlSerializer1
  • SuperOffice.CRM.MailMerge.XmlSerializerContract
  • SuperOffice.CRM.ModuleLicenceProvider
  • SuperOffice.CRM.Notification.AppointmentAlarmBroker
  • SuperOffice.CRM.Notification.PushNotificationServiceManager
  • SuperOffice.CRM.Previews.AppointmentPreviewPlugin
  • SuperOffice.CRM.Previews.ContactPreviewPlugin
  • SuperOffice.CRM.Previews.DashboardPreviewPlugin
  • SuperOffice.CRM.Previews.DocumentPreviewPlugin
  • SuperOffice.CRM.Previews.FaqPreviewPlugin
  • SuperOffice.CRM.Previews.PersonPreviewPlugin
  • SuperOffice.CRM.Previews.PreviewData
  • SuperOffice.CRM.Previews.PreviewField
  • SuperOffice.CRM.Previews.PreviewPluginAttribute
  • SuperOffice.CRM.Previews.PreviewPluginBase
  • SuperOffice.CRM.Previews.PreviewProvider
  • SuperOffice.CRM.Previews.ProductPreviewPlugin
  • SuperOffice.CRM.Previews.ProjectPreviewPlugin
  • SuperOffice.CRM.Previews.QuickReplyPreviewPlugin
  • SuperOffice.CRM.Previews.ReplyTemplatePreviewPlugin
  • SuperOffice.CRM.Previews.SalePreviewPlugin
  • SuperOffice.CRM.Previews.SelectionPreviewPlugin
  • SuperOffice.CRM.Previews.TicketPreviewPlugin
  • SuperOffice.CRM.Rows.RowVisibleForHelper
  • SuperOffice.CRM.Rows.Util.PublishHelper
  • SuperOffice.CRM.Sale.QuoteData
  • SuperOffice.CRM.Sale.QuoteDocumentData
  • SuperOffice.CRM.Sale.QuoteManager
  • SuperOffice.CRM.Script.CRMScriptHelper
  • SuperOffice.CRM.Script.CRMScriptServiceBase
  • SuperOffice.CRM.Script.CRMScriptValidationException
  • SuperOffice.CRM.Script.ICRMScriptService
  • SuperOffice.CRM.Ticket.TicketStatusRegistryHelper
  • SuperOffice.CRM.TicketMessage.AttachmentEntity
  • SuperOffice.CRM.TicketMessage.TicketMessageContent
  • SuperOffice.CRM.TicketMessage.TicketMessageHelper
  • SuperOffice.CRM.TimeZone.SoLocalTimeConverterDataFetcher
  • SuperOffice.CRM.TooltipHelper
  • SuperOffice.CRM.Tooltips.ActivityTypeTooltipPlugin
  • SuperOffice.CRM.Tooltips.AppointmentMotherTooltipPlugin
  • SuperOffice.CRM.Tooltips.AppointmentNoteTooltipPlugin
  • SuperOffice.CRM.Tooltips.AppointmentTooltipPlugin
  • SuperOffice.CRM.Tooltips.AssociateTooltipPlugin
  • SuperOffice.CRM.Tooltips.CalendarDayTooltipPlugin
  • SuperOffice.CRM.Tooltips.ChatSessionTooltipPlugin
  • SuperOffice.CRM.Tooltips.ConflictTooltipPlugin
  • SuperOffice.CRM.Tooltips.ConsentPurposeTooltipPlugin
  • SuperOffice.CRM.Tooltips.ConsentTooltipPlugin
  • SuperOffice.CRM.Tooltips.ContactNoteTooltipPlugin
  • SuperOffice.CRM.Tooltips.ContactTooltipPlugin
  • SuperOffice.CRM.Tooltips.DashboardTileTooltipPlugin
  • SuperOffice.CRM.Tooltips.DashboardTooltipPlugin
  • SuperOffice.CRM.Tooltips.DocumentTooltipPlugin
  • SuperOffice.CRM.Tooltips.EjCategoryTooltipPlugin
  • SuperOffice.CRM.Tooltips.EmailTooltipPlugin
  • SuperOffice.CRM.Tooltips.FilterTooltipPlugin
  • SuperOffice.CRM.Tooltips.InterestTooltipPlugin
  • SuperOffice.CRM.Tooltips.KbEntryTooltipPlugin
  • SuperOffice.CRM.Tooltips.MailItemTooltipPlugin
  • SuperOffice.CRM.Tooltips.MDOTooltipPlugin
  • SuperOffice.CRM.Tooltips.ModuleLicenseTooltipPlugin
  • SuperOffice.CRM.Tooltips.NavigatorButtonTooltipPlugin
  • SuperOffice.CRM.Tooltips.NoteTooltipBase
  • SuperOffice.CRM.Tooltips.PersonNoteTooltipPlugin
  • SuperOffice.CRM.Tooltips.PersonTooltipPlugin
  • SuperOffice.CRM.Tooltips.PhoneTooltipPlugin
  • SuperOffice.CRM.Tooltips.ProductTooltipPlugin
  • SuperOffice.CRM.Tooltips.ProjectMemberTooltipPlugin
  • SuperOffice.CRM.Tooltips.ProjectNoteTooltipPlugin
  • SuperOffice.CRM.Tooltips.ProjectTooltipPlugin
  • SuperOffice.CRM.Tooltips.QuoteLineTooltipPlugin
  • SuperOffice.CRM.Tooltips.QuoteVersionTooltipPlugin
  • SuperOffice.CRM.Tooltips.SaleNoteTooltipPlugin
  • SuperOffice.CRM.Tooltips.SaleStakeholderTooltipPlugin
  • SuperOffice.CRM.Tooltips.SaleTooltipPlugin
  • SuperOffice.CRM.Tooltips.SelectionNoteTooltipPlugin
  • SuperOffice.CRM.Tooltips.SelectionTooltipPlugin
  • SuperOffice.CRM.Tooltips.TextTooltipPlugin
  • SuperOffice.CRM.Tooltips.TicketPriorityTooltipPlugin
  • SuperOffice.CRM.Tooltips.TicketReadStatusTooltipPlugin
  • SuperOffice.CRM.Tooltips.TicketStatusTooltipPlugin
  • SuperOffice.CRM.Tooltips.TicketTooltipPlugin
  • SuperOffice.CRM.Tooltips.TicketTypeTooltipPlugin
  • SuperOffice.CRM.Tooltips.TimeZoneTooltipPlugin
  • SuperOffice.CRM.Tooltips.TooltipPluginAttribute
  • SuperOffice.CRM.Tooltips.TooltipPluginBase
  • SuperOffice.CRM.Tooltips.TooltipPluginHelper
  • SuperOffice.CRM.Tooltips.TooltipProvider
  • SuperOffice.CRM.Tooltips.UdefFieldTooltipPlugin
  • SuperOffice.CRM.Tooltips.WorkflowTooltipPlugin
  • SuperOffice.CRM.Travel.AreaFilterDatabaseCopy
  • SuperOffice.CRM.Travel.DatabaseCopyParent
  • SuperOffice.CRM.Travel.OnEndOfTable
  • SuperOffice.CRM.Travel.OnProcessRow
  • SuperOffice.CRM.Travel.OnStartOfTable
  • SuperOffice.CRM.Travel.ProcessingOption
  • SuperOffice.CRM.Travel.TableInfoAndData
  • SuperOffice.CRM.Travel.TravelDatabaseCreator
  • SuperOffice.CRM.Travel.TravelException
  • SuperOffice.CRM.Webhooks.DefaultWebhookPlugin
  • SuperOffice.CRM.Webhooks.WebhookDispatcher
  • SuperOffice.CRM.Webhooks.WebhookManager
  • SuperOffice.CRM.Workflow.AddToListSettings
  • SuperOffice.CRM.Workflow.CreateFollowUpSettings
  • SuperOffice.CRM.Workflow.CreateRequestSettings
  • SuperOffice.CRM.Workflow.CreateSaleSettings
  • SuperOffice.CRM.Workflow.NotifyByEmailSettings
  • SuperOffice.CRM.Workflow.NotifyBySMSSettings
  • SuperOffice.CRM.Workflow.RemoveFromListSettings
  • SuperOffice.CRM.Workflow.RunScriptSettings
  • SuperOffice.CRM.Workflow.SendEmailSettings
  • SuperOffice.CRM.Workflow.SendSMSSettings
  • SuperOffice.CRM.Workflow.SplitSettings
  • SuperOffice.CRM.Workflow.StepSettings
  • SuperOffice.CRM.Workflow.UpdateParticipantSettings
  • SuperOffice.CRM.Workflow.WaitForActionSettings
  • SuperOffice.CRM.Workflow.WaitForTimeSettings
  • SuperOffice.CRM.WorkFlow.WorkflowEngine
  • SuperOffice.CRM.WorkFlow.WorkflowEvent
  • SuperOffice.CRM.WorkFlow.WorkflowEventResult
  • SuperOffice.CRM.WorkFlow.WorkflowInstanceVariables
  • SuperOffice.CRM.Workflow.WorkflowStepAddToList
  • SuperOffice.CRM.Workflow.WorkflowStepBase
  • SuperOffice.CRM.Workflow.WorkflowStepCreateFollowUp
  • SuperOffice.CRM.Workflow.WorkflowStepCreateRequest
  • SuperOffice.CRM.Workflow.WorkflowStepCreateSale
  • SuperOffice.CRM.Workflow.WorkflowStepNotifyByEmail
  • SuperOffice.CRM.Workflow.WorkflowStepNotifyBySMS
  • SuperOffice.CRM.Workflow.WorkflowStepRemoveFromList
  • SuperOffice.CRM.Workflow.WorkflowStepRunScript
  • SuperOffice.CRM.Workflow.WorkflowStepSendEmail
  • SuperOffice.CRM.Workflow.WorkflowStepSendSMS
  • SuperOffice.CRM.Workflow.WorkflowStepSplit
  • SuperOffice.CRM.Workflow.WorkflowStepUpdateParticipant
  • SuperOffice.CRM.Workflow.WorkflowStepWaitForAction
  • SuperOffice.CRM.Workflow.WorkflowStepWaitForTime
  • SuperOffice.CRM.Workflow.WorkflowUtil
  • SuperOffice.CRM.XsrfHelper
  • SuperOffice.Data.Cache.CacheFlusher
  • SuperOffice.Data.Cache.CacheManager
  • SuperOffice.Data.Cache.IFlushableV2
  • SuperOffice.Data.Cache.OnsiteFlushCacheAndBroadcastPlugin
  • SuperOffice.Data.DbConvert
  • SuperOffice.Data.DbConvertType
  • SuperOffice.Data.Dialect.DatabaseOperations
  • SuperOffice.Data.Dialect.FieldValueParser
  • SuperOffice.Data.Dialect.MassOperations
  • SuperOffice.Data.Dialect.MassResult
  • SuperOffice.Data.Dialect.Oracle12
  • SuperOffice.Data.Dialect.OracleCommon
  • SuperOffice.Data.Dialect.OracleMassOperations
  • SuperOffice.Data.Dialect.OracleOperations
  • SuperOffice.Data.Dialect.PrivateDatabaseOperationstFactory
  • SuperOffice.Data.Dialect.PrivateDialectFactory
  • SuperOffice.Data.Dialect.PrivateMassOperationsFactory
  • SuperOffice.Data.Dialect.RowStatus
  • SuperOffice.Data.Dialect.SqlServer8Operations
  • SuperOffice.Data.Dialect.SqlServerCollationMapping
  • SuperOffice.Data.Dialect.SqlServerCommon
  • SuperOffice.Data.Dialect.SqlServerMassOperations
  • SuperOffice.Data.Dialect.SqlServerOperations
  • SuperOffice.Data.Dialect.TempTableManager
  • SuperOffice.Data.ISoCollection
  • SuperOffice.Data.ISoItem
  • SuperOffice.Data.MultiSave
  • SuperOffice.Data.NestedCollectionPersist<TNestedPersist>
  • SuperOffice.Data.Private.DatabaseSelfTest
  • SuperOffice.Data.Private.FreetextIncrementalIndexer
  • SuperOffice.Data.Private.FreetextRebuilder
  • SuperOffice.Data.Private.TicketLogging.LogDetail
  • SuperOffice.Data.Private.TicketLogging.TicketLoggingLogic
  • SuperOffice.Data.PrivateDbConnectionFactory
  • SuperOffice.Data.PrivateInnerDbCommandFactory
  • SuperOffice.Data.SoDatabaseEnvironmentInfoPlugin
  • SuperOffice.Data.SoDuplicateChecker
  • SuperOffice.Data.UdefConvertHelper
  • SuperOffice.Data.UdefHelper
  • SuperOffice.Data.UdefPublishHelper
  • SuperOffice.DoneNotDoneSplitter<InnerProvider, RootExtender>
  • SuperOffice.License.AcceptingContext
  • SuperOffice.License.BlockWelcomeMailPluginAttribute
  • SuperOffice.License.DefaultBlockWelcomeMailPlugin
  • SuperOffice.License.IBlockWelcomeMailPlugin
  • SuperOffice.Security.CredentialsManager
  • SuperOffice.Security.Login.VideoMeetingPostLoginPlugin
  • SuperOffice.Security.Principal.DefaultTokenContextResolver
  • SuperOffice.Security.Principal.ExpiredCredentialCleaner
  • SuperOffice.Security.Principal.OidcSoIdentity
  • SuperOffice.Security.Principal.OidcSoIdentityResolver
  • SuperOffice.Security.Principal.Private.PrivateLocalPrincipalFactory
  • SuperOffice.Security.Principal.SoAccessTokenClaimsExpander
  • SuperOffice.Security.Principal.SoCredentialsIdentity
  • SuperOffice.Security.Principal.SoImpersonationIdentity
  • SuperOffice.Security.Principal.SoImpersonationIdentityResolver
  • SuperOffice.Security.Principal.SoImpersonationIdentityValidator
  • SuperOffice.Security.Principal.SoLocalPrincipal
  • SuperOffice.Security.Principal.UserNameIdentity
  • SuperOffice.Util.AppointmentUtility
  • SuperOffice.Util.AsyncListProviderWrapper
  • SuperOffice.Util.DocumentSaveChangeAnalyzer
  • SuperOffice.Util.iCalendarUtility
  • SuperOffice.Util.NSWinContactHelper
  • SuperOffice.Util.NsWinHelper
  • SuperOffice.Util.NSWinListProviderHelper
  • SuperOffice.Util.SoDocumentPluginPreferenceHelper
  • SuperOffice.Util.TemporaryConfigOverride
  • SuperOffice.Util.TemporaryFeatureToggle
  • SuperOffice.Util.TimeZoneUtility
  • SuperOffice.Util.VideoMeetingHelper
  • SuperOffice.Util.WebAppUsageRecorder
  • .TicketStatusWithoutPostponeProvider

New types

  • SuperOffice.CRM.ArchiveLists.ActivityArchiveProviderBaseConstants
  • SuperOffice.CRM.ArchiveLists.ActivityArchiveProviderConstants
  • SuperOffice.CRM.ArchiveLists.AggregationLevelConstants
  • SuperOffice.CRM.ArchiveLists.AggregationProvider2Constants
  • SuperOffice.CRM.ArchiveLists.AppointmentTooltipPluginConstants
  • SuperOffice.CRM.ArchiveLists.ColumnHelperConstants
  • SuperOffice.CRM.ArchiveLists.ContactExtenderBaseConstants
  • SuperOffice.CRM.ArchiveLists.CustomObjectProviderBaseConstants
  • SuperOffice.CRM.ArchiveLists.CustomObjectProviderConstants
  • SuperOffice.CRM.ArchiveLists.DocumentQuoteLineInnerDataProviderConstants
  • SuperOffice.CRM.ArchiveLists.EmailFlowsAndFoldersProviderConstants
  • SuperOffice.CRM.ArchiveLists.ErpConnectionExtenderBaseConstants
  • SuperOffice.CRM.ArchiveLists.ErpConnectionProviderConstants
  • SuperOffice.CRM.ArchiveLists.ErpConnectorExtenderBaseConstants
  • SuperOffice.CRM.ArchiveLists.ErpConnectorProviderConstants
  • SuperOffice.CRM.ArchiveLists.ExtensibleColumnsBaseConstants
  • SuperOffice.CRM.ArchiveLists.FavouriteContactExtenderConstants
  • SuperOffice.CRM.ArchiveLists.FavouriteMailingExtenderConstants
  • SuperOffice.CRM.ArchiveLists.FindAppointmentProviderConstants
  • SuperOffice.CRM.ArchiveLists.FindContactProviderConstants
  • SuperOffice.CRM.ArchiveLists.FindDocumentProviderConstants
  • SuperOffice.CRM.ArchiveLists.FindErpProductProviderConstants
  • SuperOffice.CRM.ArchiveLists.FindProjectProviderConstants
  • SuperOffice.CRM.ArchiveLists.FindSaleProviderConstants
  • SuperOffice.CRM.ArchiveLists.FindSelectionProviderConstants
  • SuperOffice.CRM.ArchiveLists.FormSubmissionExtenderBaseConstants
  • SuperOffice.CRM.ArchiveLists.IFreetextMatchCalculator
  • SuperOffice.CRM.ArchiveLists.MailingsExtenderBaseConstants
  • SuperOffice.CRM.ArchiveLists.MailingsProviderBaseConstants
  • SuperOffice.CRM.ArchiveLists.ParticipantsProviderConstants
  • SuperOffice.CRM.ArchiveLists.ParticipantsResourceProviderConstants
  • SuperOffice.CRM.ArchiveLists.PersonExtenderBaseConstants
  • SuperOffice.CRM.ArchiveLists.PersonListProviderConstants
  • SuperOffice.CRM.ArchiveLists.QueryProviderBaseConstants
  • SuperOffice.CRM.ArchiveLists.QuoteAlternativeExtenderBaseConstants
  • SuperOffice.CRM.ArchiveLists.QuoteConnectionProviderConstants
  • SuperOffice.CRM.ArchiveLists.QuoteConnectorProviderConstants
  • SuperOffice.CRM.ArchiveLists.QuoteLineExtenderBaseConstants
  • SuperOffice.CRM.ArchiveLists.RestrictionCriteriaStorageConstants
  • SuperOffice.CRM.ArchiveLists.SaintRestrictionExtenderBaseConstants
  • SuperOffice.CRM.ArchiveLists.SaleExtenderBaseConstants
  • SuperOffice.CRM.ArchiveLists.SaleProviderConstants
  • SuperOffice.CRM.ArchiveLists.SelectionDynamicProviderConstants
  • SuperOffice.CRM.ArchiveLists.SelectionProviderBaseConstants
  • SuperOffice.CRM.ArchiveLists.SelectionProviderConstants
  • SuperOffice.CRM.ArchiveLists.TicketExtenderBaseConstants
  • SuperOffice.CRM.Cache.RoleCache
  • SuperOffice.CRM.CS.CSSessionInfo
  • SuperOffice.CRM.CS.ICsSessionManager
  • SuperOffice.CRM.Entities.IBookingManager
  • SuperOffice.CRM.Entities.IInterestHelper
  • SuperOffice.CRM.Entities.IInterestHelperFactory
  • SuperOffice.CRM.Entities.IMailingStatistics
  • SuperOffice.CRM.Entities.ISelectionTypeManager
  • SuperOffice.CRM.Entities.ProgressCallbackAsync
  • SuperOffice.CRM.Entities.Providers.Factory.IAppointmentInfoProviderFactory
  • SuperOffice.CRM.Lists.ISoListProviderFactory
  • SuperOffice.CRM.Notification.IPushNotificationServiceManager
  • SuperOffice.CRM.Notification.IPushNotificationServiceManagerFactory
  • SuperOffice.CRM.Sale.IQuoteData
  • SuperOffice.CRM.Sale.IQuoteManager
  • SuperOffice.CRM.Sale.IQuoteManagerFactory
  • SuperOffice.CRM.Ticket.ITicketStatusRegistryHelper
  • SuperOffice.CRM.Ticket.ITicketStatusRegistryHelperFactory
  • SuperOffice.CRM.Webhooks.IWebhookManager
  • SuperOffice.CRM.Workflow.IWorkflowEngine
  • SuperOffice.CRM.Workflow.WorkflowEvent
  • SuperOffice.CRM.Workflow.WorkflowEventResult
  • SuperOffice.CRM.Workflow.WorkflowHelper
  • SuperOffice.CRM.Workflow.WorkflowInstanceVariables
  • SuperOffice.Data.Cache.FlushCacheAndBroadcastPluginExtensions
  • SuperOffice.Data.Cache.ICacheManager
  • SuperOffice.Data.Dialect.IDatabaseOperations
  • SuperOffice.Data.Dialect.IDatabaseOperationsFactory
  • SuperOffice.Data.Dialect.ITempTableManager
  • SuperOffice.Data.Dialect.TruncateOptions
  • SuperOffice.Data.IProgressHandler
  • SuperOffice.Data.ISystemEventHelper
  • SuperOffice.Data.IUdefHelper
  • SuperOffice.Data.IUdefPublishHelper
  • SuperOffice.Data.PageOneFieldInfo
  • SuperOffice.Data.Private.IFreetextRebuilder
  • SuperOffice.Data.UDefFieldDatabaseType
  • SuperOffice.License.IAcceptingContext
  • SuperOffice.License.ILicenseManager
  • SuperOffice.License.ILicenseUpgradeService
  • SuperOffice.Security.ICredentialsManager
  • SuperOffice.Security.Principal.ClaimsIdentityExtensions
  • SuperOffice.Security.Principal.IClaimsPrincipalJwtSigningCredentialsResolver
  • SuperOffice.Security.Principal.SoDatabaseClaimsPrincipalExtensions
  • SuperOffice.SoContextHelper
  • SuperOffice.Util.IAppointmentUtility
  • SuperOffice.Util.RowModification
  • SuperOffice.Util.TrackEventSender

Modified types

SuperOffice.CRM.Administration.EjUserHelper is Modified

  • Deleted items
    • Method CalculateCategoryMembership(Int32, Int32)
    • Method DeleteCategoryMembership(Int32)
    • Method EscalationLevelDependentCount(Int32)
    • Method LogoutUser(Int32)
    • Method MailFilterDependentCount(Int32)
    • Method OpenRequestsCount(Int32)
  • New items
    • Method CalculateCategoryMembershipAsync(Int32, Int32, CancellationToken)
    • Method EscalationLevelDependentCountAsync(Int32, CancellationToken)
    • Method LogoutUserAsync(Int32)
    • Method MailFilterDependentCountAsync(Int32, CancellationToken)
    • Method OpenRequestsCountAsync(Int32, CancellationToken)

SuperOffice.CRM.Administration.IUserCredentialPlugin is Modified

  • Deleted items
    • Method AddDefaultCredentialsToUser(SoUser)
    • Method CanChangePassword(CredentialsRow)
    • Method CreatePerson(Int32, String, String)
    • Method FindCredentialUsers(String)
    • Method GetCredentialUsersInGroup(String)
    • Method GetSupportedChangePasswordTypes(CredentialsRow)
    • Method SendChangePasswordEmail(CredentialsRow)
  • New items
    • Method AddDefaultCredentialsToUserAsync(SoUser, CancellationToken)
    • Method CanChangePasswordAsync(CredentialsRow, CancellationToken)
    • Method CreatePersonAsync(Int32, String, String, CancellationToken)
    • Method FindCredentialUsersAsync(String, CancellationToken)
    • Method GetCredentialUsersInGroupAsync(String, CancellationToken)
    • Method GetSupportedChangePasswordTypesAsync(CredentialsRow, CancellationToken)
    • Method SendChangePasswordEmailAsync(CredentialsRow)

SuperOffice.CRM.Administration.IUserPlugin is Modified

  • Deleted items
    • Method GetDefaultAssociateName(UserType, Person, CheckIfAssociateNameIsLegal)
    • Method GetDefaultAssociateUserName(UserType, Person, CheckIfAssociateNameIsLegal)
    • Method GetValidAssociateName(UserType, Person, String, CheckIfAssociateNameIsLegal)
  • New items
    • Method GetDefaultAssociateNameAsync(UserType, Person, CheckIfAssociateNameIsLegal, CancellationToken)
    • Method GetDefaultAssociateUserNameAsync(UserType, Person, CheckIfAssociateNameIsLegal, CancellationToken)
    • Method GetValidAssociateNameAsync(UserType, Person, String, CheckIfAssociateNameIsLegal, CancellationToken)

SuperOffice.CRM.Administration.SoResource is Modified

  • Deleted items
    • Method SoResource(Int32)
    • Method GetFromId(Int32)
    • Method Save()
  • New items
    • Method CreateAsync(Int32, CancellationToken)
    • Method GetFromIdAsync(Int32, CancellationToken)
    • Method SaveAsync()

SuperOffice.CRM.Administration.SoUser is Modified

  • Deleted items
    • Property CanChangePassword
    • Property CanSendChangePasswordMail
    • Property ForeignKeyHelper
    • Method ChangePassword(String, String)
    • Method ChangeUserGroup(Int32, Int32)
    • Method CreateNew(Int32, UserType, Boolean)
    • Method FindUsersFromEJUser(Int32)
    • Method FindUsersFromPerson(Int32)
    • Method GetCurrent()
    • Method GetDefaultAssociateUserName()
    • Method GetRequestRestrictionBlockers()
    • Method GetSupportedChangePasswordTypes()
    • Method ManageUser(Int32)
    • Method ManageUser(String)
    • Method ManageUserFromEjUserId(Int32)
    • Method ManageUserFromPersonId(Int32)
    • Method OnIdUpdate()
    • Method OnPreIdUpdate()
    • Method OnSaved(Boolean)
    • Method SendChangePasswordMail()
    • Method SetOwnPassword(String, String)
    • Method SetValidAssociateName(String)
    • Method SetValidUserName(String)
    • Method Validate(Dictionary<String, String>)
  • Modified items
    • Property PersonId
    • Property UserType
  • New items
    • Method ChangePasswordAsync(String, String)
    • Method ChangeUserGroupAsync(Int32, Int32)
    • Method CreateNewAsync(Int32, UserType, Boolean, CancellationToken)
    • Method FindUsersFromEJUserAsync(Int32, CancellationToken)
    • Method FindUsersFromPersonAsync(Int32, CancellationToken)
    • Method GetCanChangePasswordAsync(CancellationToken)
    • Method GetCanSendChangePasswordMailAsync(CancellationToken)
    • Method GetCurrentAsync(CancellationToken)
    • Method GetDefaultAssociateUserNameAsync(CancellationToken)
    • Method GetForeignKeyHelperAsync(CancellationToken)
    • Method GetRequestRestrictionBlockersAsync(CancellationToken)
    • Method GetSupportedChangePasswordTypesAsync(CancellationToken)
    • Method ManageUserAsync(Int32, CancellationToken)
    • Method ManageUserAsync(String, CancellationToken)
    • Method ManageUserFromEjUserIdAsync(Int32, CancellationToken)
    • Method ManageUserFromPersonIdAsync(Int32, CancellationToken)
    • Method OnIdUpdateAsync()
    • Method OnPreIdUpdateAsync()
    • Method OnSavedAsync(Boolean)
    • Method SendChangePasswordMailAsync()
    • Method SetPersonIdAsync(Int32, CancellationToken)
    • Method SetUserTypeAsync(UserType, CancellationToken)
    • Method SetValidAssociateNameAsync(String)
    • Method ValidateAsync(Dictionary<String, String>)

SuperOffice.CRM.Administration.SoUserCredential is Modified

  • Deleted items
    • Property CanChangePassword
    • Property CanSendChangePasswordMail
    • Method GetSupportedChangePasswordTypes()
    • Method OnPreIdUpdate()
    • Method SendChangePasswordEmail()
  • New items
    • Method GetCanChangePasswordAsync(CancellationToken)
    • Method GetCanSendChangePasswordMailAsync(CancellationToken)
    • Method GetSupportedChangePasswordTypesAsync(CancellationToken)
    • Method OnPreIdUpdateAsync()
    • Method SendChangePasswordEmailAsync()

SuperOffice.CRM.Administration.UserPlugin is Modified

  • Deleted items
    • Method ExtractEmail(Person, CheckIfAssociateNameIsLegal)
    • Method GetDefaultAssociateName(UserType, Person, CheckIfAssociateNameIsLegal)
    • Method GetDefaultAssociateUserName(UserType, Person, CheckIfAssociateNameIsLegal)
    • Method GetDefaultExternalUserName(Person, CheckIfAssociateNameIsLegal)
    • Method GetValidAssociateName(UserType, Person, String, CheckIfAssociateNameIsLegal)
  • New items
    • Method ExtractEmailAsync(Person, CheckIfAssociateNameIsLegal, CancellationToken)
    • Method GetDefaultAssociateNameAsync(UserType, Person, CheckIfAssociateNameIsLegal, CancellationToken)
    • Method GetDefaultAssociateUserNameAsync(UserType, Person, CheckIfAssociateNameIsLegal, CancellationToken)
    • Method GetDefaultExternalUserNameAsync(Person, CheckIfAssociateNameIsLegal, CancellationToken)
    • Method GetValidAssociateNameAsync(UserType, Person, String, CheckIfAssociateNameIsLegal, CancellationToken)

SuperOffice.CRM.ArchiveLists.ListItemLookupHelper is Modified

  • Deleted items
    • Method LookupItem(Int32, Int32)
    • Method LookupItem(String, Int32)
    • Method LookupItem(String, String, String)
  • New items
    • Method LookupItemAsync(Int32, Int32, CancellationToken)
    • Method LookupItemAsync(String, Int32, CancellationToken)
    • Method LookupItemAsync(String, String, String, CancellationToken)

SuperOffice.CRM.Archives.ActivityList is Modified

  • Deleted items
    • Method OnLoad(ActivityListQuery, SoDataReader)
  • Modified items
SuperOffice.CRM.Archives.ActivityList.ActivityListQuery is Modified
  • Deleted items
    • Method .ActivityListQueryop_Implicit(ActivityListQuery)
    • Method .ActivityListQueryToActivityList()
  • New items
    • Method .ActivityListQueryToActivityListAsync(CancellationToken)
  • New items
    • Method OnLoadAsync(ActivityListQuery, SoDataReader, CancellationToken)

SuperOffice.CRM.Archives.ContactList is Modified

  • Deleted items
    • Method OnLoad(ContactListQuery, SoDataReader)
  • Modified items
SuperOffice.CRM.Archives.ContactList.ContactListQuery is Modified
  • Deleted items
    • Method .ContactListQueryop_Implicit(ContactListQuery)
    • Method .ContactListQueryToContactList()
  • New items
    • Method .ContactListQueryToContactListAsync(CancellationToken)
  • New items
    • Method OnLoadAsync(ContactListQuery, SoDataReader, CancellationToken)

SuperOffice.CRM.Archives.ContactListItem is Modified

  • Deleted items
    • Method GetContactListItem(Int32)
    • Method GetContactListItem(Int32, Boolean)
  • New items
    • Method GetContactListItemAsync(Int32, Boolean, CancellationToken)
    • Method GetContactListItemAsync(Int32, CancellationToken)

SuperOffice.CRM.Archives.DocumentList is Modified

  • Deleted items
    • Method OnLoad(DocumentListQuery, SoDataReader)
  • Modified items
SuperOffice.CRM.Archives.DocumentList.DocumentListQuery is Modified
  • Deleted items
    • Method .DocumentListQueryop_Implicit(DocumentListQuery)
    • Method .DocumentListQueryToDocumentList()
    • Method .DocumentListQueryToDocumentList(Int32)
  • New items
    • Method .DocumentListQueryToDocumentListAsync(Int32, CancellationToken)
    • Method .DocumentListQueryToDocumentListAsync(CancellationToken)
  • New items
    • Method OnLoadAsync(DocumentListQuery, SoDataReader, CancellationToken)

SuperOffice.CRM.Archives.DocumentListItem is Modified

  • Deleted items
    • Method GetDocumentListItem(Int32)
  • New items
    • Method GetDocumentListItemAsync(Int32, CancellationToken)

SuperOffice.CRM.Archives.PersonList is Modified

  • Deleted items
    • Method OnLoad(PersonListQuery, SoDataReader)
  • Modified items
SuperOffice.CRM.Archives.PersonList.PersonListQuery is Modified
  • Deleted items
    • Method .PersonListQueryop_Implicit(PersonListQuery)
    • Method .PersonListQueryToPersonList()
  • New items
    • Method .PersonListQueryToPersonListAsync(CancellationToken)
  • New items
    • Method OnLoadAsync(PersonListQuery, SoDataReader, CancellationToken)

SuperOffice.CRM.Archives.PersonListItem is Modified

  • Deleted items
    • Method GetPersonListItem(Int32)
    • Method GetPersonListItems(Int32[])
  • New items
    • Method GetPersonListItemAsync(Int32, CancellationToken)
    • Method GetPersonListItemsAsync(Int32[], CancellationToken)

SuperOffice.CRM.Archives.ProjectEventList is Modified

  • Deleted items
    • Method OnLoad(ProjectEventListQuery, SoDataReader)
  • Modified items
SuperOffice.CRM.Archives.ProjectEventList.ProjectEventListQuery is Modified
  • Deleted items
    • Method .ProjectEventListQueryop_Implicit(ProjectEventListQuery)
    • Method .ProjectEventListQueryToProjectEventList()
  • New items
    • Method .ProjectEventListQueryToProjectEventListAsync(CancellationToken)
  • New items
    • Method OnLoadAsync(ProjectEventListQuery, SoDataReader, CancellationToken)

SuperOffice.CRM.Archives.ProjectEventListItem is Modified

  • Deleted items
    • Method GetProjectEventListItem(Int32)
    • Method GetProjectEventListItemOnPerson(Int32, Int32)
  • New items
    • Method GetProjectEventListItemAsync(Int32, CancellationToken)
    • Method GetProjectEventListItemOnPersonAsync(Int32, Int32, CancellationToken)

SuperOffice.CRM.Archives.ProjectList is Modified

  • Deleted items
    • Method GetProjectListFromContact(Contact)
    • Method GetProjectListFromContact(ContactRow)
    • Method GetProjectListFromContact(Int32)
    • Method OnLoad(ProjectListQuery, SoDataReader)
  • Modified items
SuperOffice.CRM.Archives.ProjectList.ProjectListQuery is Modified
  • Deleted items
    • Method .ProjectListQueryop_Implicit(ProjectListQuery)
    • Method .ProjectListQueryToProjectList()
  • New items
    • Method .ProjectListQueryToProjectListAsync(CancellationToken)
  • New items
    • Method GetProjectListFromContactAsync(Contact, CancellationToken)
    • Method GetProjectListFromContactAsync(ContactRow, CancellationToken)
    • Method GetProjectListFromContactAsync(Int32, CancellationToken)
    • Method OnLoadAsync(ProjectListQuery, SoDataReader, CancellationToken)

SuperOffice.CRM.Archives.ProjectListItem is Modified

  • Deleted items
    • Method GetProjectListItem(Int32)
  • New items
    • Method GetProjectListItemAsync(Int32, CancellationToken)

SuperOffice.CRM.Archives.ProjectMemberList is Modified

  • Deleted items
    • Method OnLoad(ProjectMemberListQuery, SoDataReader)
  • Modified items
SuperOffice.CRM.Archives.ProjectMemberList.ProjectMemberListQuery is Modified
  • Deleted items
    • Method .ProjectMemberListQueryop_Implicit(ProjectMemberListQuery)
    • Method .ProjectMemberListQueryToProjectMemberList()
  • New items
    • Method .ProjectMemberListQueryToProjectMemberListAsync(CancellationToken)
  • New items
    • Method OnLoadAsync(ProjectMemberListQuery, SoDataReader, CancellationToken)

SuperOffice.CRM.Archives.RelationsList is Modified

  • Deleted items
    • Method OnLoad(RelationsListQuery, SoDataReader)
  • Modified items
SuperOffice.CRM.Archives.RelationsList.RelationsListQuery is Modified
  • Deleted items
    • Method .RelationsListQueryop_Implicit(RelationsListQuery)
    • Method .RelationsListQueryToRelationsList()
  • New items
    • Method .RelationsListQueryToRelationsListAsync(CancellationToken)
  • New items
    • Method OnLoadAsync(RelationsListQuery, SoDataReader, CancellationToken)

SuperOffice.CRM.Archives.SaleList is Modified

  • Deleted items
    • Method OnLoad(SaleListQuery, SoDataReader)
  • Modified items
SuperOffice.CRM.Archives.SaleList.SaleListQuery is Modified
  • Deleted items
    • Method .SaleListQueryop_Implicit(SaleListQuery)
    • Method .SaleListQueryToSaleList()
  • New items
    • Method .SaleListQueryToSaleListAsync(CancellationToken)
  • New items
    • Method OnLoadAsync(SaleListQuery, SoDataReader, CancellationToken)

SuperOffice.CRM.Archives.SaleListItem is Modified

  • Deleted items
    • Method GetSaleListItem(Int32)
  • New items
    • Method GetSaleListItemAsync(Int32, CancellationToken)

SuperOffice.CRM.Cache.AssociateCache is Modified

  • Deleted items
    • Method GetAssociateImage(Int32, Int32, Int32)
    • Method GetCurrent()
    • Method GetPersonImage(Int32)
    • Method IsCacheInvalidated(String, Int32, PrivateSave)
  • Modified items
    • Method AssociateCache()
  • New items
    • Method GetAssociateEjUserStatus(Int32)
    • Method GetAssociateEmailAddress(Int32)
    • Method GetAssociateImageAsync(Int32, Int32, Int32)
    • Method GetAssociateRoleId(Int32)
    • Method GetPersonImageAsync(Int32)
    • Method IsCacheInvalidatedAsync(String, Int32, PrivateSave, CancellationToken)
    • Method OnLoadAsync(CancellationToken)

SuperOffice.CRM.Cache.ConsentCache is Modified

  • Deleted items
    • Method GetCurrent()
  • Modified items
    • Method ConsentCache()
  • New items
    • Method OnLoadAsync(CancellationToken)

SuperOffice.CRM.Cache.CurrencyCache is Modified

  • Deleted items
    • Method GetCurrent()
  • Modified items
    • Method CurrencyCache()
  • New items
    • Method OnLoadAsync(CancellationToken)

SuperOffice.CRM.Cache.ExtraFieldsCache is Modified

  • Deleted items
    • Method GetCurrent()
  • Modified items
    • Method ExtraFieldsCache()
  • New items
    • Method OnLoadAsync(CancellationToken)

SuperOffice.CRM.Cache.FreetextStatusCache is Modified

  • Deleted items
    • Method GetInstance()
  • New items
    • Method GetInstanceAsync(CancellationToken)

SuperOffice.CRM.Cache.MDOListTableAmountClassCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTableAssociateCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTableBusinessCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTableCacheTypedBase<T> is Modified

  • New items
    • Method OnLoadAsync(CancellationToken)

SuperOffice.CRM.Cache.MDOListTableCategoryCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTableComptrCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTableContIntCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTableCountryCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTableCreditedCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTableCurrencyCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTableDeliveryTermsCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTableDeliveryTypeCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTableDocTmplCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTableExtAppCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTableIntentCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTableMrMrsCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTablePaymentTermsCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTablePaymentTypeCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTablePersIntCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTablePersPosCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTablePMembTypeCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTablePriceUnitCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTablePriorityCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTableProbCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTableProductCategoryCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTableProductFamilyCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTableProductTypeCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTableProjStatusCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTableProjTypeCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTableQuoteApprReasonCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTableQuoteDenyReasonCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTableReasonCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTableReasonSoldCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTableReasonStalledCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTableRejectReasonCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTableRelationDefinitionCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTableSaleTypeCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTableSaleTypeCatCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTableSalutationCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTableSearchCatCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTableSourceCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTableStakeholderRoleCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTableSubscriptionUnitCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTableTagsCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTableTaskCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTableTaskMenuCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOListTableUDListCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Cache.MDOPreferenceCache is Modified

  • Deleted items
    • Method GetCurrent()
    • Method IsCacheInvalidated(String, Int32, PrivateSave)
  • New items
    • Method IsCacheInvalidatedAsync(String, Int32, PrivateSave, CancellationToken)
    • Method OnLoadAsync(CancellationToken)

SuperOffice.CRM.Cache.RelationDefinitionCache is Modified

  • Deleted items
    • Method GetCurrent()
  • Modified items
    • Method RelationDefinitionCache()
  • New items
    • Method OnLoadAsync(CancellationToken)

SuperOffice.CRM.Cache.SystemEventCache is Modified

  • Deleted items
    • Method GetCurrent()
  • New items
    • Method OnLoadAsync(CancellationToken)

SuperOffice.CRM.Cache.TicketPriorityCache is Modified

  • Deleted items
    • Method GetCurrent()
  • Modified items
    • Method TicketPriorityCache()
  • New items
    • Method OnLoadAsync(CancellationToken)

SuperOffice.CRM.Cache.TicketStatusCache is Modified

  • Deleted items
    • Method GetCurrent()
  • Modified items
    • Method TicketStatusCache()
  • New items
    • Method OnLoadAsync(CancellationToken)

SuperOffice.CRM.CustomerService is Modified

  • Deleted items
    • Method GetCSRegistryValue(Int32)
    • Method GetEMarketingUrl(String)
    • Method GetSubscriptionManagementUrl(Int32)
    • Method GetSubscriptionManagementUrl(Int32, String)
  • New items
    • Method GetCSRegistryValueAsync(Int32, CancellationToken)
    • Method GetEMarketingUrlAsync(String, CancellationToken)
    • Method GetSubscriptionManagementUrlAsync(Int32, String, CancellationToken)
    • Method GetSubscriptionManagementUrlAsync(Int32, CancellationToken)

SuperOffice.CRM.Documents.ArchiveTempFileProvider is Modified

  • Deleted items
    • Method CheckIfFileExists(String)
    • Method CreateFile(String)
    • Method CreateFileForAppending(String)
    • Method DeleteFile(String)
    • Method ReadFileChunk(String, Int64, Byte[])
    • Method ReadFileComplete(String)
    • Method WriteFileChunk(String, Int64, Byte[])
    • Method WriteFileComplete(String, Stream)
  • New items
    • Method CheckIfFileExistsAsync(String, CancellationToken)
    • Method CreateFileAsync(String, CancellationToken)
    • Method CreateFileForAppendingAsync(String, CancellationToken)
    • Method DeleteFileAsync(String, CancellationToken)
    • Method ReadFileChunkAsync(String, Int64, Byte[], CancellationToken)
    • Method ReadFileCompleteAsync(String, CancellationToken)
    • Method WriteFileChunkAsync(String, Int64, Byte[], CancellationToken)
    • Method WriteFileCompleteAsync(String, Stream, CancellationToken)

SuperOffice.CRM.Documents.DocumentEntityHelper is Modified

  • Deleted items
    • Method GetSanitizedTemplateStream(String, Boolean, String)
  • New items
    • Method GetSanitizedTemplateStreamAsync(String, Boolean, String, CancellationToken)

SuperOffice.CRM.Documents.PhysicalDocument is Modified

  • Deleted items
    • Property ExternalReference
    • Method BeginRead()
    • Method BeginWrite()
    • Method CheckinDocument(String[], String, String[])
    • Method CheckoutDocument(String[])
    • Method CreateDefaultDocumentTemplate(Int32, Int32)
    • Method CreateDefaultDocumentTemplateLanguage(IDocumentTemplateInfo, String)
    • Method CreateFilenameForNewTemplate(IDocumentTemplateInfo, String)
    • Method CreateNewEmpty(IDocumentInfo, String&, String[], String, String[])
    • Method CreateNewEmptyByRef(IDocumentInfo&, String&, String[], String, String[])
    • Method CreateNewFromTemplate(IDocumentInfo, String&, String[], String, String[], String)
    • Method CreateNewFromTemplateWithTags(IDocumentInfo, String&, String[], String, String[], TagContainer, String)
    • Method CreateNewFromTemplateWithTagsAsStream(Int32, String, TagContainer)
    • Method DeleteDocument(String[])
    • Method DeleteDocumentTemplateLanguage(IDocumentTemplateInfo, String)
    • Method EndRead()
    • Method EndWrite()
    • Method Exists()
    • Method GetCheckoutState()
    • Method GetDatabaseLanguageCode()
    • Method GetDatabaseLanguageCulture()
    • Method GetDefaultDocumentPluginId()
    • Method GetDocumentIdFromPath(String)
    • Method GetDocumentProperties(String[])
    • Method GetDocumentTemplateProperties(Int32, String[])
    • Method GetDocumentTemplateUrl(Int32, Boolean, String)
    • Method GetDocumentUrl()
    • Method GetDocumentUrl(IDocumentInfo, String, Boolean)
    • Method GetDocumentUrl(String, Boolean)
    • Method GetLength(String)
    • Method GetTemplateExtension(Int32)
    • Method GetTemplateId(String)
    • Method GetTemplateLanguages(IDocumentTemplateInfo)
    • Method LoadDocumentStream()
    • Method LoadDocumentStream(IDocumentInfo, String)
    • Method LoadDocumentStream(String)
    • Method LoadDocumentTemplateStream(Int32, String)
    • Method LoadDocumentTemplateStream(Int32, String, String&)
    • Method LoadDocumentTemplateStream(String, Boolean, String)
    • Method RenameDocument(String)
    • Method SaveDocumentFromStream(IDocumentInfo, String[], Stream)
    • Method SaveDocumentFromStream(String[], Stream)
    • Method SaveDocumentTemplateStream(Int32, Stream, String, Int32, String)
    • Method SetDocumentTemplateFromDocumentTemplate(IDocumentTemplateInfo, IDocumentTemplateInfo)
    • Method SuggestFilename()
    • Method UndoCheckoutDocument(String[])
  • Modified items
    • Method Read(Int64, Byte[], Int32, Int32)
    • Method Write(Int64, Byte[], Int32, Int32)
  • New items
    • Method BeginReadAsync(CancellationToken)
    • Method BeginWriteAsync(CancellationToken)
    • Method CheckinDocumentAsync(String[], String, String[], CancellationToken)
    • Method CheckoutDocumentAsync(CancellationToken, String[])
    • Method CreateDefaultDocumentTemplateAsync(Int32, Int32, CancellationToken)
    • Method CreateDefaultDocumentTemplateLanguageAsync(IDocumentTemplateInfo, String, CancellationToken)
    • Method CreateFilenameForNewTemplateAsync(IDocumentTemplateInfo, String, CancellationToken)
    • Method CreateNewEmptyAsync(IDocumentInfo, String, String[], String, String[], CancellationToken)
    • Method CreateNewEmptyByRefAsync(IDocumentInfo, String, String[], String, String[])
    • Method CreateNewFromTemplateAsync(IDocumentInfo, String, String[], String, String[], String, CancellationToken)
    • Method CreateNewFromTemplateWithTagsAsStreamAsync(Int32, String, TagContainer, CancellationToken)
    • Method CreateNewFromTemplateWithTagsAsync(IDocumentInfo, String, String[], String, String[], TagContainer, String, CancellationToken)
    • Method DeleteDocumentAsync(CancellationToken, String[])
    • Method DeleteDocumentTemplateLanguageAsync(IDocumentTemplateInfo, String, CancellationToken)
    • Method EndReadAsync(CancellationToken)
    • Method EndWriteAsync(CancellationToken)
    • Method ExistsAsync(CancellationToken)
    • Method GetCheckoutStateAsync(CancellationToken)
    • Method GetDatabaseLanguageCodeAsync(CancellationToken)
    • Method GetDatabaseLanguageCultureAsync(CancellationToken)
    • Method GetDefaultDocumentPluginIdAsync(CancellationToken)
    • Method GetDocumentIdFromPathAsync(String, CancellationToken)
    • Method GetDocumentPropertiesAsync(String[], CancellationToken)
    • Method GetDocumentTemplatePropertiesAsync(Int32, CancellationToken, String[])
    • Method GetDocumentTemplateUrlAsync(Int32, Boolean, String, CancellationToken)
    • Method GetDocumentUrlAsync(IDocumentInfo, String, Boolean, CancellationToken)
    • Method GetDocumentUrlAsync(String, Boolean, CancellationToken)
    • Method GetDocumentUrlAsync(CancellationToken)
    • Method GetLengthAsync(String, CancellationToken)
    • Method GetTemplateExtensionAsync(Int32, CancellationToken)
    • Method GetTemplateLanguagesAsync(IDocumentTemplateInfo, CancellationToken)
    • Method LoadDocumentStreamAsync(IDocumentInfo, String, CancellationToken)
    • Method LoadDocumentStreamAsync(String, CancellationToken)
    • Method LoadDocumentStreamAsync(CancellationToken)
    • Method LoadDocumentTemplateStreamAsync(Int32, String, CancellationToken)
    • Method LoadDocumentTemplateStreamAsync(String, Boolean, String, CancellationToken)
    • Method ReadAsync(Int64, Byte[], Int32, Int32, CancellationToken)
    • Method RenameDocumentAsync(String, CancellationToken)
    • Method SaveDocumentFromStreamAsync(IDocumentInfo, String[], Stream, CancellationToken)
    • Method SaveDocumentFromStreamAsync(String[], Stream, CancellationToken)
    • Method SaveDocumentTemplateStreamAsync(Int32, Stream, String, Int32, String, CancellationToken)
    • Method SetDocumentTemplateFromDocumentTemplateAsync(IDocumentTemplateInfo, IDocumentTemplateInfo, CancellationToken)
    • Method SuggestFilenameAsync(CancellationToken)
    • Method UndoCheckoutDocumentAsync(CancellationToken, String[])
    • Method WriteAsync(Int64, Byte[], Int32, Int32, CancellationToken)

SuperOffice.CRM.Documents.PhysicalDocumentTemplate is Modified

  • Deleted items
    • Method Load()
    • Method Load(String)
    • Method Save(Stream)
    • Method Save(Stream, String)
  • New items
    • Method LoadAsync(String, CancellationToken)
    • Method LoadAsync(CancellationToken)
    • Method SaveAsync(Stream, String, CancellationToken)
    • Method SaveAsync(Stream, CancellationToken)

SuperOffice.CRM.Documents.SoArc2 is Modified

  • Deleted items
    • Method CheckinDocument(IDocumentInfo, String[], String, String[])
    • Method CheckoutDocument(IDocumentInfo, String[])
    • Method CreateDefaultDocumentTemplate(Int32, IDocumentTemplateInfo)
    • Method CreateDocument(IDocumentInfo, String&, String[], String, String[])
    • Method DeleteDocument(IDocumentInfo, String[])
    • Method DeleteDocumentTemplate(IDocumentTemplateInfo, String[])
    • Method DeleteDocumentTemplateLanguage(IDocumentTemplateInfo, String, String[])
    • Method Exists(IDocumentInfo)
    • Method GetCheckoutState(IDocumentInfo)
    • Method GetDocumentIdFromPath(String)
    • Method GetDocumentProperties(IDocumentInfo, String[])
    • Method GetDocumentTemplateLanguages(IDocumentTemplateInfo)
    • Method GetDocumentTemplateProperties(IDocumentTemplateInfo, String[])
    • Method GetDocumentTemplateUrl(IDocumentTemplateInfo, Boolean, String)
    • Method GetDocumentUrl(IDocumentInfo, String, Boolean)
    • Method GetLength(IDocumentInfo, String)
    • Method GetTemplateExtension(IDocumentTemplateInfo)
    • Method LoadDocumentStream(IDocumentInfo, String)
    • Method LoadDocumentTemplateStream(IDocumentTemplateInfo, String)
    • Method RenameDocument(IDocumentInfo, String)
    • Method SaveDocumentFromStream(IDocumentInfo, String[], Stream)
    • Method SaveDocumentTemplateStream(IDocumentTemplateInfo, Stream, String)
    • Method UndoCheckoutDocument(IDocumentInfo, String[])
  • New items
    • Method CheckinDocumentAsync(IDocumentInfo, String[], String, String[], CancellationToken)
    • Method CheckoutDocumentAsync(IDocumentInfo, String[], CancellationToken)
    • Method CreateDefaultDocumentTemplateAsync(Int32, IDocumentTemplateInfo, CancellationToken)
    • Method CreateDocumentAsync(IDocumentInfo, String, String[], String, String[], CancellationToken)
    • Method DeleteDocumentAsync(IDocumentInfo, String[], CancellationToken)
    • Method DeleteDocumentTemplateAsync(IDocumentTemplateInfo, String[], CancellationToken)
    • Method DeleteDocumentTemplateLanguageAsync(IDocumentTemplateInfo, String, String[], CancellationToken)
    • Method ExistsAsync(IDocumentInfo, CancellationToken)
    • Method GetCheckoutStateAsync(IDocumentInfo, CancellationToken)
    • Method GetDocumentIdFromPathAsync(String, CancellationToken)
    • Method GetDocumentPropertiesAsync(IDocumentInfo, String[], CancellationToken)
    • Method GetDocumentTemplateLanguagesAsync(IDocumentTemplateInfo, CancellationToken)
    • Method GetDocumentTemplatePropertiesAsync(IDocumentTemplateInfo, String[], CancellationToken)
    • Method GetDocumentTemplateUrlAsync(IDocumentTemplateInfo, Boolean, String, CancellationToken)
    • Method GetDocumentUrlAsync(IDocumentInfo, String, Boolean, CancellationToken)
    • Method GetLengthAsync(IDocumentInfo, String, CancellationToken)
    • Method GetTemplateExtensionAsync(IDocumentTemplateInfo, CancellationToken)
    • Method LoadDocumentStreamAsync(IDocumentInfo, String, CancellationToken)
    • Method LoadDocumentTemplateStreamAsync(IDocumentTemplateInfo, String, CancellationToken)
    • Method RenameDocumentAsync(IDocumentInfo, String, CancellationToken)
    • Method SaveDocumentFromStreamAsync(IDocumentInfo, String[], Stream, CancellationToken)
    • Method SaveDocumentTemplateStreamAsync(IDocumentTemplateInfo, Stream, String, CancellationToken)
    • Method UndoCheckoutDocumentAsync(IDocumentInfo, String[], CancellationToken)

SuperOffice.CRM.Documents.SoArc2Helper is Modified

  • Deleted items
    • Method GetAssociateName(Int32)
    • Method GetCurrentVersionFolderPath(DocumentRow)
    • Method GetFullArchivePath(DocumentRow)
  • New items
    • Method GetAssociateNameAsync(Int32, CancellationToken)
    • Method GetCurrentVersionFolderPathAsync(DocumentRow, CancellationToken)
    • Method GetFullArchivePathAsync(DocumentRow, CancellationToken)

SuperOffice.CRM.Entities.ActivityLinksHelper is Modified

  • Deleted items
    • Method AddAppointmentLink(AppointmentRow)
    • Method AddDocumentLink(DocumentRow)
    • Method AddLinks(RelationsRows)
    • Method AddSaleLink(SaleRow)
    • Method OnPreIdUpdate()
    • Method OnPrimaryKeyRequest(PKContainer)
    • Method OnSaved(Boolean)
    • Method SetLinks(RelationsRows)
  • Modified items
    • Method ActivityLinksHelper(TableRowBase, TableRowBase)
  • New items
    • Method AddAppointmentLinkAsync(AppointmentRow, CancellationToken)
    • Method AddDocumentLinkAsync(DocumentRow, CancellationToken)
    • Method AddLinksAsync(RelationsRows, CancellationToken)
    • Method AddSaleLinkAsync(SaleRow, CancellationToken)
    • Method CreateAsync(TableRowBase, TableRowBase, CancellationToken)
    • Method OnPreIdUpdateAsync()
    • Method OnPrimaryKeyRequestAsync(PKContainer)
    • Method OnSavedAsync(Boolean)
    • Method SetLinksAsync(RelationsRows, CancellationToken)

SuperOffice.CRM.Entities.Appointment is Modified

  • Deleted items
    • Property BookingMaster
    • Property LinksHelper
    • Method Delete()
    • Method GetAdditionalRelatedNestedPersist(List<INestedPersist>, Boolean)
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxActiveDateAssociateIdAppointmentIdMotherId(DateTime, Int32, Int32, Int32)
    • Method GetFromIdxActiveDateMotherIdTypeDocumentIdAppointmentIdAssignedByAssociateIdProjectIdGroupIdxRegisteredRegisteredAssociateId(DateTime, Int32, AppointmentType, Int32, Int32, Int32, Int32, Int32, Int32, DateTime, Int32)
    • Method GetFromIdxAppointmentId(Int32)
    • Method GetFromIdxAssociateIdGroupIdxActiveDateTypeRegisteredMotherIdAppointmentIdAssignedByStatusRegisteredAssociateId(Int32, Int32, DateTime, AppointmentType, DateTime, Int32, Int32, Int32, AppointmentStatus, Int32)
    • Method GetRelatedNestedPersist(List<INestedPersist>, Boolean)
    • Method InitBookingMaster()
    • Method OnIdUpdate()
    • Method OnPreIdUpdate()
    • Method SetDefaults()
    • Method SetDefaults(DefaulterStrategy)
    • Method SetDefaults(TaskType)
    • Method SetDefaults(TaskType, DefaulterStrategy)
    • Method Validate()
    • Method VerifyToDoDates(TaskType)
  • Modified items
SuperOffice.CRM.Entities.Appointment.AppointmentIdx is Modified
  • Deleted items
    • Method .AppointmentIdxop_Implicit(AppointmentIdx)
  • New items
    • Method .AppointmentIdxToAppointmentAsync(CancellationToken)
  • New items
    • Method DeleteAsync()
    • Method GetAdditionalRelatedNestedPersistAsync(List<INestedPersist>, Boolean, CancellationToken)
    • Method GetBookingMasterAsync(CancellationToken)
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxActiveDateAssociateIdAppointmentIdMotherIdAsync(DateTime, Int32, Int32, Int32, CancellationToken)
    • Method GetFromIdxActiveDateMotherIdTypeDocumentIdAppointmentIdAssignedByAssociateIdProjectIdGroupIdxRegisteredRegisteredAssociateIdAsync(DateTime, Int32, AppointmentType, Int32, Int32, Int32, Int32, Int32, Int32, DateTime, Int32, CancellationToken)
    • Method GetFromIdxAppointmentIdAsync(Int32, CancellationToken)
    • Method GetFromIdxAssociateIdGroupIdxActiveDateTypeRegisteredMotherIdAppointmentIdAssignedByStatusRegisteredAssociateIdAsync(Int32, Int32, DateTime, AppointmentType, DateTime, Int32, Int32, Int32, AppointmentStatus, Int32, CancellationToken)
    • Method GetLinksHelperAsync(CancellationToken)
    • Method GetRelatedNestedPersistAsync(List<INestedPersist>, Boolean, CancellationToken)
    • Method InitBookingMasterAsync(CancellationToken)
    • Method OnIdUpdateAsync()
    • Method OnPreIdUpdateAsync()
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)
    • Method SetDefaultsAsync(TaskType, DefaulterStrategy, CancellationToken)
    • Method SetDefaultsAsync(TaskType, CancellationToken)
    • Method SetDefaultsAsync(CancellationToken)
    • Method ValidateAsync(CancellationToken)
    • Method VerifyToDoDatesAsync(TaskType, CancellationToken)

SuperOffice.CRM.Entities.AppointmentCollection is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxActiveDate(DateTime)
    • Method GetFromIdxActiveDateMotherIdRecurrenceRuleId(DateTime, Int32, Int32)
    • Method GetFromIdxActiveDateStatusTypeAssociateId(DateTime, AppointmentStatus, AppointmentType, Int32)
    • Method GetFromIdxAssociateIdDoByStatusType(Int32, DateTime, AppointmentStatus, AppointmentType)
    • Method GetFromIdxAssociateIdRecurrenceRuleIdActiveDate(Int32, Int32, DateTime)
    • Method GetFromIdxAssociateIdStatusDoneType(Int32, AppointmentStatus, DateTime, AppointmentType)
    • Method GetFromIdxContactId(Int32)
    • Method GetFromIdxContactIdType(Int32, AppointmentType)
    • Method GetFromIdxDoBy(DateTime)
    • Method GetFromIdxDoByTypeEndDateAssociateId(DateTime, AppointmentType, DateTime, Int32)
    • Method GetFromIdxDocumentId(Int32)
    • Method GetFromIdxDone(DateTime)
    • Method GetFromIdxGroupIdx(Int32)
    • Method GetFromIdxMotherId(Int32)
    • Method GetFromIdxPersonId(Int32)
    • Method GetFromIdxProjectId(Int32)
    • Method GetFromIdxProjectIdType(Int32, AppointmentType)
    • Method GetFromIdxSource(Int16)
    • Method GetFromIdxTextId(Int32)
    • Method GetFromIdxUserdef2Id(Int32)
    • Method GetFromIdxUserdefId(Int32)
  • Modified items
SuperOffice.CRM.Entities.AppointmentCollection.AppointmentCollectionIdx is Modified
  • Deleted items
    • Method .AppointmentCollectionIdxop_Implicit(AppointmentCollectionIdx)
    • Method .AppointmentCollectionIdxToAppointmentCollection()
  • New items
    • Method .AppointmentCollectionIdxToAppointmentCollectionAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxActiveDate(DateTime, CancellationToken)
    • Method GetFromIdxActiveDateMotherIdRecurrenceRuleId(DateTime, Int32, Int32, CancellationToken)
    • Method GetFromIdxActiveDateStatusTypeAssociateIdAsync(DateTime, AppointmentStatus, AppointmentType, Int32, CancellationToken)
    • Method GetFromIdxAssociateIdDoByStatusType(Int32, DateTime, AppointmentStatus, AppointmentType, CancellationToken)
    • Method GetFromIdxAssociateIdRecurrenceRuleIdActiveDate(Int32, Int32, DateTime, CancellationToken)
    • Method GetFromIdxAssociateIdStatusDoneType(Int32, AppointmentStatus, DateTime, AppointmentType, CancellationToken)
    • Method GetFromIdxContactId(Int32, CancellationToken)
    • Method GetFromIdxContactIdTypeAsync(Int32, AppointmentType, CancellationToken)
    • Method GetFromIdxDoBy(DateTime, CancellationToken)
    • Method GetFromIdxDoByTypeEndDateAssociateIdAsync(DateTime, AppointmentType, DateTime, Int32, CancellationToken)
    • Method GetFromIdxDocumentId(Int32, CancellationToken)
    • Method GetFromIdxDone(DateTime, CancellationToken)
    • Method GetFromIdxGroupIdx(Int32, CancellationToken)
    • Method GetFromIdxMotherIdAsync(Int32, CancellationToken)
    • Method GetFromIdxPersonId(Int32, CancellationToken)
    • Method GetFromIdxProjectId(Int32, CancellationToken)
    • Method GetFromIdxProjectIdTypeAsync(Int32, AppointmentType, CancellationToken)
    • Method GetFromIdxSource(Int16, CancellationToken)
    • Method GetFromIdxTextId(Int32, CancellationToken)
    • Method GetFromIdxUserdef2Id(Int32, CancellationToken)
    • Method GetFromIdxUserdefId(Int32, CancellationToken)

SuperOffice.CRM.Entities.BookingManagerModified is Modified

SuperOffice.CRM.Entities.ConsentManagement is Modified

  • Deleted items
    • Method GetConsentInfos(Int32)
    • Method GetConsentRow(Int32, Int32, Int32, Int32, String)
    • Method GetConsentRow(Int32, String, String, String, String)
    • Method GetStoreConsentInfo(Int32)
    • Method HasConsent(Int32, String)
    • Method RemoveConsent(Int32, String)
    • Method SetConsent(Int32, Int32, Int32, Int32, String)
    • Method SetConsent(Int32, String, String, String, String)
  • New items
    • Method GetConsentInfosAsync(Int32, CancellationToken)
    • Method GetConsentRowAsync(Int32, Int32, Int32, Int32, String, CancellationToken)
    • Method GetConsentRowAsync(Int32, String, String, String, String, CancellationToken)
    • Method GetStoreConsentInfoAsync(Int32, CancellationToken)
    • Method HasConsentAsync(Int32, String, CancellationToken)
    • Method RemoveConsentAsync(Int32, String, CancellationToken)
    • Method SetConsentAsync(Int32, Int32, Int32, Int32, String, CancellationToken)
    • Method SetConsentAsync(Int32, String, String, String, String, CancellationToken)

SuperOffice.CRM.Entities.ConsentManagementEmail is Modified

  • Deleted items
    • Method ConsentManagementEmail(Person)
    • Method ConsentManagementEmail(Int32, Int32, Int32, Int32, String)
    • Method ConsentManagementEmail(Int32, String, Int32, Int32, String)
    • Method ConsentManagementEmail(Int32, String, Int32, Int32, String, String, String)
    • Method GetBestLanguageForPerson(Int32, Int32)
    • Method GetBestLanguageForPerson(Int32, String[], Int32, Int32)
    • Method GetBestLanguageForPerson(String[], Int32)
    • Method GetCurrentPrincipalPreferredLangauge(Int32)
    • Method GetPersonEmail()
    • Method GetSupportedLanguagesForDocTmplate(String)
    • Method SendNewPersonConfirmationEmail()
  • New items
    • Method CreateAsync(Person, CancellationToken)
    • Method CreateAsync(Int32, String, Int32, Int32, String, CancellationToken)
    • Method GetBestLanguageForPersonAsync(Int32, Int32, CancellationToken)
    • Method GetBestLanguageForPersonAsync(Int32, String[], Int32, Int32, CancellationToken)
    • Method GetBestLanguageForPersonAsync(String[], Int32, CancellationToken)
    • Method GetPersonEmailAsync(CancellationToken)
    • Method GetSupportedLanguagesForDocTemplateAsync(String, CancellationToken)
    • Method SendNewPersonConfirmationEmailAsync(CancellationToken)

SuperOffice.CRM.Entities.Contact is Modified

  • Deleted items
    • Property Appointments
    • Property CompanyDomains
    • Property Emails
    • Property InterestHelper
    • Property Interests
    • Property OwnerContactLinks
    • Property SaintCounterValue
    • Property SaintStatusValue
    • Property SaleHistory
    • Property Satellites
    • Property SelectionMemberships
    • Property Urls
    • Method Delete()
    • Method GetRelatedNestedPersist(List<INestedPersist>, Boolean)
    • Method IsNumberValid()
    • Method OnIdUpdate()
    • Method OnPreIdUpdate()
    • Method OnSave(BatchSave)
    • Method SetDefaults()
    • Method SetDefaults(DefaulterStrategy)
    • Method Undelete()
    • Method Validate()
  • Modified items
SuperOffice.CRM.Entities.Contact.ContactIdx is Modified
  • Deleted items
    • Method .ContactIdxop_Implicit(ContactIdx)
  • New items
    • Method .ContactIdxToContactAsync(CancellationToken)
  • New items
    • Method DeleteAsync()
    • Method GetAppointmentsAsync(CancellationToken)
    • Method GetCompanyDomainsAsync(CancellationToken)
    • Method GetEmailsAsync(CancellationToken)
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxContactIdAsync(Int32, CancellationToken)
    • Method GetInterestHelperAsync(CancellationToken)
    • Method GetInterestsAsync(CancellationToken)
    • Method GetOwnerContactLinksAsync(CancellationToken)
    • Method GetRelatedNestedPersistAsync(List<INestedPersist>, Boolean, CancellationToken)
    • Method GetSaintCounterValueAsync(CancellationToken)
    • Method GetSaintStatusValueAsync(CancellationToken)
    • Method GetSaleHistoryAsync(CancellationToken)
    • Method GetSatellitesAsync(CancellationToken)
    • Method GetSelectionMembershipsAsync(CancellationToken)
    • Method GetUrlsAsync(CancellationToken)
    • Method IsNumberValidAsync(CancellationToken)
    • Method OnIdUpdateAsync()
    • Method OnPreIdUpdateAsync()
    • Method OnSaveAsync(BatchSave)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)
    • Method SetDefaultsAsync(CancellationToken)
    • Method UndeleteAsync(CancellationToken)
    • Method ValidateAsync(CancellationToken)

SuperOffice.CRM.Entities.ContactCollection is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxBusinessIdx(Int32)
    • Method GetFromIdxCategoryIdx(Int32)
    • Method GetFromIdxDepartment(String)
    • Method GetFromIdxKananame(String)
    • Method GetFromIdxMotherId(Int32)
    • Method GetFromIdxName(String)
    • Method GetFromIdxNameDepartment(String, String)
    • Method GetFromIdxNumber1(String)
    • Method GetFromIdxNumber2(String)
    • Method GetFromIdxOrgNr(String)
    • Method GetFromIdxSoundEx(String)
    • Method GetFromIdxSource(Int16)
    • Method GetFromIdxUserdef2Id(Int32)
    • Method GetFromIdxUserdefId(Int32)
  • Modified items
SuperOffice.CRM.Entities.ContactCollection.ContactCollectionIdx is Modified
  • Deleted items
    • Method .ContactCollectionIdxop_Implicit(ContactCollectionIdx)
    • Method .ContactCollectionIdxToContactCollection()
  • New items
    • Method .ContactCollectionIdxToContactCollectionAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxBusinessIdxAsync(Int32, CancellationToken)
    • Method GetFromIdxCategoryIdxAsync(Int32, CancellationToken)
    • Method GetFromIdxDepartmentAsync(String, CancellationToken)
    • Method GetFromIdxKananameAsync(String, CancellationToken)
    • Method GetFromIdxMotherIdAsync(Int32, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxNameDepartmentAsync(String, String, CancellationToken)
    • Method GetFromIdxNumber1Async(String, CancellationToken)
    • Method GetFromIdxNumber2Async(String, CancellationToken)
    • Method GetFromIdxOrgNrAsync(String, CancellationToken)
    • Method GetFromIdxSoundExAsync(String, CancellationToken)
    • Method GetFromIdxSourceAsync(Int16, CancellationToken)
    • Method GetFromIdxUserdef2IdAsync(Int32, CancellationToken)
    • Method GetFromIdxUserdefIdAsync(Int32, CancellationToken)

SuperOffice.CRM.Entities.Defaulter is Modified

  • Deleted items
    • Method SetDefaults(Appointment)
    • Method SetDefaults(Appointment, DefaulterStrategy)
    • Method SetDefaults(Appointment, TaskType)
    • Method SetDefaults(Appointment, TaskType, DefaulterStrategy)
    • Method SetDefaults(Contact)
    • Method SetDefaults(Contact, DefaulterStrategy)
    • Method SetDefaults(Document)
    • Method SetDefaults(Document, DefaulterStrategy)
    • Method SetDefaults(EntityBase)
    • Method SetDefaults(EntityBase, DefaulterStrategy)
    • Method SetDefaults(Person)
    • Method SetDefaults(Person, DefaulterStrategy)
    • Method SetDefaults(Person, Int32)
    • Method SetDefaults(Person, Int32, DefaulterStrategy)
    • Method SetDefaults(Project)
    • Method SetDefaults(Project, DefaulterStrategy)
    • Method SetDefaults(ProjectMember)
    • Method SetDefaults(ProjectMember, DefaulterStrategy)
    • Method SetDefaults(Sale)
    • Method SetDefaults(Sale, DefaulterStrategy)
    • Method SetDefaults(Selection)
    • Method SetDefaults(Selection, DefaulterStrategy)
  • New items
    • Method SetDefaultsAsync(Appointment, DefaulterStrategy, CancellationToken)
    • Method SetDefaultsAsync(Appointment, TaskType, DefaulterStrategy, CancellationToken)
    • Method SetDefaultsAsync(Appointment, TaskType, CancellationToken)
    • Method SetDefaultsAsync(Appointment, CancellationToken)
    • Method SetDefaultsAsync(Contact, DefaulterStrategy, CancellationToken)
    • Method SetDefaultsAsync(Contact, CancellationToken)
    • Method SetDefaultsAsync(Document, DefaulterStrategy, CancellationToken)
    • Method SetDefaultsAsync(Document, CancellationToken)
    • Method SetDefaultsAsync(EntityBase, DefaulterStrategy, CancellationToken)
    • Method SetDefaultsAsync(EntityBase, CancellationToken)
    • Method SetDefaultsAsync(Person, DefaulterStrategy, CancellationToken)
    • Method SetDefaultsAsync(Person, Int32, DefaulterStrategy, CancellationToken)
    • Method SetDefaultsAsync(Person, Int32, CancellationToken)
    • Method SetDefaultsAsync(Person, CancellationToken)
    • Method SetDefaultsAsync(Project, DefaulterStrategy, CancellationToken)
    • Method SetDefaultsAsync(Project, CancellationToken)
    • Method SetDefaultsAsync(ProjectMember, DefaulterStrategy, CancellationToken)
    • Method SetDefaultsAsync(ProjectMember, CancellationToken)
    • Method SetDefaultsAsync(Sale, DefaulterStrategy, CancellationToken)
    • Method SetDefaultsAsync(Sale, CancellationToken)
    • Method SetDefaultsAsync(Selection, DefaulterStrategy, CancellationToken)
    • Method SetDefaultsAsync(Selection, CancellationToken)

SuperOffice.CRM.Entities.Document is Modified

  • Deleted items
    • Property LinksHelper
    • Method Delete()
    • Method GetAdditionalRelatedNestedPersist(List<INestedPersist>, Boolean)
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxDocumentId(Int32)
    • Method GetRelatedNestedPersist(List<INestedPersist>, Boolean)
    • Method OnIdUpdate()
    • Method OnPreIdUpdate()
    • Method OnPreIdUpdateImplementation()
    • Method OnSaved(Boolean)
    • Method SetDefaults()
    • Method SetDefaults(DefaulterStrategy)
    • Method Validate()
  • Modified items
SuperOffice.CRM.Entities.Document.DocumentIdx is Modified
  • Deleted items
    • Method .DocumentIdxop_Implicit(DocumentIdx)
  • New items
    • Method .DocumentIdxToDocumentAsync(CancellationToken)
  • New items
    • Method DeleteAsync()
    • Method GetAdditionalRelatedNestedPersistAsync(List<INestedPersist>, Boolean, CancellationToken)
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDocumentIdAsync(Int32, CancellationToken)
    • Method GetLinksHelperAsync(CancellationToken)
    • Method GetRelatedNestedPersistAsync(List<INestedPersist>, Boolean, CancellationToken)
    • Method OnIdUpdateAsync()
    • Method OnPreIdUpdateAsync()
    • Method OnPreIdUpdateImplementationAsync()
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)
    • Method SetDefaultsAsync(CancellationToken)
    • Method ValidateAsync(CancellationToken)

SuperOffice.CRM.Entities.DocumentCollection is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxArchiveProvider(Int32)
    • Method GetFromIdxExtref(String)
    • Method GetFromIdxHeader(String)
    • Method GetFromIdxOurRef(String)
    • Method GetFromIdxSearchname(String)
    • Method GetFromIdxUserdef2Id(Int32)
    • Method GetFromIdxUserdefId(Int32)
  • Modified items
SuperOffice.CRM.Entities.DocumentCollection.DocumentCollectionIdx is Modified
  • Deleted items
    • Method .DocumentCollectionIdxop_Implicit(DocumentCollectionIdx)
    • Method .DocumentCollectionIdxToDocumentCollection()
  • New items
    • Method .DocumentCollectionIdxToDocumentCollectionAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxArchiveProvider(Int32, CancellationToken)
    • Method GetFromIdxExtref(String, CancellationToken)
    • Method GetFromIdxHeader(String, CancellationToken)
    • Method GetFromIdxOurRef(String, CancellationToken)
    • Method GetFromIdxSearchname(String, CancellationToken)
    • Method GetFromIdxUserdef2Id(Int32, CancellationToken)
    • Method GetFromIdxUserdefId(Int32, CancellationToken)

SuperOffice.CRM.Entities.EntityBase is Modified

  • Deleted items
    • Method Delete()
    • Method GetAdditionalRelatedNestedPersist(List<INestedPersist>, Boolean)
    • Method GetAdditionalRelatedNestedPersistViaBaseClass(List<INestedPersist>, Boolean)
    • Method GetRelatedNestedPersist(List<INestedPersist>, Boolean)
    • Method OnIdUpdate()
    • Method OnPreIdUpdate()
    • Method OnPreIdUpdateImplementation()
    • Method OnPrimaryKeyRequest(PKContainer)
    • Method OnPrimaryKeyUpdate(PKContainer)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method Validate()
  • New items
    • Method DeleteAsync()
    • Method GetAdditionalRelatedNestedPersistAsync(List<INestedPersist>, Boolean, CancellationToken)
    • Method GetAdditionalRelatedNestedPersistViaBaseClassAsync(List<INestedPersist>, Boolean, CancellationToken)
    • Method GetRelatedNestedPersistAsync(List<INestedPersist>, Boolean, CancellationToken)
    • Method OnIdUpdateAsync()
    • Method OnPreIdUpdateAsync()
    • Method OnPreIdUpdateImplementationAsync()
    • Method OnPrimaryKeyRequestAsync(PKContainer)
    • Method OnPrimaryKeyUpdateAsync(PKContainer)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method ValidateAsync(CancellationToken)

SuperOffice.CRM.Entities.EntityCollectionBase is Modified

  • Deleted items
    • Method Delete()
  • New items
    • Method DeleteAsync()

SuperOffice.CRM.Entities.EntityCustomFieldsHelper is Modified

  • Deleted items
    • Property Item
    • Property Names
    • Method Parse(StringDictionary, String)
    • Method ToDictionary()
  • New items
    • Method GetNamesAsync(CancellationToken)
    • Method GetValue(String)
    • Method ParseAsync(StringDictionary, String)
    • Method SetValueAsync(String, Object, Boolean)

SuperOffice.CRM.Entities.EntityDetailsHelper<TParent, TChild> is Modified

  • Deleted items
    • Method LoadChildItems(TParent)
    • Method OnIdUpdate()
    • Method OnPreIdUpdate()
    • Method OnSaved(Boolean)
  • New items
    • Method LoadChildItemsAsync(TParent, CancellationToken)
    • Method OnIdUpdateAsync()
    • Method OnPreIdUpdateAsync()
    • Method OnSavedAsync(Boolean)

SuperOffice.CRM.Entities.EntityExtraFieldsHelper is Modified

  • Deleted items
    • Method GetExtraInfo(String)
    • Method GetExtraInfo(String, TableInfo, Object)
  • New items
    • Method GetExtraInfoAsync(String, TableInfo, Object, CancellationToken)
    • Method GetExtraInfoAsync(String, CancellationToken)

SuperOffice.CRM.Entities.EntityManagementFunctions is Modified

  • Deleted items
    • Method CopyContact(Int32, String, String, Boolean)
    • Method DisconnectPersonNoSave(Person, DateTime, Boolean)
    • Method MergeContacts(Int32, Int32, Boolean, Boolean, Boolean)
    • Method MergePersons(Int32, Int32, DateTime, Boolean, Boolean, Boolean)
    • Method MergeProjects(Int32, Int32, Boolean, Boolean)
    • Method MovePerson(Int32, Int32, DateTime, Boolean)
    • Method PerformOperationFromLog(Int32)
    • Method UpdateConsentPersonForMerge(Int32, Int32, Boolean, Action<String>)
  • New items
    • Method CopyContactAsync(Int32, String, String, Boolean, CancellationToken)
    • Method DisconnectPersonNoSaveAsync(Person, DateTime, Boolean, CancellationToken)
    • Method MergeContactsAsync(Int32, Int32, Boolean, Boolean, Boolean, CancellationToken)
    • Method MergePersonsAsync(Int32, Int32, DateTime, Boolean, Boolean, Boolean, CancellationToken)
    • Method MergeProjectsAsync(Int32, Int32, Boolean, Boolean, CancellationToken)
    • Method MovePersonAsync(Int32, Int32, DateTime, Boolean, CancellationToken)
    • Method PerformOperationFromLogAsync(Int32, CancellationToken)
    • Method UpdateConsentPersonForMergeAsync(Int32, Int32, Boolean, Action<String>, CancellationToken)

SuperOffice.CRM.Entities.EntityUdefHelper is Modified

  • Deleted items
    • Property Item
    • Property ProgIds
    • Method CopyTo(EntityUdefHelper)
    • Method SetDefault(String)
    • Method SetDefaults()
    • Method SetValue(String, Object)
    • Method TrySetValue(String, Object)
  • New items
    • Method CopyToAsync(EntityUdefHelper)
    • Method GetProgIdsAsync()
    • Method SetDefaultAsync(String)
    • Method SetDefaultsAsync()
    • Method SetValueAsync(String, Object)
    • Method TrySetValueAsync(String, Object)

SuperOffice.CRM.Entities.FormValueCalculator is Modified

  • Deleted items
    • Method Update(Int32)
    • Method UpdateForm(Int32)
    • Method UpdateFormSubmission(Int32)
  • New items
    • Method UpdateAsync(Int32, CancellationToken)
    • Method UpdateFormAsync(Int32, CancellationToken)
    • Method UpdateFormSubmissionAsync(Int32, CancellationToken)

SuperOffice.CRM.Entities.LinksHelper is Modified

  • Deleted items
    • Method AddLink(TableRowBase, String)
    • Method AddLink(TableInfo, Int32, String)
    • Method AddLink(Int16, Int32, String)
    • Method AddLinks(RelationsRows)
    • Method AddSimilarLink(RelationsRow)
    • Method CopyTo(LinksHelper)
    • Method DeleteSimilarLink(RelationsRow)
    • Method EditSimilarLink(RelationsRow)
    • Method LoadChildItems(TableRowBase)
    • Method SetLinks(RelationsRows)
  • New items
    • Method AddLinkAsync(TableRowBase, String, CancellationToken)
    • Method AddLinkAsync(TableInfo, Int32, String, CancellationToken)
    • Method AddLinkAsync(Int16, Int32, String, CancellationToken)
    • Method AddLinksAsync(RelationsRows, CancellationToken)
    • Method AddSimilarLinkAsync(RelationsRow, CancellationToken)
    • Method CopyToAsync(LinksHelper, CancellationToken)
    • Method DeleteSimilarLinkAsync(RelationsRow, CancellationToken)
    • Method EditSimilarLinkAsync(RelationsRow, CancellationToken)
    • Method InitializeAsync(TableRowBase)
    • Method LoadChildItemsAsync(TableRowBase, CancellationToken)
    • Method SetLinksAsync(RelationsRows, CancellationToken)

SuperOffice.CRM.Entities.Person is Modified

  • Deleted items
    • Property Appointments
    • Property ChatEmails
    • Property ConsentPersons
    • Property Emails
    • Property InterestHelper
    • Property Interests
    • Property InternetPhones
    • Property Invitations
    • Property SaleHistory
    • Property SelectionMemberships
    • Property ShipmentTypeReservations
    • Property Urls
    • Method Delete()
    • Method GetRelatedNestedPersist(List<INestedPersist>, Boolean)
    • Method IsNumberValid()
    • Method OnIdUpdate()
    • Method OnPreIdUpdate()
    • Method OnPreIdUpdateImplementation()
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults()
    • Method SetDefaults(DefaulterStrategy)
    • Method SetDefaults(Int32)
    • Method SetDefaults(Int32, DefaulterStrategy)
    • Method Undelete()
    • Method Validate()
  • Modified items
SuperOffice.CRM.Entities.Person.PersonIdx is Modified
  • Deleted items
    • Method .PersonIdxop_Implicit(PersonIdx)
  • New items
    • Method .PersonIdxToPersonAsync(CancellationToken)
  • New items
    • Method DeleteAsync()
    • Method GetChatEmailsAsync(CancellationToken)
    • Method GetConsentPersonsAsync(CancellationToken)
    • Method GetEmailsAsync(CancellationToken)
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxPersonIdAsync(Int32, CancellationToken)
    • Method GetInterestHelperAsync(CancellationToken)
    • Method GetInterestsAsync(CancellationToken)
    • Method GetInternetPhonesAsync(CancellationToken)
    • Method GetInvitationsAsync(CancellationToken)
    • Method GetRelatedNestedPersistAsync(List<INestedPersist>, Boolean, CancellationToken)
    • Method GetSaleHistoryAsync(CancellationToken)
    • Method GetSelectionMembershipsAsync(CancellationToken)
    • Method GetShipmentTypeReservationsAsync(CancellationToken)
    • Method GetUrlsAsync(CancellationToken)
    • Method IsNumberValidAsync(CancellationToken)
    • Method OnIdUpdateAsync()
    • Method OnPreIdUpdateAsync()
    • Method OnPreIdUpdateImplementationAsync()
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)
    • Method SetDefaultsAsync(Int32, DefaulterStrategy, CancellationToken)
    • Method SetDefaultsAsync(Int32, CancellationToken)
    • Method SetDefaultsAsync(CancellationToken)
    • Method UndeleteAsync(CancellationToken)
    • Method ValidateAsync(CancellationToken)

SuperOffice.CRM.Entities.PersonCollection is Modified

  • Deleted items
    • Method GetFromIdxBusinessIdx(Int32)
    • Method GetFromIdxCategoryIdx(Int32)
    • Method GetFromIdxContactId(Int32)
    • Method GetFromIdxContactIdRank(Int32, Int16)
    • Method GetFromIdxFirstname(String)
    • Method GetFromIdxKanafname(String)
    • Method GetFromIdxKanalname(String)
    • Method GetFromIdxLastname(String)
    • Method GetFromIdxPersonNumber(String)
    • Method GetFromIdxSource(Int16)
    • Method GetFromIdxUserdef2Id(Int32)
    • Method GetFromIdxUserdefId(Int32)
  • Modified items
SuperOffice.CRM.Entities.PersonCollection.PersonCollectionIdx is Modified
  • Deleted items
    • Method .PersonCollectionIdxop_Implicit(PersonCollectionIdx)
  • New items
    • Method .PersonCollectionIdxToPersonCollectionAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxBusinessIdxAsync(Int32, CancellationToken)
    • Method GetFromIdxCategoryIdxAsync(Int32, CancellationToken)
    • Method GetFromIdxContactIdAsync(Int32, CancellationToken)
    • Method GetFromIdxContactIdRankAsync(Int32, Int16, CancellationToken)
    • Method GetFromIdxFirstnameAsync(String, CancellationToken)
    • Method GetFromIdxKanafnameAsync(String, CancellationToken)
    • Method GetFromIdxKanalnameAsync(String, CancellationToken)
    • Method GetFromIdxLastnameAsync(String, CancellationToken)
    • Method GetFromIdxPersonNumberAsync(String, CancellationToken)
    • Method GetFromIdxSourceAsync(Int16, CancellationToken)
    • Method GetFromIdxUserdef2IdAsync(Int32, CancellationToken)
    • Method GetFromIdxUserdefIdAsync(Int32, CancellationToken)

SuperOffice.CRM.Entities.PersonPhoneSyncHelper is Modified

  • Deleted items
    • Method SetPhones(Int32, ValueTuple<PhoneType, String>[])
  • New items
    • Method SetPhonesAsync(Int32, ValueTuple<PhoneType, String>[])

SuperOffice.CRM.Entities.Private.MDODefaulter is Modified

  • Deleted items
    • Method GetDefaultMDOValue(MDOType)
  • New items
    • Method GetDefaultMDOValueAsync(MDOType, CancellationToken)

SuperOffice.CRM.Entities.Project is Modified

  • Deleted items
    • Property Appointments
    • Property Emails
    • Property LinksHelper
    • Property SaintCounterValue
    • Property SaintStatusValue
    • Property SaleHistory
    • Property Tooltip
    • Property Urls
    • Method Delete()
    • Method GetAdditionalRelatedNestedPersist(List<INestedPersist>, Boolean)
    • Method GetFromIdxProjectId(Int32)
    • Method GetRelatedNestedPersist(List<INestedPersist>, Boolean)
    • Method IsNumberValid()
    • Method OnIdUpdate()
    • Method OnPreIdUpdate()
    • Method SetDefaults()
    • Method SetDefaults(DefaulterStrategy)
    • Method Validate()
  • Modified items
SuperOffice.CRM.Entities.Project.ProjectIdx is Modified
  • Deleted items
    • Method .ProjectIdxop_Implicit(ProjectIdx)
  • New items
    • Method .ProjectIdxToProjectAsync(CancellationToken)
  • New items
    • Method DeleteAsync()
    • Method GetAdditionalRelatedNestedPersistAsync(List<INestedPersist>, Boolean, CancellationToken)
    • Method GetAppointmentsAsync(CancellationToken)
    • Method GetEmailsAsync(CancellationToken)
    • Method GetFromCustomSearchAsync(CustomSearch)
    • Method GetFromIdxProjectIdAsync(Int32, CancellationToken)
    • Method GetLinksHelperAsync(CancellationToken)
    • Method GetRelatedNestedPersistAsync(List<INestedPersist>, Boolean, CancellationToken)
    • Method GetSaintCounterValueAsync(CancellationToken)
    • Method GetSaintStatusValueAsync(CancellationToken)
    • Method GetSaleHistoryAsync(CancellationToken)
    • Method GetUrlsAsync(CancellationToken)
    • Method IsNumberValidAsync(CancellationToken)
    • Method OnIdUpdateAsync()
    • Method OnPreIdUpdateAsync()
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)
    • Method SetDefaultsAsync(CancellationToken)
    • Method ValidateAsync(CancellationToken)

SuperOffice.CRM.Entities.ProjectCollection is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxName(String)
    • Method GetFromIdxProjectNumber(String)
    • Method GetFromIdxSoundEx(String)
    • Method GetFromIdxSource(Int16)
    • Method GetFromIdxUserdef2Id(Int32)
  • Modified items
SuperOffice.CRM.Entities.ProjectCollection.ProjectCollectionIdx is Modified
  • Deleted items
    • Method .ProjectCollectionIdxop_Implicit(ProjectCollectionIdx)
    • Method .ProjectCollectionIdxToProjectCollection()
  • New items
    • Method .ProjectCollectionIdxToProjectCollectionAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxProjectNumberAsync(String, CancellationToken)
    • Method GetFromIdxSoundExAsync(String, CancellationToken)
    • Method GetFromIdxSourceAsync(Int16, CancellationToken)
    • Method GetFromIdxUserdef2IdAsync(Int32, CancellationToken)

SuperOffice.CRM.Entities.ProjectMember is Modified

  • Deleted items
    • Method Delete()
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxProjectmemberId(Int32)
    • Method GetRelatedNestedPersist(List<INestedPersist>, Boolean)
    • Method OnIdUpdate()
    • Method OnPreIdUpdate()
    • Method SetDefaults()
    • Method SetDefaults(DefaulterStrategy)
    • Method Validate()
  • Modified items
SuperOffice.CRM.Entities.ProjectMember.ProjectMemberIdx is Modified
  • Deleted items
    • Method .ProjectMemberIdxop_Implicit(ProjectMemberIdx)
    • Method .ProjectMemberIdxToProjectMember()
  • New items
    • Method .ProjectMemberIdxToProjectMemberAsync(CancellationToken)
  • New items
    • Method DeleteAsync()
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxProjectmemberIdAsync(Int32, CancellationToken)
    • Method GetRelatedNestedPersistAsync(List<INestedPersist>, Boolean, CancellationToken)
    • Method OnIdUpdateAsync()
    • Method OnPreIdUpdateAsync()
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)
    • Method SetDefaultsAsync(CancellationToken)
    • Method ValidateAsync(CancellationToken)

SuperOffice.CRM.Entities.ProjectMemberCollection is Modified

  • Deleted items
    • Method GetFromIdxContactId(Int32)
    • Method GetFromIdxPersonId(Int32)
    • Method GetFromIdxProjectIdRank(Int32, Int16)
  • Modified items
SuperOffice.CRM.Entities.ProjectMemberCollection.ProjectMemberCollectionIdx is Modified
  • Deleted items
    • Method .ProjectMemberCollectionIdxop_Implicit(ProjectMemberCollectionIdx)
  • New items
    • Method .ProjectMemberCollectionIdxToProjectMemberCollectionAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxContactIdAsync(Int32, CancellationToken)
    • Method GetFromIdxPersonIdAsync(Int32, CancellationToken)
    • Method GetFromIdxProjectIdRankAsync(Int32, Int16, CancellationToken)

SuperOffice.CRM.Entities.Providers.ContactInfoProvider is Modified

  • Deleted items
    • Property SupportPersonName
  • New items
    • Method GetSupportPersonNameAsync(CancellationToken)

SuperOffice.CRM.Entities.Providers.SimpleContactInfo is Modified

  • Deleted items
    • Property SupportPersonName
  • New items
    • Method GetSupportPersonNameAsync(CancellationToken)

SuperOffice.CRM.Entities.SaintConfigurationCache is Modified

  • Deleted items
    • Method GetCurrent()
  • New items
    • Method OnLoadAsync(CancellationToken)

SuperOffice.CRM.Entities.SaintRegenerator is Modified

  • Deleted items
    • Method SaintRegenerator(ProgressCallback)
    • Method EnsureUdefs()
    • Method Regenerate()
  • New items
    • Method SaintRegenerator(ProgressCallbackAsync)
    • Method EnsureUdefsAsync(CancellationToken)
    • Method RegenerateAsync(CancellationToken)

SuperOffice.CRM.Entities.Sale is Modified

  • Deleted items
    • Property LinksHelper
    • Property SaleHistory
    • Property Stakeholders
    • Method Delete()
    • Method GetAdditionalRelatedNestedPersist(List<INestedPersist>, Boolean)
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxSaleId(Int32)
    • Method GetRelatedNestedPersist(List<INestedPersist>, Boolean)
    • Method IsNumberValid()
    • Method OnIdUpdate()
    • Method OnPreIdUpdate()
    • Method OnPreIdUpdateImplementation()
    • Method OnSave(BatchSave)
    • Method SetDefaults()
    • Method SetDefaults(DefaulterStrategy)
    • Method Validate()
  • Modified items
SuperOffice.CRM.Entities.Sale.SaleIdx is Modified
  • Deleted items
    • Method .SaleIdxop_Implicit(SaleIdx)
  • New items
    • Method .SaleIdxToSaleAsync(CancellationToken)
  • New items
    • Method DeleteAsync()
    • Method GetAdditionalRelatedNestedPersistAsync(List<INestedPersist>, Boolean, CancellationToken)
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSaleIdAsync(Int32, CancellationToken)
    • Method GetLinksHelperAsync(CancellationToken)
    • Method GetRelatedNestedPersistAsync(List<INestedPersist>, Boolean, CancellationToken)
    • Method GetSaleHistoryAsync(CancellationToken)
    • Method GetStakeholdersAsync(CancellationToken)
    • Method IsNumberValidAsync(CancellationToken)
    • Method OnIdUpdateAsync()
    • Method OnPreIdUpdateAsync()
    • Method OnPreIdUpdateImplementationAsync()
    • Method OnSaveAsync(BatchSave)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)
    • Method SetDefaultsAsync(CancellationToken)
    • Method ValidateAsync(CancellationToken)

SuperOffice.CRM.Entities.SaleCollection is Modified

  • Deleted items
    • Method GetFromIdxAssociateIdContactIdSaledate(Int32, Int32, DateTime)
    • Method GetFromIdxAssociateIdDoneSaledate(Int32, SaleDone, DateTime)
    • Method GetFromIdxContactId(Int32)
    • Method GetFromIdxDone(SaleDone)
    • Method GetFromIdxHeading(String)
    • Method GetFromIdxNumber1(String)
    • Method GetFromIdxPersonId(Int32)
    • Method GetFromIdxProjectId(Int32)
    • Method GetFromIdxProjectIdAssociateIdSaledate(Int32, Int32, DateTime)
    • Method GetFromIdxSaledate(DateTime)
    • Method GetFromIdxSource(Int16)
    • Method GetFromIdxStatus(SaleStatus)
    • Method GetFromIdxUserdef2Id(Int32)
    • Method GetFromIdxUserdefId(Int32)
  • Modified items
SuperOffice.CRM.Entities.SaleCollection.SaleCollectionIdx is Modified
  • Deleted items
    • Method .SaleCollectionIdxop_Implicit(SaleCollectionIdx)
  • New items
    • Method .SaleCollectionIdxToSaleCollectionAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAssociateIdContactIdSaledateAsync(Int32, Int32, DateTime, CancellationToken)
    • Method GetFromIdxAssociateIdDoneSaledateAsync(Int32, SaleDone, DateTime, CancellationToken)
    • Method GetFromIdxContactIdAsync(Int32, CancellationToken)
    • Method GetFromIdxDoneAsync(SaleDone, CancellationToken)
    • Method GetFromIdxHeadingAsync(String, CancellationToken)
    • Method GetFromIdxNumber1Async(String, CancellationToken)
    • Method GetFromIdxPersonIdAsync(Int32, CancellationToken)
    • Method GetFromIdxProjectIdAssociateIdSaledateAsync(Int32, Int32, DateTime, CancellationToken)
    • Method GetFromIdxProjectIdAsync(Int32, CancellationToken)
    • Method GetFromIdxSaledateAsync(DateTime, CancellationToken)
    • Method GetFromIdxSourceAsync(Int16, CancellationToken)
    • Method GetFromIdxStatusAsync(SaleStatus, CancellationToken)
    • Method GetFromIdxUserdef2IdAsync(Int32, CancellationToken)
    • Method GetFromIdxUserdefIdAsync(Int32, CancellationToken)

SuperOffice.CRM.Entities.Selection is Modified

  • Deleted items
    • Property SelectionMembers
    • Method Delete()
    • Method GetAdditionalRelatedNestedPersist(List<INestedPersist>, Boolean)
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxSelectionId(Int32)
    • Method GetRelatedNestedPersist(List<INestedPersist>, Boolean)
    • Method OnIdUpdate()
    • Method OnPreIdUpdate()
    • Method SetDefaults()
    • Method SetDefaults(DefaulterStrategy)
    • Method Validate()
  • Modified items
SuperOffice.CRM.Entities.Selection.SelectionIdx is Modified
  • Deleted items
    • Method .SelectionIdxop_Implicit(SelectionIdx)
  • New items
    • Method .SelectionIdxToSelectionAsync(CancellationToken)
  • New items
    • Method DeleteAsync()
    • Method GetAdditionalRelatedNestedPersistAsync(List<INestedPersist>, Boolean, CancellationToken)
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSelectionIdAsync(Int32, CancellationToken)
    • Method GetRelatedNestedPersistAsync(List<INestedPersist>, Boolean, CancellationToken)
    • Method GetSelectionMembersAsync(CancellationToken)
    • Method OnIdUpdateAsync()
    • Method OnPreIdUpdateAsync()
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)
    • Method SetDefaultsAsync(CancellationToken)
    • Method ValidateAsync(CancellationToken)

SuperOffice.CRM.Entities.SelectionCollection is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAssociateId(Int32)
    • Method GetFromIdxGroupIdx(Int32)
    • Method GetFromIdxName(String)
    • Method GetFromIdxSoundEx(String)
    • Method GetFromIdxSource(Int16)
  • Modified items
SuperOffice.CRM.Entities.SelectionCollection.SelectionCollectionIdx is Modified
  • Deleted items
    • Method .SelectionCollectionIdxop_Implicit(SelectionCollectionIdx)
    • Method .SelectionCollectionIdxToSelectionCollection()
  • New items
    • Method .SelectionCollectionIdxToSelectionCollectionAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAssociateIdAsync(Int32, CancellationToken)
    • Method GetFromIdxGroupIdxAsync(Int32, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxSoundExAsync(String, CancellationToken)
    • Method GetFromIdxSourceAsync(Int16, CancellationToken)

SuperOffice.CRM.EventHandlerHelper is Modified

  • Deleted items
    • Method ExecuteEventHandler(EventHandlerType, StringDictionary&, StringDictionary, StringDictionary)
  • New items
    • Method ExecuteEventHandlerAsync(EventHandlerType, StringDictionary, StringDictionary, StringDictionary)

SuperOffice.CRM.FacadeHelper is Modified

  • Deleted items
    • Method FacadeHelper()
    • Method CallFacadeMethod<T>(String, Object)
    • Method CallFacadeMethod(String, Object)
  • New items
    • Method CallFacadeMethodAsync(String, Object, CancellationToken)
    • Method CallFacadeMethodAsync<T>(String, Object, CancellationToken)

SuperOffice.CRM.FilterDialogDataHandler is Modified

  • Deleted items
    • Property AreAllAssociatesSelected
    • Property DefaultFilterValue
    • Method GetSelectedGroupIds()
    • Method Save(Int32[], Int32[], DateTime, DateTime)
  • New items
    • Method AreAllAssociatesSelected()
    • Method AreAllAssociatesSelectedAsync(CancellationToken)
    • Method DefaultFilterValue()
    • Method DefaultFilterValueAsync(CancellationToken)
    • Method GetFromDateAsync(CancellationToken)
    • Method GetSelectedAssociateIdsAsync(CancellationToken)
    • Method GetSelectedGroupIdsAsync(CancellationToken)
    • Method GetToDateAsync(CancellationToken)
    • Method SaveAsync(Int32[], Int32[], DateTime, DateTime, CancellationToken)

SuperOffice.CRM.Globalization.AddressFormatCache is Modified

  • Deleted items
    • Method GetCurrent()
  • New items
    • Method OnLoadAsync(CancellationToken)

SuperOffice.CRM.Globalization.AppointmentVariables is Modified

  • Deleted items
    • Property Id
    • Property InvitationFormattedList
    • Property InvitedList
  • Modified items
    • Property Appointment
  • New items
    • Method GetIdAsync(CancellationToken)
    • Method GetInvitationFormattedListAsync(CancellationToken)
    • Method GetInvitedListAsync(CancellationToken)

SuperOffice.CRM.Globalization.ContactTags is Modified

  • Deleted items
    • Property CountyZip
    • Property Id
    • Property PostalAddressPrefix
    • Property PostCode
    • Property SupportPersonName
  • New items
    • Method GetCountyZipAsync(CancellationToken)
    • Method GetIdAsync(CancellationToken)
    • Method GetPostalAddressPrefixAsync(CancellationToken)
    • Method GetPostCodeAsync(CancellationToken)
    • Method GetSupportPersonNameAsync(CancellationToken)

SuperOffice.CRM.Globalization.CountryCache is Modified

  • Deleted items
    • Method GetCurrent()
  • New items
    • Method OnLoadAsync(CancellationToken)

SuperOffice.CRM.Globalization.CurrentPersonVariables is Modified

  • Deleted items
    • Property AttentionSalutation
    • Property Id
    • Property SubscriptionManagementUrl
  • New items
    • Method GetAttentionSalutationAsync(CancellationToken)
    • Method GetIdAsync(CancellationToken)
    • Method GetSubscriptionManagementUrlAsync(CancellationToken)

SuperOffice.CRM.Globalization.DocumentTags is Modified

  • Deleted items
    • Property Id
    • Property Salutation
  • New items
    • Method GetIdAsync(CancellationToken)
    • Method GetSalutationAsync(CancellationToken)

SuperOffice.CRM.Globalization.EmailFormatter is Modified

  • Deleted items
    • Method GetDisplayAddress(Contact)
    • Method GetDisplayAddress(Person)
  • New items
    • Method GetDisplayAddressAsync(Contact, CancellationToken)
    • Method GetDisplayAddressAsync(Person, CancellationToken)

SuperOffice.CRM.Globalization.FadTags is Modified

  • Deleted items
    • Property Fad1
    • Property Fad2
    • Property Fad3
    • Property Fad4
    • Property Fad5
    • Property Fad6
    • Property Fad7
    • Property Fad8
    • Property Fad9
    • Property Fada
    • Property Fadb
    • Property Fadc
    • Property Fadd
    • Property Fade
    • Property Fadf
    • Property Fadg
    • Property Fadh
    • Property Fadi
    • Property Fadj
    • Property Fadk
    • Property Fadl
    • Property Fadm
    • Property Fadn
    • Property Fado
    • Property Fadp
    • Property Fadq
    • Property Id
    • Method GenerateFads()
    • Method Init()
  • New items
    • Method Fad1(CancellationToken)
    • Method Fad2(CancellationToken)
    • Method Fad3(CancellationToken)
    • Method Fad4(CancellationToken)
    • Method Fad5(CancellationToken)
    • Method Fad6(CancellationToken)
    • Method Fad7(CancellationToken)
    • Method Fad8(CancellationToken)
    • Method Fad9(CancellationToken)
    • Method Fada(CancellationToken)
    • Method Fadb(CancellationToken)
    • Method Fadc(CancellationToken)
    • Method Fadd(CancellationToken)
    • Method Fade(CancellationToken)
    • Method Fadf(CancellationToken)
    • Method Fadg(CancellationToken)
    • Method Fadh(CancellationToken)
    • Method Fadi(CancellationToken)
    • Method Fadj(CancellationToken)
    • Method Fadk(CancellationToken)
    • Method Fadl(CancellationToken)
    • Method Fadm(CancellationToken)
    • Method Fadn(CancellationToken)
    • Method Fado(CancellationToken)
    • Method Fadp(CancellationToken)
    • Method Fadq(CancellationToken)
    • Method GenerateFadsAsync(CancellationToken)
    • Method GetIdAsync(CancellationToken)
    • Method InitAsync(CancellationToken)

SuperOffice.CRM.Globalization.FadTemplateVariables is Modified

  • Deleted items
    • Property Id
    • Method GetValue(String)
    • Method Init()
    • Method IsTagInContext(String)
    • Method IsTagLegal(String)
  • New items
    • Method GetIdAsync(CancellationToken)
    • Method GetValueAsync(String, CancellationToken)
    • Method InitAsync(CancellationToken)
    • Method IsTagInContextAsync(String, CancellationToken)
    • Method IsTagLegalAsync(String, CancellationToken)

SuperOffice.CRM.Globalization.OwnPersonVariables is Modified

  • Deleted items
    • Property Id
  • New items
    • Method GetIdAsync(CancellationToken)

SuperOffice.CRM.Globalization.PersonNameFormatter is Modified

  • Deleted items
    • Method GetAssociateNameFormatStylePreference()
    • Method GetAssociateOrderBy(PersonTableInfo)
    • Method GetPersonOrderBy(PersonTableInfo)
    • Method TryGetNameParts(String, String&, String&, String&)
  • New items
    • Method GetAssociateNameFormatStylePreferenceAsync(CancellationToken)
    • Method GetAssociateOrderByAsync(PersonTableInfo, CancellationToken)
    • Method GetFullNameAsync(String, String, String, CancellationToken)
    • Method GetNameFormatStylePreferenceAsync(CancellationToken)
    • Method GetPersonOrderByAsync(PersonTableInfo, CancellationToken)
    • Method TryGetNamePartsAsync(String, CancellationToken)

SuperOffice.CRM.Globalization.ProjectTags is Modified

  • Deleted items
    • Property Id
  • New items
    • Method GetIdAsync(CancellationToken)

SuperOffice.CRM.Globalization.SaleTags is Modified

  • Deleted items
    • Property Id
  • New items
    • Method GetIdAsync(CancellationToken)

SuperOffice.CRM.Globalization.SelectionTags is Modified

  • Deleted items
    • Property Id
  • New items
    • Method GetIdAsync(CancellationToken)

SuperOffice.CRM.Globalization.SystemTags is Modified

  • Deleted items
    • Property Id
  • New items
    • Method GetIdAsync(CancellationToken)

SuperOffice.CRM.Globalization.TemplateVariables is Modified

  • Deleted items
    • Property Id
    • Method GetValue(String)
    • Method GetValue(String, Boolean)
    • Method Init()
    • Method IsTagInContext(String)
    • Method IsTagLegal(String)
    • Method SetContactPersonId(Int32, Int32)
    • Method SetInviteePersonId(Int32)
  • New items
    • Method GetIdAsync(CancellationToken)
    • Method GetValueAsync(String, Boolean, CancellationToken)
    • Method GetValueAsync(String, CancellationToken)
    • Method InitAsync(CancellationToken)
    • Method IsTagInContextAsync(String, CancellationToken)
    • Method IsTagLegalAsync(String, CancellationToken)
    • Method SetInviteePersonIdAsync(Int32, CancellationToken)

SuperOffice.CRM.Globalization.UrlFormatter is Modified

  • Deleted items
    • Method GetDisplayAddress(Contact)
    • Method GetDisplayAddress(Person)
  • New items
    • Method GetDisplayAddressAsync(Contact, CancellationToken)
    • Method GetDisplayAddressAsync(Person, CancellationToken)

SuperOffice.CRM.Lists.AnyTableListProviderBase is Modified

  • Deleted items
    • Property HeadingItems
    • Property HistoryItems
    • Property RootItems
    • Method Construct(String, String, Int32[], Boolean, String, Boolean)
    • Method ExecuteQuery(Select, List<ISoListItem>)
    • Method ExecuteReader(SoCommand)
    • Method GetHistoryItems()
    • Method GetMainQuery()
    • Method GetRootItems()
    • Method Init()
    • Method OnPostGetRootItems(List<ISoListItem>)
    • Method OnPreGetRootItems(List<ISoListItem>)
    • Method SetSearchRestriction(Select, String)
  • New items
    • Method ClearHistoryItems()
    • Method ConstructAsync(String, String, Int32[], Boolean, String, Boolean, CancellationToken)
    • Method ExecuteQueryAsync(Select, List<ISoListItem>, CancellationToken)
    • Method ExecuteReaderAsync(SoCommand, CancellationToken)
    • Method GetHeadingItemsAsync(CancellationToken)
    • Method GetHistoryItemsAsync(CancellationToken)
    • Method GetHistoryItemsFromDbAsync(CancellationToken)
    • Method GetMainQueryAsync(CancellationToken)
    • Method GetRootItemsAsync()
    • Method GetRootItemsAsync(CancellationToken)
    • Method InitAsync(CancellationToken)
    • Method OnPostGetRootItemsAsync(List<ISoListItem>)
    • Method OnPreGetRootItemsAsync(List<ISoListItem>)
    • Method SetHistoryListSizeFromPreference()
    • Method SetSearchRestrictionAsync(Select, String)

SuperOffice.CRM.Lists.ExternallyPopulatedList is Modified

  • Deleted items
    • Property HeadingItems
    • Property HistoryItems
    • Property RootItems
    • Method ExternallyPopulatedList(String, Func<IEnumerable<SoListItem>>)
    • Method Construct(String, String, Int32[], Boolean, String, Boolean)
  • New items
    • Method ExternallyPopulatedList(String, Func<CancellationToken, IAsyncEnumerable<SoListItem>>)
    • Method ClearHistoryItems()
    • Method ConstructAsync(String, String, Int32[], Boolean, String, Boolean, CancellationToken)
    • Method GetHeadingItemsAsync(CancellationToken)
    • Method GetHistoryItemsAsync(CancellationToken)
    • Method GetRootItemsAsync(CancellationToken)

SuperOffice.CRM.Lists.ISoListProvider is Modified

  • Deleted items
    • Method Construct(String, String, Int32[], Boolean, String, Boolean)
  • New items
    • Method ConstructAsync(String, String, Int32[], Boolean, String, Boolean, CancellationToken)

SuperOffice.CRM.Lists.IWildcardMDOProvider is Modified

  • Deleted items
    • Method GetProvider(String)
  • New items
    • Method GetProviderAsync(String, CancellationToken)

SuperOffice.CRM.Lists.ListBase<TListSelect, TListItem> is Modified

  • Deleted items
    • Method OnLoad(TListSelect, SoDataReader)
  • New items
    • Method OnLoadAsync(TListSelect, SoDataReader, CancellationToken)

SuperOffice.CRM.Lists.ListSelect is Modified

  • Deleted items
    • Method CreateListReader(SoConnection, PrivateSelect, Sentry[])
    • Method CreateListReader(SoConnection, PrivateSelect, Int32, Sentry[])
  • New items
    • Method CreateListReaderAsync(SoConnection, PrivateSelect, Int32, CancellationToken, Sentry[])
    • Method CreateListReaderAsync(SoConnection, PrivateSelect, CancellationToken, Sentry[])

SuperOffice.CRM.Lists.ListTableRow is Modified

  • Deleted items
    • Method OnSave(BatchSave)
    • Method SetDefaults(DefaulterStrategy)
  • New items
    • Method OnSaveAsync(BatchSave)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Lists.ListTableRows is Modified

  • Modified items
SuperOffice.CRM.Lists.ListTableRows.TableRowsIdx is Modified
  • Deleted items
    • Method .TableRowsIdxop_Implicit(TableRowsIdx)
    • Method .TableRowsIdxToTableRows()
    • Method .TableRowsIdxToTableRows(ITableRowLoadHandlerFactory)
  • New items
    • Method .TableRowsIdxToTableRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TableRowsIdxToTableRowsAsync(CancellationToken)

SuperOffice.CRM.Lists.ListWithLiteralItemsBase is Modified

  • Deleted items
    • Property AllItems
    • Property HeadingItems
    • Property HistoryItems
    • Property RootItems
    • Method Construct(String, String, Int32[], Boolean, String, Boolean)
    • Method GetLeadingRootItems(List<ISoListItem>)
    • Method ProcessHistoryItem(ISoListItem)
  • New items
    • Method ClearHistoryItems()
    • Method ConstructAsync(String, String, Int32[], Boolean, String, Boolean, CancellationToken)
    • Method GetAllItemsAsync(CancellationToken)
    • Method GetHeadingItemsAsync(CancellationToken)
    • Method GetHistoryItemsAsync(CancellationToken)
    • Method GetLeadingRootItemsAsync(List<ISoListItem>, CancellationToken)
    • Method GetRootItemsAsync(CancellationToken)
    • Method ProcessHistoryItemAsync(ISoListItem, CancellationToken)

SuperOffice.CRM.Lists.ListWithNoSelectionProvider is Modified

  • Deleted items
    • Property HeadingItems
    • Property HistoryItems
    • Property RootItems
    • Property Suffix
    • Method Construct(String, String, Int32[], Boolean, String, Boolean)
  • New items
    • Field Suffix
    • Method ClearHistoryItems()
    • Method ConstructAsync(String, String, Int32[], Boolean, String, Boolean, CancellationToken)
    • Method GetHeadingItemsAsync(CancellationToken)
    • Method GetHistoryItemsAsync(CancellationToken)
    • Method GetRootItemsAsync(CancellationToken)

SuperOffice.CRM.Lists.LiteralsOnlyBase is Modified

  • Deleted items
    • Property HeadingItems
    • Property HistoryItems
    • Property RootItems
    • Method AddItems()
    • Method Construct(String, String, Int32[], Boolean, String, Boolean)
  • New items
    • Method AddItemsAsync(CancellationToken)
    • Method ClearHistoryItems()
    • Method ConstructAsync(String, String, Int32[], Boolean, String, Boolean, CancellationToken)
    • Method GetHeadingItemsAsync(CancellationToken)
    • Method GetHistoryItemsAsync(CancellationToken)
    • Method GetRootItemsAsync(CancellationToken)

SuperOffice.CRM.Lists.MDOProviderBase is Modified

  • Deleted items
    • Property HeadingItems
    • Property HistoryItems
    • Property RootItems
    • Method AddSimpleListOrderBy(CustomSearch)
    • Method BuildMdoCollections()
    • Method Construct(String, String, Int32[], Boolean, String, Boolean)
    • Method FillList()
    • Method GetGroupingAllowedForList()
    • Method GetHistoryCollection()
    • Method GetItemsAndHeadingsQuery()
    • Method GetItemsAndHeadingsQuery(Boolean, Int32[])
    • Method GetListLowerLimit()
    • Method GetPreferredSortOrder()
    • Method GetSimpleListQuery()
    • Method ReadItemsAndHeadings()
    • Method ReadSimpleList()
    • Method ResortFlattenedList()
  • New items
    • Method AddSimpleListOrderByAsync(CustomSearch, CancellationToken)
    • Method BuildMdoCollectionsAsync(CancellationToken)
    • Method ClearHistoryItems()
    • Method ConstructAsync(String, String, Int32[], Boolean, String, Boolean, CancellationToken)
    • Method FillListAsync(CancellationToken)
    • Method GetGroupingAllowedForListAsync(CancellationToken)
    • Method GetHeadingItemsAsync(CancellationToken)
    • Method GetHistoryCollectionAsync(CancellationToken)
    • Method GetHistoryItemsAsync(CancellationToken)
    • Method GetItemsAndHeadingsQueryAsync(Boolean, CancellationToken, Int32[])
    • Method GetItemsAndHeadingsQueryAsync(CancellationToken)
    • Method GetListLowerLimitAsync(CancellationToken)
    • Method GetPreferredSortOrderAsync(CancellationToken)
    • Method GetRootItemsAsync(CancellationToken)
    • Method GetSimpleListQueryAsync(CancellationToken)
    • Method ReadItemsAndHeadingsAsync(CancellationToken)
    • Method ReadSimpleListAsync(CancellationToken)
    • Method ResortFlattenedListAsync(CancellationToken)

SuperOffice.CRM.Lists.QuoteListsByIdProvider is Modified

  • Deleted items
    • Property HeadingItems
    • Property HistoryItems
    • Property RootItems
    • Method Construct(String, String, Int32[], Boolean, String, Boolean)
  • New items
    • Method ClearHistoryItems()
    • Method ConstructAsync(String, String, Int32[], Boolean, String, Boolean, CancellationToken)
    • Method GetHeadingItemsAsync(CancellationToken)
    • Method GetHistoryItemsAsync(CancellationToken)
    • Method GetRootItemsAsync(CancellationToken)

SuperOffice.CRM.Lists.QuoteListsByNameProvider is Modified

  • Deleted items
    • Method QuoteListsByNameProvider()
    • Method GetProvider(String)
  • New items
    • Method QuoteListsByNameProvider(ISoListProviderFactory)
    • Method GetProviderAsync(String, CancellationToken)

SuperOffice.CRM.Lists.SelectableListHelper is Modified

  • Deleted items
    • Method ConvertToSelectable(ISoListProvider, Int32[], List<ISoListItem>&, List<ISoListHeading>&, List<ISoListItem>&)
    • Method GetAllIds(ISoListProvider)
    • Method GetSelectedIds(ISoListProvider)
  • New items
    • Method ConvertToSelectableAsync(ISoListProvider, Int32[], CancellationToken)
    • Method GetAllIdsAsync(ISoListProvider, CancellationToken)
    • Method GetSelectedIdsAsync(ISoListProvider, CancellationToken)

SuperOffice.CRM.Lists.SoListProviderFactory is Modified

  • Deleted items
    • Method SoListProviderFactory()
    • Method Create(String)
    • Method Create(String, Boolean)
    • Method Create(String, String)
    • Method Create(String, String, Boolean)
    • Method Create(String, String, Boolean, Boolean)
    • Method Create(String, String, Int32[], Boolean)
    • Method Create(String, String, Int32[], Boolean, Boolean)
    • Method Create(String, String, String)
  • Modified items
    • Property KnownHistoryInfos
    • Property KnownListProviders
    • Property KnownSoListProviders
    • Method Flush()
    • Method GetHistoryInformation(String)
    • Method GetHistoryInformation(String, Int32)
  • New items
    • Method SoListProviderFactory(ILogger<SoListProviderFactory>)
    • Method CreateAsync(String, Boolean, CancellationToken)
    • Method CreateAsync(String, String, Boolean, Boolean, CancellationToken)
    • Method CreateAsync(String, String, Boolean, CancellationToken)
    • Method CreateAsync(String, String, Int32[], Boolean, Boolean, CancellationToken)
    • Method CreateAsync(String, String, Int32[], Boolean, String, Boolean, CancellationToken)
    • Method CreateAsync(String, String, Int32[], Boolean, CancellationToken)
    • Method CreateAsync(String, String, String, CancellationToken)
    • Method CreateAsync(String, String, CancellationToken)
    • Method CreateAsync(String, CancellationToken)

SuperOffice.CRM.Lists.TimeZoneProvider is Modified

  • New items
    • Method ClearHistoryItems()
    • Method GetHeadingItemsAsync(CancellationToken)
    • Method GetHistoryItemsAsync(CancellationToken)
    • Method GetRootItemsAsync(CancellationToken)

SuperOffice.CRM.ListsHelper is Modified

  • Deleted items
    • Method FindCreateListItem(String, String, Boolean, Boolean, Dictionary<String, Dictionary<String, MDOCacheElement>>&, String)
    • Method GetHeadingCustomSearch(Int32)
    • Method GetNextRank(Int32)
    • Method GetNextRank(String)
    • Method GetQueryFromListDefinition(Int32, Select)
    • Method GetQueryFromListDefinition(Int32, Select, Int32&)
    • Method GetUDListDefinition(Int32)
    • Method GetUDListDefinitionFromName(String)
    • Method LoadAllListItems(Select, TableInfo)
    • Method RefreshListRank(Int32)
    • Method RefreshListRank(String)
    • Method SetHeadingRestrictions(Int32, Select, HeadingTableInfo)
    • Method SetListItemsForHeading(Int32, String, Int32[], Boolean)
    • Method SetListItemsForUserGroup(Int32, String, Int32[], Boolean)
    • Method SetVisibleForUserGroup(Int32, String, Int32[], Boolean)
    • Method UpdateListItemRank(TableInfo, Int32, Int32)
    • Method UpdateRankOnListItems(TableInfo, List<ItemRow>)
  • New items
    • Method FindCreateListItemAsync(String, String, Boolean, Boolean, Dictionary<String, Dictionary<String, MDOCacheElement>>, String, CancellationToken)
    • Method GetHeadingCustomSearchAsync(Int32, CancellationToken)
    • Method GetNextRankAsync(Int32, CancellationToken)
    • Method GetNextRankAsync(String, CancellationToken)
    • Method GetQueryFromListDefinitionAsync(Int32, Select, CancellationToken)
    • Method GetUDListDefinitionAsync(Int32, CancellationToken)
    • Method GetUDListDefinitionFromNameAsync(String, CancellationToken)
    • Method LoadAllListItemsAsync(Select, TableInfo, CancellationToken)
    • Method RefreshListRankAsync(Int32, CancellationToken)
    • Method RefreshListRankAsync(String, CancellationToken)
    • Method SetHeadingRestrictionsAsync(Int32, Select, HeadingTableInfo)
    • Method SetListItemsForHeadingAsync(Int32, String, Int32[], Boolean, CancellationToken)
    • Method SetListItemsForUserGroupAsync(Int32, String, Int32[], Boolean, CancellationToken)
    • Method SetVisibleForUserGroupAsync(Int32, String, Int32[], Boolean, CancellationToken)
    • Method UpdateListItemRankAsync(TableInfo, Int32, Int32, CancellationToken)
    • Method UpdateRankOnListItemsAsync(TableInfo, List<ItemRow>, CancellationToken)
SuperOffice.CRM.ListsHelper.ListTableInfo is New

SuperOffice.CRM.LspApiClient.ILspApi is Modified

  • Deleted items
    • Method TryNudgeCsMailings()
    • Method TryNudgeCsOutbox()
    • Method TryNudgeEmailFlows()
  • New items
    • Method TryNudgeCsMailingsAsync()
    • Method TryNudgeCsOutboxAsync()
    • Method TryNudgeEmailFlowsAsync()

SuperOffice.CRM.LspApiClient.OnsiteLspClient is Modified

  • Deleted items
    • Method TryNudgeCsMailings()
    • Method TryNudgeCsOutbox()
    • Method TryNudgeEmailFlows()
  • New items
    • Method TryNudgeCsMailingsAsync()
    • Method TryNudgeCsOutboxAsync()
    • Method TryNudgeEmailFlowsAsync()

SuperOffice.CRM.Mail.SendMailHelper is Modified

  • Deleted items
    • Method PlaceInOutbox(String, String, String, String, String, String)
  • New items
    • Method PlaceInOutboxAsync(String, String, String, String, String, String, CancellationToken)

SuperOffice.CRM.NetServices is Modified

  • Deleted items
    • Method UpdateNetServicesStatus(String)
  • New items
    • Method UpdateNetServicesStatusAsync(String, CancellationToken)

SuperOffice.CRM.NextDateBase is Modified

  • Deleted items
    • Method GetNextDate(AppointmentTableInfo, FieldInfo, Restriction)
  • New items
    • Method GetNextDateAsync(AppointmentTableInfo, FieldInfo, Restriction, CancellationToken)

SuperOffice.CRM.NextDueDate is Modified

  • Deleted items
    • Method BatchUpdateNextDueDate(ProgressEstimateCallback, ProgressStepCallback)
    • Method CalculateNextDueDate(Int32)
    • Method GetNextDueAppointmentDate(Int32)
  • New items
    • Method BatchUpdateNextDueDateAsync(ProgressEstimateCallback, ProgressStepCallback, CancellationToken)
    • Method CalculateNextDueDateAsync(Int32, CancellationToken)
    • Method GetNextDueAppointmentDateAsync(Int32, CancellationToken)

SuperOffice.CRM.NextMilestone is Modified

  • Deleted items
    • Method BatchUpdateNextMilestone(ProgressEstimateCallback, ProgressStepCallback)
    • Method CalculateNextMilestoneDate(Int32)
    • Method GetNextMilestoneDate(Int32)
  • New items
    • Method BatchUpdateNextMilestoneAsync(ProgressEstimateCallback, ProgressStepCallback, CancellationToken)
    • Method CalculateNextMilestoneDateAsync(Int32, CancellationToken)
    • Method GetNextMilestoneDateAsync(Int32, CancellationToken)

SuperOffice.CRM.Notification.CentralServicesPushNotificationClient is Modified

  • Deleted items
    • Method SendMessage(PushNotificationRecipient, PushNotificationMessage)
    • Method SendMessages(PushNotificationRecipient[], PushNotificationMessage)
  • New items
    • Method SendMessageAsync(PushNotificationRecipient, PushNotificationMessage, CancellationToken)
    • Method SendMessagesAsync(PushNotificationRecipient[], PushNotificationMessage, CancellationToken)

SuperOffice.CRM.Notification.NotificationEventHandler is Modified

  • Deleted items
    • Method NotificationHandled(NotificationEventType, Int32, IEnumerable<Int32>)
    • Method NotificationHandled(NotificationEventType, Int32, Int32)
    • Method NotifyUser(NotificationEventType, Int32, DateTime, Int32)
    • Method NotifyUsers(NotificationEventType, Int32)
    • Method NotifyUsers(NotificationEventType, Int32, DateTime, IEnumerable<Int32>, Dictionary<String, String>)
  • New items
    • Method NotificationHandledAsync(NotificationEventType, Int32, IEnumerable<Int32>, CancellationToken)
    • Method NotificationHandledAsync(NotificationEventType, Int32, Int32, CancellationToken)
    • Method NotifyUserAsync(NotificationEventType, Int32, DateTime, Int32, CancellationToken)
    • Method NotifyUsersAsync(NotificationEventType, Int32, DateTime, IEnumerable<Int32>, Dictionary<String, String>, CancellationToken)
    • Method NotifyUsersAsync(NotificationEventType, Int32, CancellationToken)

SuperOffice.CRM.ProjectGuideUtility is Modified

  • Deleted items
    • Method BatchUpdateNextMilestone(ProgressEstimateCallback, ProgressStepCallback)
    • Method CalculateNextMilestoneDate(Int32)
    • Method GetNextMilestoneDate(Int32)
    • Method GetNextProjectStatus(Int32, Boolean)
    • Method OfferAutoNextStageOnApppointmentCompleted(Int32)
  • New items
    • Method BatchUpdateNextMilestoneAsync(ProgressEstimateCallback, ProgressStepCallback, CancellationToken)
    • Method CalculateNextMilestoneDateAsync(Int32, CancellationToken)
    • Method GetNextMilestoneDateAsync(Int32, CancellationToken)
    • Method GetNextProjectStatusAsync(Int32, Boolean, CancellationToken)
    • Method OfferAutoNextStageOnApppointmentCompletedAsync(Int32, CancellationToken)

SuperOffice.CRM.QuoteConnectionManager is Modified

  • Deleted items
    • Method DeleteConnection(Int32)
    • Method GetConfigurationFields(Int32, String)
    • Method GetConnection(Int32)
    • Method GetConnectionConfigFields(Int32)
    • Method GetConnectionStartupResponse(Int32)
    • Method GetCurrent()
    • Method GetProduct(Int32, String)
    • Method GetProductImage(Int32, String, Int32)
    • Method RestoreConnection(Int32)
    • Method SaveConnection(QuoteConnection)
    • Method SaveConnectionConfigFields(Int32, Dictionary<String, String>)
  • New items
    • Method DeleteConnectionAsync(Int32, CancellationToken)
    • Method GetConfigurationFieldsAsync(Int32, String, CancellationToken)
    • Method GetConnectionAsync(Int32, CancellationToken)
    • Method GetConnectionConfigFieldsAsync(Int32, CancellationToken)
    • Method GetConnectionStartupResponseAsync(Int32, CancellationToken)
    • Method GetCurrentAsync(CancellationToken)
    • Method GetProductAsync(Int32, String, CancellationToken)
    • Method GetProductImageAsync(Int32, String, Int32, CancellationToken)
    • Method RestoreConnectionAsync(Int32, CancellationToken)
    • Method SaveConnectionAsync(QuoteConnection, CancellationToken)
    • Method SaveConnectionConfigFieldsAsync(Int32, Dictionary<String, String>, CancellationToken)

SuperOffice.CRM.RegistryExtensions is Modified

  • Deleted items
    • Method GetRegistryRow(Enum, String)
  • New items
    • Method GetRegistryRowAsync(Enum, String, CancellationToken)

SuperOffice.CRM.Rows.AccessScriptRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(AccessScriptRecordData)
    • Method ToInserts(IEnumerable<AccessScriptRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<AccessScriptTableInfo>, CancellationToken)
    • Method ToInsertAsync(AccessScriptRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<AccessScriptRecordData>, CancellationToken)

SuperOffice.CRM.Rows.AccessScriptRow is Modified

  • Deleted items
    • Method GetFromIdxAccessScriptId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.AccessScriptRow.AccessScriptRowIdxBase is Modified
  • Deleted items
    • Method .AccessScriptRowIdxBaseop_Implicit(AccessScriptRowIdxBase)
    • Method .AccessScriptRowIdxBaseop_Implicit(AccessScriptRowIdxBase)
  • New items
    • Method .AccessScriptRowIdxBaseToAccessScriptRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .AccessScriptRowIdxBaseToAccessScriptRowAsync(CancellationToken)
    • Method .AccessScriptRowIdxBaseToAccessScriptRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .AccessScriptRowIdxBaseToAccessScriptRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAccessScriptIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.AccessScriptRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, AccessScriptTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, AccessScriptTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ActiveUserRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ActiveUserRecordData)
    • Method ToInserts(IEnumerable<ActiveUserRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ActiveUserTableInfo>, CancellationToken)
    • Method ToInsertAsync(ActiveUserRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ActiveUserRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ActiveUserRow is Modified

  • Deleted items
    • Method GetFromIdxActiveuserId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ActiveUserRow.ActiveUserRowIdxBase is Modified
  • Deleted items
    • Method .ActiveUserRowIdxBaseop_Implicit(ActiveUserRowIdxBase)
    • Method .ActiveUserRowIdxBaseop_Implicit(ActiveUserRowIdxBase)
  • New items
    • Method .ActiveUserRowIdxBaseToActiveUserRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ActiveUserRowIdxBaseToActiveUserRowAsync(CancellationToken)
    • Method .ActiveUserRowIdxBaseToActiveUserRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ActiveUserRowIdxBaseToActiveUserRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxActiveuserIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ActiveUserRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, ActiveUserTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ActiveUserTableInfo, CancellationToken)

SuperOffice.CRM.Rows.AddressFormatRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(AddressFormatRecordData)
    • Method ToInserts(IEnumerable<AddressFormatRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<AddressFormatTableInfo>, CancellationToken)
    • Method ToInsertAsync(AddressFormatRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<AddressFormatRecordData>, CancellationToken)

SuperOffice.CRM.Rows.AddressFormatRow is Modified

  • Deleted items
    • Method GetFromIdxAddressformatId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.AddressFormatRow.AddressFormatRowIdxBase is Modified
  • Deleted items
    • Method .AddressFormatRowIdxBaseop_Implicit(AddressFormatRowIdxBase)
    • Method .AddressFormatRowIdxBaseop_Implicit(AddressFormatRowIdxBase)
  • New items
    • Method .AddressFormatRowIdxBaseToAddressFormatRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .AddressFormatRowIdxBaseToAddressFormatRowAsync(CancellationToken)
    • Method .AddressFormatRowIdxBaseToAddressFormatRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .AddressFormatRowIdxBaseToAddressFormatRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAddressformatIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.AddressFormatRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, AddressFormatTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, AddressFormatTableInfo, CancellationToken)

SuperOffice.CRM.Rows.AddressRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(AddressRecordData)
    • Method ToInserts(IEnumerable<AddressRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<AddressTableInfo>, CancellationToken)
    • Method ToInsertAsync(AddressRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<AddressRecordData>, CancellationToken)

SuperOffice.CRM.Rows.AddressRow is Modified

  • Deleted items
    • Method GetFromIdxAddressId(Int32)
    • Method GetFromIdxOwnerIdAtypeIdx(Int32, AddressType)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.AddressRow.AddressRowIdxBase is Modified
  • Deleted items
    • Method .AddressRowIdxBaseop_Implicit(AddressRowIdxBase)
    • Method .AddressRowIdxBaseop_Implicit(AddressRowIdxBase)
  • New items
    • Method .AddressRowIdxBaseToAddressRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .AddressRowIdxBaseToAddressRowAsync(CancellationToken)
    • Method .AddressRowIdxBaseToAddressRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .AddressRowIdxBaseToAddressRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAddressIdAsync(Int32, CancellationToken)
    • Method GetFromIdxOwnerIdAtypeIdxAsync(Int32, AddressType, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.AddressRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxOwnerId(Int32)
    • Method GetFromIdxState(String)
    • Method GetFromIdxZipcode(String)
    • Method GetFromReader(SoDataReader, AddressTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxOwnerIdAsync(Int32, CancellationToken)
    • Method GetFromIdxStateAsync(String, CancellationToken)
    • Method GetFromIdxZipcodeAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, AddressTableInfo, CancellationToken)

SuperOffice.CRM.Rows.AiChatTurnRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(AiChatTurnRecordData)
    • Method ToInserts(IEnumerable<AiChatTurnRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<AiChatTurnTableInfo>, CancellationToken)
    • Method ToInsertAsync(AiChatTurnRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<AiChatTurnRecordData>, CancellationToken)

SuperOffice.CRM.Rows.AiChatTurnRow is Modified

  • Deleted items
    • Method GetFromIdxAiChatTurnId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.AiChatTurnRow.AiChatTurnRowIdxBase is Modified
  • Deleted items
    • Method .AiChatTurnRowIdxBaseop_Implicit(AiChatTurnRowIdxBase)
    • Method .AiChatTurnRowIdxBaseop_Implicit(AiChatTurnRowIdxBase)
  • New items
    • Method .AiChatTurnRowIdxBaseToAiChatTurnRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .AiChatTurnRowIdxBaseToAiChatTurnRowAsync(CancellationToken)
    • Method .AiChatTurnRowIdxBaseToAiChatTurnRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .AiChatTurnRowIdxBaseToAiChatTurnRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAiChatTurnIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.AiChatTurnRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAssociateId(Int32)
    • Method GetFromIdxAssociateIdChatId(Int32, String)
    • Method GetFromIdxAssociateIdChatIdTimestamp(Int32, String, DateTime)
    • Method GetFromIdxTimestamp(DateTime)
    • Method GetFromReader(SoDataReader, AiChatTurnTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAssociateIdAsync(Int32, CancellationToken)
    • Method GetFromIdxAssociateIdChatIdAsync(Int32, String, CancellationToken)
    • Method GetFromIdxAssociateIdChatIdTimestampAsync(Int32, String, DateTime, CancellationToken)
    • Method GetFromIdxTimestampAsync(DateTime, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, AiChatTurnTableInfo, CancellationToken)

SuperOffice.CRM.Rows.AmountClassGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(AmountClassGroupLinkRecordData)
    • Method ToInserts(IEnumerable<AmountClassGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<AmountClassGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(AmountClassGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<AmountClassGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.AmountClassGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxAmountclassgrouplinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.AmountClassGroupLinkRow.AmountClassGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .AmountClassGroupLinkRowIdxBaseop_Implicit(AmountClassGroupLinkRowIdxBase)
    • Method .AmountClassGroupLinkRowIdxBaseop_Implicit(AmountClassGroupLinkRowIdxBase)
  • New items
    • Method .AmountClassGroupLinkRowIdxBaseToAmountClassGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .AmountClassGroupLinkRowIdxBaseToAmountClassGroupLinkRowAsync(CancellationToken)
    • Method .AmountClassGroupLinkRowIdxBaseToAmountClassGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .AmountClassGroupLinkRowIdxBaseToAmountClassGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAmountclassgrouplinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.AmountClassGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAmountclassId(Int32)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromReader(SoDataReader, AmountClassGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAmountclassIdAsync(Int32, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, AmountClassGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.AmountClassHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(AmountClassHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<AmountClassHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<AmountClassHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(AmountClassHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<AmountClassHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.AmountClassHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxAmountclassheadinglinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.AmountClassHeadingLinkRow.AmountClassHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .AmountClassHeadingLinkRowIdxBaseop_Implicit(AmountClassHeadingLinkRowIdxBase)
    • Method .AmountClassHeadingLinkRowIdxBaseop_Implicit(AmountClassHeadingLinkRowIdxBase)
  • New items
    • Method .AmountClassHeadingLinkRowIdxBaseToAmountClassHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .AmountClassHeadingLinkRowIdxBaseToAmountClassHeadingLinkRowAsync(CancellationToken)
    • Method .AmountClassHeadingLinkRowIdxBaseToAmountClassHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .AmountClassHeadingLinkRowIdxBaseToAmountClassHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAmountclassheadinglinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.AmountClassHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAmountclassId(Int32)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromReader(SoDataReader, AmountClassHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAmountclassIdAsync(Int32, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, AmountClassHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.AmountClassRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(AmountClassRecordData)
    • Method ToInserts(IEnumerable<AmountClassRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<AmountClassTableInfo>, CancellationToken)
    • Method ToInsertAsync(AmountClassRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<AmountClassRecordData>, CancellationToken)

SuperOffice.CRM.Rows.AmountClassRow is Modified

  • Deleted items
    • Method GetFromIdxAmountClassId(Int32)
    • Method GetFromIdxName(String)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.AmountClassRow.AmountClassRowIdxBase is Modified
  • Deleted items
    • Method .AmountClassRowIdxBaseop_Implicit(AmountClassRowIdxBase)
    • Method .AmountClassRowIdxBaseop_Implicit(AmountClassRowIdxBase)
  • New items
    • Method .AmountClassRowIdxBaseToAmountClassRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .AmountClassRowIdxBaseToAmountClassRowAsync(CancellationToken)
    • Method .AmountClassRowIdxBaseToAmountClassRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .AmountClassRowIdxBaseToAmountClassRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAmountClassIdAsync(Int32, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.AmountClassRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAmountFrom(Double)
    • Method GetFromIdxAmountTo(Double)
    • Method GetFromReader(SoDataReader, AmountClassTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAmountFromAsync(Double, CancellationToken)
    • Method GetFromIdxAmountToAsync(Double, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, AmountClassTableInfo, CancellationToken)

SuperOffice.CRM.Rows.AppointmentRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(AppointmentRecordData)
    • Method ToInserts(IEnumerable<AppointmentRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<AppointmentTableInfo>, CancellationToken)
    • Method ToInsertAsync(AppointmentRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<AppointmentRecordData>, CancellationToken)

SuperOffice.CRM.Rows.AppointmentRow is Modified

  • Deleted items
    • Method GetFromIdxAppointmentId(Int32)
    • Method GetFromIdxAssociateIdActiveDateMotherIdAppointmentId(Int32, DateTime, Int32, Int32)
    • Method GetFromIdxMotherIdStatusActiveDateRegisteredAssociateIdRegisteredAssignedByGroupIdxTypeAssociateIdAppointmentId(Int32, AppointmentStatus, DateTime, Int32, DateTime, Int32, Int32, AppointmentType, Int32, Int32)
    • Method GetFromIdxProjectIdTypeActiveDateDocumentIdAssociateIdGroupIdxMotherIdAssignedByAppointmentIdRegisteredRegisteredAssociateId(Int32, AppointmentType, DateTime, Int32, Int32, Int32, Int32, Int32, Int32, DateTime, Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.AppointmentRow.AppointmentRowIdxBase is Modified
  • Deleted items
    • Method .AppointmentRowIdxBaseop_Implicit(AppointmentRowIdxBase)
    • Method .AppointmentRowIdxBaseop_Implicit(AppointmentRowIdxBase)
  • New items
    • Method .AppointmentRowIdxBaseToAppointmentRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .AppointmentRowIdxBaseToAppointmentRowAsync(CancellationToken)
    • Method .AppointmentRowIdxBaseToAppointmentRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .AppointmentRowIdxBaseToAppointmentRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAppointmentIdAsync(Int32, CancellationToken)
    • Method GetFromIdxAssociateIdActiveDateMotherIdAppointmentIdAsync(Int32, DateTime, Int32, Int32, CancellationToken)
    • Method GetFromIdxMotherIdStatusActiveDateRegisteredAssociateIdRegisteredAssignedByGroupIdxTypeAssociateIdAppointmentIdAsync(Int32, AppointmentStatus, DateTime, Int32, DateTime, Int32, Int32, AppointmentType, Int32, Int32, CancellationToken)
    • Method GetFromIdxProjectIdTypeActiveDateDocumentIdAssociateIdGroupIdxMotherIdAssignedByAppointmentIdRegisteredRegisteredAssociateIdAsync(Int32, AppointmentType, DateTime, Int32, Int32, Int32, Int32, Int32, Int32, DateTime, Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.AppointmentRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxActiveDate(DateTime)
    • Method GetFromIdxAgendaTextId(Int32)
    • Method GetFromIdxAssociateId(Int32)
    • Method GetFromIdxAssociateIdActiveDate(Int32, DateTime)
    • Method GetFromIdxAssociateIdActiveDateMotherId(Int32, DateTime, Int32)
    • Method GetFromIdxAssociateIdStatus(Int32, AppointmentStatus)
    • Method GetFromIdxAssociateIdStatusDoBy(Int32, AppointmentStatus, DateTime)
    • Method GetFromIdxAssociateIdStatusDoByEndDate(Int32, AppointmentStatus, DateTime, DateTime)
    • Method GetFromIdxAssociateIdType(Int32, AppointmentType)
    • Method GetFromIdxAssociateIdTypeEndDate(Int32, AppointmentType, DateTime)
    • Method GetFromIdxAssociateIdTypeEndDateDoBy(Int32, AppointmentType, DateTime, DateTime)
    • Method GetFromIdxAssociateIdTypeStatus(Int32, AppointmentType, AppointmentStatus)
    • Method GetFromIdxAssociateIdTypeStatusActiveDate(Int32, AppointmentType, AppointmentStatus, DateTime)
    • Method GetFromIdxAssociateIdTypeStatusDoBy(Int32, AppointmentType, AppointmentStatus, DateTime)
    • Method GetFromIdxAssociateIdTypeStatusDone(Int32, AppointmentType, AppointmentStatus, DateTime)
    • Method GetFromIdxContactId(Int32)
    • Method GetFromIdxContactIdType(Int32, AppointmentType)
    • Method GetFromIdxCreatedByWorkflowId(Int32)
    • Method GetFromIdxDoBy(DateTime)
    • Method GetFromIdxDocumentId(Int32)
    • Method GetFromIdxDone(DateTime)
    • Method GetFromIdxGroupIdx(Int32)
    • Method GetFromIdxMotherId(Int32)
    • Method GetFromIdxMotherIdStatus(Int32, AppointmentStatus)
    • Method GetFromIdxMotherIdStatusActiveDate(Int32, AppointmentStatus, DateTime)
    • Method GetFromIdxMotherIdStatusActiveDateRegisteredAssociateId(Int32, AppointmentStatus, DateTime, Int32)
    • Method GetFromIdxMotherIdStatusActiveDateRegisteredAssociateIdRegistered(Int32, AppointmentStatus, DateTime, Int32, DateTime)
    • Method GetFromIdxMotherIdStatusActiveDateRegisteredAssociateIdRegisteredAssignedBy(Int32, AppointmentStatus, DateTime, Int32, DateTime, Int32)
    • Method GetFromIdxMotherIdStatusActiveDateRegisteredAssociateIdRegisteredAssignedByGroupIdx(Int32, AppointmentStatus, DateTime, Int32, DateTime, Int32, Int32)
    • Method GetFromIdxMotherIdStatusActiveDateRegisteredAssociateIdRegisteredAssignedByGroupIdxType(Int32, AppointmentStatus, DateTime, Int32, DateTime, Int32, Int32, AppointmentType)
    • Method GetFromIdxMotherIdStatusActiveDateRegisteredAssociateIdRegisteredAssignedByGroupIdxTypeAssociateId(Int32, AppointmentStatus, DateTime, Int32, DateTime, Int32, Int32, AppointmentType, Int32)
    • Method GetFromIdxPersonId(Int32)
    • Method GetFromIdxProjectId(Int32)
    • Method GetFromIdxProjectIdType(Int32, AppointmentType)
    • Method GetFromIdxProjectIdTypeActiveDate(Int32, AppointmentType, DateTime)
    • Method GetFromIdxProjectIdTypeActiveDateDocumentId(Int32, AppointmentType, DateTime, Int32)
    • Method GetFromIdxProjectIdTypeActiveDateDocumentIdAssociateId(Int32, AppointmentType, DateTime, Int32, Int32)
    • Method GetFromIdxProjectIdTypeActiveDateDocumentIdAssociateIdGroupIdx(Int32, AppointmentType, DateTime, Int32, Int32, Int32)
    • Method GetFromIdxProjectIdTypeActiveDateDocumentIdAssociateIdGroupIdxMotherId(Int32, AppointmentType, DateTime, Int32, Int32, Int32, Int32)
    • Method GetFromIdxProjectIdTypeActiveDateDocumentIdAssociateIdGroupIdxMotherIdAssignedBy(Int32, AppointmentType, DateTime, Int32, Int32, Int32, Int32, Int32)
    • Method GetFromIdxRecurrenceRuleId(Int32)
    • Method GetFromIdxRecurrenceRuleIdActiveDate(Int32, DateTime)
    • Method GetFromIdxRecurrenceRuleIdActiveDateAssociateId(Int32, DateTime, Int32)
    • Method GetFromIdxRecurrenceRuleIdActiveDateMotherId(Int32, DateTime, Int32)
    • Method GetFromIdxSaleId(Int32)
    • Method GetFromIdxSource(Int16)
    • Method GetFromIdxSuggestedAppointmentId(Int32)
    • Method GetFromIdxSuggestedDocumentId(Int32)
    • Method GetFromIdxTextId(Int32)
    • Method GetFromIdxType(AppointmentType)
    • Method GetFromIdxTypeActiveDate(AppointmentType, DateTime)
    • Method GetFromIdxUserdef2Id(Int32)
    • Method GetFromIdxUserdefId(Int32)
    • Method GetFromReader(SoDataReader, AppointmentTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxActiveDateAsync(DateTime, CancellationToken)
    • Method GetFromIdxAgendaTextIdAsync(Int32, CancellationToken)
    • Method GetFromIdxAssociateIdActiveDateAsync(Int32, DateTime, CancellationToken)
    • Method GetFromIdxAssociateIdActiveDateMotherIdAsync(Int32, DateTime, Int32, CancellationToken)
    • Method GetFromIdxAssociateIdAsync(Int32, CancellationToken)
    • Method GetFromIdxAssociateIdStatusAsync(Int32, AppointmentStatus, CancellationToken)
    • Method GetFromIdxAssociateIdStatusDoByAsync(Int32, AppointmentStatus, DateTime, CancellationToken)
    • Method GetFromIdxAssociateIdStatusDoByEndDateAsync(Int32, AppointmentStatus, DateTime, DateTime, CancellationToken)
    • Method GetFromIdxAssociateIdTypeAsync(Int32, AppointmentType, CancellationToken)
    • Method GetFromIdxAssociateIdTypeEndDateAsync(Int32, AppointmentType, DateTime, CancellationToken)
    • Method GetFromIdxAssociateIdTypeEndDateDoByAsync(Int32, AppointmentType, DateTime, DateTime, CancellationToken)
    • Method GetFromIdxAssociateIdTypeStatusActiveDateAsync(Int32, AppointmentType, AppointmentStatus, DateTime, CancellationToken)
    • Method GetFromIdxAssociateIdTypeStatusAsync(Int32, AppointmentType, AppointmentStatus, CancellationToken)
    • Method GetFromIdxAssociateIdTypeStatusDoByAsync(Int32, AppointmentType, AppointmentStatus, DateTime, CancellationToken)
    • Method GetFromIdxAssociateIdTypeStatusDoneAsync(Int32, AppointmentType, AppointmentStatus, DateTime, CancellationToken)
    • Method GetFromIdxContactIdAsync(Int32, CancellationToken)
    • Method GetFromIdxContactIdTypeAsync(Int32, AppointmentType, CancellationToken)
    • Method GetFromIdxCreatedByWorkflowIdAsync(Int32, CancellationToken)
    • Method GetFromIdxDoByAsync(DateTime, CancellationToken)
    • Method GetFromIdxDocumentIdAsync(Int32, CancellationToken)
    • Method GetFromIdxDoneAsync(DateTime, CancellationToken)
    • Method GetFromIdxGroupIdxAsync(Int32, CancellationToken)
    • Method GetFromIdxMotherIdAsync(Int32, CancellationToken)
    • Method GetFromIdxMotherIdStatusActiveDateAsync(Int32, AppointmentStatus, DateTime, CancellationToken)
    • Method GetFromIdxMotherIdStatusActiveDateRegisteredAssociateIdAsync(Int32, AppointmentStatus, DateTime, Int32, CancellationToken)
    • Method GetFromIdxMotherIdStatusActiveDateRegisteredAssociateIdRegisteredAssignedByAsync(Int32, AppointmentStatus, DateTime, Int32, DateTime, Int32, CancellationToken)
    • Method GetFromIdxMotherIdStatusActiveDateRegisteredAssociateIdRegisteredAssignedByGroupIdxAsync(Int32, AppointmentStatus, DateTime, Int32, DateTime, Int32, Int32, CancellationToken)
    • Method GetFromIdxMotherIdStatusActiveDateRegisteredAssociateIdRegisteredAssignedByGroupIdxTypeAssociateIdAsync(Int32, AppointmentStatus, DateTime, Int32, DateTime, Int32, Int32, AppointmentType, Int32, CancellationToken)
    • Method GetFromIdxMotherIdStatusActiveDateRegisteredAssociateIdRegisteredAssignedByGroupIdxTypeAsync(Int32, AppointmentStatus, DateTime, Int32, DateTime, Int32, Int32, AppointmentType, CancellationToken)
    • Method GetFromIdxMotherIdStatusActiveDateRegisteredAssociateIdRegisteredAsync(Int32, AppointmentStatus, DateTime, Int32, DateTime, CancellationToken)
    • Method GetFromIdxMotherIdStatusAsync(Int32, AppointmentStatus, CancellationToken)
    • Method GetFromIdxPersonIdAsync(Int32, CancellationToken)
    • Method GetFromIdxProjectIdAsync(Int32, CancellationToken)
    • Method GetFromIdxProjectIdTypeActiveDateAsync(Int32, AppointmentType, DateTime, CancellationToken)
    • Method GetFromIdxProjectIdTypeActiveDateDocumentIdAssociateIdAsync(Int32, AppointmentType, DateTime, Int32, Int32, CancellationToken)
    • Method GetFromIdxProjectIdTypeActiveDateDocumentIdAssociateIdGroupIdxAsync(Int32, AppointmentType, DateTime, Int32, Int32, Int32, CancellationToken)
    • Method GetFromIdxProjectIdTypeActiveDateDocumentIdAssociateIdGroupIdxMotherIdAssignedByAsync(Int32, AppointmentType, DateTime, Int32, Int32, Int32, Int32, Int32, CancellationToken)
    • Method GetFromIdxProjectIdTypeActiveDateDocumentIdAssociateIdGroupIdxMotherIdAsync(Int32, AppointmentType, DateTime, Int32, Int32, Int32, Int32, CancellationToken)
    • Method GetFromIdxProjectIdTypeActiveDateDocumentIdAsync(Int32, AppointmentType, DateTime, Int32, CancellationToken)
    • Method GetFromIdxProjectIdTypeAsync(Int32, AppointmentType, CancellationToken)
    • Method GetFromIdxRecurrenceRuleIdActiveDateAssociateIdAsync(Int32, DateTime, Int32, CancellationToken)
    • Method GetFromIdxRecurrenceRuleIdActiveDateAsync(Int32, DateTime, CancellationToken)
    • Method GetFromIdxRecurrenceRuleIdActiveDateMotherIdAsync(Int32, DateTime, Int32, CancellationToken)
    • Method GetFromIdxRecurrenceRuleIdAsync(Int32, CancellationToken)
    • Method GetFromIdxSaleIdAsync(Int32, CancellationToken)
    • Method GetFromIdxSourceAsync(Int16, CancellationToken)
    • Method GetFromIdxSuggestedAppointmentIdAsync(Int32, CancellationToken)
    • Method GetFromIdxSuggestedDocumentIdAsync(Int32, CancellationToken)
    • Method GetFromIdxTextIdAsync(Int32, CancellationToken)
    • Method GetFromIdxTypeActiveDateAsync(AppointmentType, DateTime, CancellationToken)
    • Method GetFromIdxTypeAsync(AppointmentType, CancellationToken)
    • Method GetFromIdxUserdef2IdAsync(Int32, CancellationToken)
    • Method GetFromIdxUserdefIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, AppointmentTableInfo, CancellationToken)

SuperOffice.CRM.Rows.AreaRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(AreaRecordData)
    • Method ToInserts(IEnumerable<AreaRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<AreaTableInfo>, CancellationToken)
    • Method ToInsertAsync(AreaRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<AreaRecordData>, CancellationToken)

SuperOffice.CRM.Rows.AreaRow is Modified

  • Deleted items
    • Method GetFromIdxAreaId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.AreaRow.AreaRowIdxBase is Modified
  • Deleted items
    • Method .AreaRowIdxBaseop_Implicit(AreaRowIdxBase)
    • Method .AreaRowIdxBaseop_Implicit(AreaRowIdxBase)
  • New items
    • Method .AreaRowIdxBaseToAreaRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .AreaRowIdxBaseToAreaRowAsync(CancellationToken)
    • Method .AreaRowIdxBaseToAreaRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .AreaRowIdxBaseToAreaRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAreaIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.AreaRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxParentAreaId(Int32)
    • Method GetFromReader(SoDataReader, AreaTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxParentAreaIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, AreaTableInfo, CancellationToken)

SuperOffice.CRM.Rows.AreaUserAssignmentRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(AreaUserAssignmentRecordData)
    • Method ToInserts(IEnumerable<AreaUserAssignmentRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<AreaUserAssignmentTableInfo>, CancellationToken)
    • Method ToInsertAsync(AreaUserAssignmentRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<AreaUserAssignmentRecordData>, CancellationToken)

SuperOffice.CRM.Rows.AreaUserAssignmentRow is Modified

  • Deleted items
    • Method GetFromIdxAreauserassignmentId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.AreaUserAssignmentRow.AreaUserAssignmentRowIdxBase is Modified
  • Deleted items
    • Method .AreaUserAssignmentRowIdxBaseop_Implicit(AreaUserAssignmentRowIdxBase)
    • Method .AreaUserAssignmentRowIdxBaseop_Implicit(AreaUserAssignmentRowIdxBase)
  • New items
    • Method .AreaUserAssignmentRowIdxBaseToAreaUserAssignmentRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .AreaUserAssignmentRowIdxBaseToAreaUserAssignmentRowAsync(CancellationToken)
    • Method .AreaUserAssignmentRowIdxBaseToAreaUserAssignmentRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .AreaUserAssignmentRowIdxBaseToAreaUserAssignmentRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAreauserassignmentIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.AreaUserAssignmentRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAreaId(Int32)
    • Method GetFromIdxAssociateId(Int32)
    • Method GetFromReader(SoDataReader, AreaUserAssignmentTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAreaIdAsync(Int32, CancellationToken)
    • Method GetFromIdxAssociateIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, AreaUserAssignmentTableInfo, CancellationToken)

SuperOffice.CRM.Rows.AreaUserInclusionRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(AreaUserInclusionRecordData)
    • Method ToInserts(IEnumerable<AreaUserInclusionRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<AreaUserInclusionTableInfo>, CancellationToken)
    • Method ToInsertAsync(AreaUserInclusionRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<AreaUserInclusionRecordData>, CancellationToken)

SuperOffice.CRM.Rows.AreaUserInclusionRow is Modified

  • Deleted items
    • Method GetFromIdxAreauserinclusionId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.AreaUserInclusionRow.AreaUserInclusionRowIdxBase is Modified
  • Deleted items
    • Method .AreaUserInclusionRowIdxBaseop_Implicit(AreaUserInclusionRowIdxBase)
    • Method .AreaUserInclusionRowIdxBaseop_Implicit(AreaUserInclusionRowIdxBase)
  • New items
    • Method .AreaUserInclusionRowIdxBaseToAreaUserInclusionRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .AreaUserInclusionRowIdxBaseToAreaUserInclusionRowAsync(CancellationToken)
    • Method .AreaUserInclusionRowIdxBaseToAreaUserInclusionRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .AreaUserInclusionRowIdxBaseToAreaUserInclusionRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAreauserinclusionIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.AreaUserInclusionRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAreaId(Int32)
    • Method GetFromIdxAssociateId(Int32)
    • Method GetFromReader(SoDataReader, AreaUserInclusionTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAreaIdAsync(Int32, CancellationToken)
    • Method GetFromIdxAssociateIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, AreaUserInclusionTableInfo, CancellationToken)

SuperOffice.CRM.Rows.AssociateGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(AssociateGroupLinkRecordData)
    • Method ToInserts(IEnumerable<AssociateGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<AssociateGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(AssociateGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<AssociateGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.AssociateGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxAssociategrouplinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.AssociateGroupLinkRow.AssociateGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .AssociateGroupLinkRowIdxBaseop_Implicit(AssociateGroupLinkRowIdxBase)
    • Method .AssociateGroupLinkRowIdxBaseop_Implicit(AssociateGroupLinkRowIdxBase)
  • New items
    • Method .AssociateGroupLinkRowIdxBaseToAssociateGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .AssociateGroupLinkRowIdxBaseToAssociateGroupLinkRowAsync(CancellationToken)
    • Method .AssociateGroupLinkRowIdxBaseToAssociateGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .AssociateGroupLinkRowIdxBaseToAssociateGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAssociategrouplinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.AssociateGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAssociateId(Int32)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromReader(SoDataReader, AssociateGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAssociateIdAsync(Int32, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, AssociateGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.AssociateHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(AssociateHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<AssociateHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<AssociateHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(AssociateHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<AssociateHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.AssociateHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxAssociateheadinglinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.AssociateHeadingLinkRow.AssociateHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .AssociateHeadingLinkRowIdxBaseop_Implicit(AssociateHeadingLinkRowIdxBase)
    • Method .AssociateHeadingLinkRowIdxBaseop_Implicit(AssociateHeadingLinkRowIdxBase)
  • New items
    • Method .AssociateHeadingLinkRowIdxBaseToAssociateHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .AssociateHeadingLinkRowIdxBaseToAssociateHeadingLinkRowAsync(CancellationToken)
    • Method .AssociateHeadingLinkRowIdxBaseToAssociateHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .AssociateHeadingLinkRowIdxBaseToAssociateHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAssociateheadinglinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.AssociateHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAssociateId(Int32)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromReader(SoDataReader, AssociateHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAssociateIdAsync(Int32, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, AssociateHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.AssociateHistoryRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(AssociateHistoryRecordData)
    • Method ToInserts(IEnumerable<AssociateHistoryRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<AssociateHistoryTableInfo>, CancellationToken)
    • Method ToInsertAsync(AssociateHistoryRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<AssociateHistoryRecordData>, CancellationToken)

SuperOffice.CRM.Rows.AssociateHistoryRow is Modified

  • Deleted items
    • Method GetFromIdxAssociateHistoryId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.AssociateHistoryRow.AssociateHistoryRowIdxBase is Modified
  • Deleted items
    • Method .AssociateHistoryRowIdxBaseop_Implicit(AssociateHistoryRowIdxBase)
    • Method .AssociateHistoryRowIdxBaseop_Implicit(AssociateHistoryRowIdxBase)
  • New items
    • Method .AssociateHistoryRowIdxBaseToAssociateHistoryRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .AssociateHistoryRowIdxBaseToAssociateHistoryRowAsync(CancellationToken)
    • Method .AssociateHistoryRowIdxBaseToAssociateHistoryRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .AssociateHistoryRowIdxBaseToAssociateHistoryRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAssociateHistoryIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.AssociateHistoryRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, AssociateHistoryTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, AssociateHistoryTableInfo, CancellationToken)

SuperOffice.CRM.Rows.AssociateRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(AssociateRecordData)
    • Method ToInserts(IEnumerable<AssociateRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<AssociateTableInfo>, CancellationToken)
    • Method ToInsertAsync(AssociateRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<AssociateRecordData>, CancellationToken)

SuperOffice.CRM.Rows.AssociateRow is Modified

  • Deleted items
    • Method GetFromIdxAssociateId(Int32)
    • Method GetFromIdxName(String)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.AssociateRow.AssociateRowIdxBase is Modified
  • Deleted items
    • Method .AssociateRowIdxBaseop_Implicit(AssociateRowIdxBase)
    • Method .AssociateRowIdxBaseop_Implicit(AssociateRowIdxBase)
  • New items
    • Method .AssociateRowIdxBaseToAssociateRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .AssociateRowIdxBaseToAssociateRowAsync(CancellationToken)
    • Method .AssociateRowIdxBaseToAssociateRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .AssociateRowIdxBaseToAssociateRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAssociateIdAsync(Int32, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.AssociateRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxPersonId(Int32)
    • Method GetFromIdxType(AssociateType)
    • Method GetFromReader(SoDataReader, AssociateTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxPersonIdAsync(Int32, CancellationToken)
    • Method GetFromIdxTypeAsync(AssociateType, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, AssociateTableInfo, CancellationToken)

SuperOffice.CRM.Rows.AttachmentLocationRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(AttachmentLocationRecordData)
    • Method ToInserts(IEnumerable<AttachmentLocationRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<AttachmentLocationTableInfo>, CancellationToken)
    • Method ToInsertAsync(AttachmentLocationRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<AttachmentLocationRecordData>, CancellationToken)

SuperOffice.CRM.Rows.AttachmentLocationRow is Modified

  • Deleted items
    • Method GetFromIdxAttachmentLocationId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.AttachmentLocationRow.AttachmentLocationRowIdxBase is Modified
  • Deleted items
    • Method .AttachmentLocationRowIdxBaseop_Implicit(AttachmentLocationRowIdxBase)
    • Method .AttachmentLocationRowIdxBaseop_Implicit(AttachmentLocationRowIdxBase)
  • New items
    • Method .AttachmentLocationRowIdxBaseToAttachmentLocationRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .AttachmentLocationRowIdxBaseToAttachmentLocationRowAsync(CancellationToken)
    • Method .AttachmentLocationRowIdxBaseToAttachmentLocationRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .AttachmentLocationRowIdxBaseToAttachmentLocationRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAttachmentLocationIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.AttachmentLocationRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, AttachmentLocationTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, AttachmentLocationTableInfo, CancellationToken)

SuperOffice.CRM.Rows.AttachmentRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(AttachmentRecordData)
    • Method ToInserts(IEnumerable<AttachmentRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<AttachmentTableInfo>, CancellationToken)
    • Method ToInsertAsync(AttachmentRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<AttachmentRecordData>, CancellationToken)

SuperOffice.CRM.Rows.AttachmentRow is Modified

  • Deleted items
    • Method GetFromIdxAttachmentId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.AttachmentRow.AttachmentRowIdxBase is Modified
  • Deleted items
    • Method .AttachmentRowIdxBaseop_Implicit(AttachmentRowIdxBase)
    • Method .AttachmentRowIdxBaseop_Implicit(AttachmentRowIdxBase)
  • New items
    • Method .AttachmentRowIdxBaseToAttachmentRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .AttachmentRowIdxBaseToAttachmentRowAsync(CancellationToken)
    • Method .AttachmentRowIdxBaseToAttachmentRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .AttachmentRowIdxBaseToAttachmentRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAttachmentIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.AttachmentRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxDbiAgentId(Int32)
    • Method GetFromIdxDbiKey(String)
    • Method GetFromIdxDbiLastModified(DateTime)
    • Method GetFromIdxDbiLastSyncronized(DateTime)
    • Method GetFromReader(SoDataReader, AttachmentTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDbiAgentIdAsync(Int32, CancellationToken)
    • Method GetFromIdxDbiKeyAsync(String, CancellationToken)
    • Method GetFromIdxDbiLastModifiedAsync(DateTime, CancellationToken)
    • Method GetFromIdxDbiLastSyncronizedAsync(DateTime, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, AttachmentTableInfo, CancellationToken)

SuperOffice.CRM.Rows.AudienceConfigRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(AudienceConfigRecordData)
    • Method ToInserts(IEnumerable<AudienceConfigRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<AudienceConfigTableInfo>, CancellationToken)
    • Method ToInsertAsync(AudienceConfigRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<AudienceConfigRecordData>, CancellationToken)

SuperOffice.CRM.Rows.AudienceConfigRow is Modified

  • Deleted items
    • Method GetFromIdxAudienceConfigId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.AudienceConfigRow.AudienceConfigRowIdxBase is Modified
  • Deleted items
    • Method .AudienceConfigRowIdxBaseop_Implicit(AudienceConfigRowIdxBase)
    • Method .AudienceConfigRowIdxBaseop_Implicit(AudienceConfigRowIdxBase)
  • New items
    • Method .AudienceConfigRowIdxBaseToAudienceConfigRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .AudienceConfigRowIdxBaseToAudienceConfigRowAsync(CancellationToken)
    • Method .AudienceConfigRowIdxBaseToAudienceConfigRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .AudienceConfigRowIdxBaseToAudienceConfigRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAudienceConfigIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.AudienceConfigRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAudienceLayoutId(Int32)
    • Method GetFromReader(SoDataReader, AudienceConfigTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAudienceLayoutIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, AudienceConfigTableInfo, CancellationToken)

SuperOffice.CRM.Rows.AudienceLayoutLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(AudienceLayoutLinkRecordData)
    • Method ToInserts(IEnumerable<AudienceLayoutLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<AudienceLayoutLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(AudienceLayoutLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<AudienceLayoutLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.AudienceLayoutLinkRow is Modified

  • Deleted items
    • Method GetFromIdxAudienceLayoutLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.AudienceLayoutLinkRow.AudienceLayoutLinkRowIdxBase is Modified
  • Deleted items
    • Method .AudienceLayoutLinkRowIdxBaseop_Implicit(AudienceLayoutLinkRowIdxBase)
    • Method .AudienceLayoutLinkRowIdxBaseop_Implicit(AudienceLayoutLinkRowIdxBase)
  • New items
    • Method .AudienceLayoutLinkRowIdxBaseToAudienceLayoutLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .AudienceLayoutLinkRowIdxBaseToAudienceLayoutLinkRowAsync(CancellationToken)
    • Method .AudienceLayoutLinkRowIdxBaseToAudienceLayoutLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .AudienceLayoutLinkRowIdxBaseToAudienceLayoutLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAudienceLayoutLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.AudienceLayoutLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAudienceLayoutId(Int32)
    • Method GetFromIdxTargetTable(Int16)
    • Method GetFromIdxTargetTableTargetRecord(Int16, Int32)
    • Method GetFromReader(SoDataReader, AudienceLayoutLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAudienceLayoutIdAsync(Int32, CancellationToken)
    • Method GetFromIdxTargetTableAsync(Int16, CancellationToken)
    • Method GetFromIdxTargetTableTargetRecordAsync(Int16, Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, AudienceLayoutLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.AudienceLayoutRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(AudienceLayoutRecordData)
    • Method ToInserts(IEnumerable<AudienceLayoutRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<AudienceLayoutTableInfo>, CancellationToken)
    • Method ToInsertAsync(AudienceLayoutRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<AudienceLayoutRecordData>, CancellationToken)

SuperOffice.CRM.Rows.AudienceLayoutRow is Modified

  • Deleted items
    • Method GetFromIdxAudienceLayoutId(Int32)
    • Method GetFromIdxInstanceName(String)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.AudienceLayoutRow.AudienceLayoutRowIdxBase is Modified
  • Deleted items
    • Method .AudienceLayoutRowIdxBaseop_Implicit(AudienceLayoutRowIdxBase)
    • Method .AudienceLayoutRowIdxBaseop_Implicit(AudienceLayoutRowIdxBase)
  • New items
    • Method .AudienceLayoutRowIdxBaseToAudienceLayoutRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .AudienceLayoutRowIdxBaseToAudienceLayoutRowAsync(CancellationToken)
    • Method .AudienceLayoutRowIdxBaseToAudienceLayoutRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .AudienceLayoutRowIdxBaseToAudienceLayoutRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAudienceLayoutIdAsync(Int32, CancellationToken)
    • Method GetFromIdxInstanceNameAsync(String, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.AudienceLayoutRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, AudienceLayoutTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, AudienceLayoutTableInfo, CancellationToken)

SuperOffice.CRM.Rows.AudienceVisibilityRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(AudienceVisibilityRecordData)
    • Method ToInserts(IEnumerable<AudienceVisibilityRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<AudienceVisibilityTableInfo>, CancellationToken)
    • Method ToInsertAsync(AudienceVisibilityRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<AudienceVisibilityRecordData>, CancellationToken)

SuperOffice.CRM.Rows.AudienceVisibilityRow is Modified

  • Deleted items
    • Method GetFromIdxAudienceVisibilityId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.AudienceVisibilityRow.AudienceVisibilityRowIdxBase is Modified
  • Deleted items
    • Method .AudienceVisibilityRowIdxBaseop_Implicit(AudienceVisibilityRowIdxBase)
    • Method .AudienceVisibilityRowIdxBaseop_Implicit(AudienceVisibilityRowIdxBase)
  • New items
    • Method .AudienceVisibilityRowIdxBaseToAudienceVisibilityRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .AudienceVisibilityRowIdxBaseToAudienceVisibilityRowAsync(CancellationToken)
    • Method .AudienceVisibilityRowIdxBaseToAudienceVisibilityRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .AudienceVisibilityRowIdxBaseToAudienceVisibilityRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAudienceVisibilityIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.AudienceVisibilityRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxControllingTable(Int16)
    • Method GetFromIdxControllingTableControllingRecord(Int16, Int32)
    • Method GetFromIdxSourceTable(Int16)
    • Method GetFromIdxSourceTableSourceRecord(Int16, Int32)
    • Method GetFromReader(SoDataReader, AudienceVisibilityTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxControllingTableAsync(Int16, CancellationToken)
    • Method GetFromIdxControllingTableControllingRecordAsync(Int16, Int32, CancellationToken)
    • Method GetFromIdxSourceTableAsync(Int16, CancellationToken)
    • Method GetFromIdxSourceTableSourceRecordAsync(Int16, Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, AudienceVisibilityTableInfo, CancellationToken)

SuperOffice.CRM.Rows.AutosaveRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(AutosaveRecordData)
    • Method ToInserts(IEnumerable<AutosaveRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<AutosaveTableInfo>, CancellationToken)
    • Method ToInsertAsync(AutosaveRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<AutosaveRecordData>, CancellationToken)

SuperOffice.CRM.Rows.AutosaveRow is Modified

  • Deleted items
    • Method GetFromIdxAutosaveId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.AutosaveRow.AutosaveRowIdxBase is Modified
  • Deleted items
    • Method .AutosaveRowIdxBaseop_Implicit(AutosaveRowIdxBase)
    • Method .AutosaveRowIdxBaseop_Implicit(AutosaveRowIdxBase)
  • New items
    • Method .AutosaveRowIdxBaseToAutosaveRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .AutosaveRowIdxBaseToAutosaveRowAsync(CancellationToken)
    • Method .AutosaveRowIdxBaseToAutosaveRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .AutosaveRowIdxBaseToAutosaveRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAutosaveIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.AutosaveRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxIndexId(Int32)
    • Method GetFromReader(SoDataReader, AutosaveTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxIndexIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, AutosaveTableInfo, CancellationToken)

SuperOffice.CRM.Rows.BaseTZLocationRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(BaseTZLocationRecordData)
    • Method ToInserts(IEnumerable<BaseTZLocationRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<BaseTZLocationTableInfo>, CancellationToken)
    • Method ToInsertAsync(BaseTZLocationRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<BaseTZLocationRecordData>, CancellationToken)

SuperOffice.CRM.Rows.BaseTZLocationRow is Modified

  • Deleted items
    • Method GetFromIdxBaseTZLocationId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.BaseTZLocationRow.BaseTZLocationRowIdxBase is Modified
  • Deleted items
    • Method .BaseTZLocationRowIdxBaseop_Implicit(BaseTZLocationRowIdxBase)
    • Method .BaseTZLocationRowIdxBaseop_Implicit(BaseTZLocationRowIdxBase)
  • New items
    • Method .BaseTZLocationRowIdxBaseToBaseTZLocationRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .BaseTZLocationRowIdxBaseToBaseTZLocationRowAsync(CancellationToken)
    • Method .BaseTZLocationRowIdxBaseToBaseTZLocationRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .BaseTZLocationRowIdxBaseToBaseTZLocationRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxBaseTZLocationIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.BaseTZLocationRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, BaseTZLocationTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, BaseTZLocationTableInfo, CancellationToken)

SuperOffice.CRM.Rows.BatchTaskDefinitionRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(BatchTaskDefinitionRecordData)
    • Method ToInserts(IEnumerable<BatchTaskDefinitionRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<BatchTaskDefinitionTableInfo>, CancellationToken)
    • Method ToInsertAsync(BatchTaskDefinitionRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<BatchTaskDefinitionRecordData>, CancellationToken)

SuperOffice.CRM.Rows.BatchTaskDefinitionRow is Modified

  • Deleted items
    • Method GetFromIdxBatchTaskDefinitionId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.BatchTaskDefinitionRow.BatchTaskDefinitionRowIdxBase is Modified
  • Deleted items
    • Method .BatchTaskDefinitionRowIdxBaseop_Implicit(BatchTaskDefinitionRowIdxBase)
    • Method .BatchTaskDefinitionRowIdxBaseop_Implicit(BatchTaskDefinitionRowIdxBase)
  • New items
    • Method .BatchTaskDefinitionRowIdxBaseToBatchTaskDefinitionRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .BatchTaskDefinitionRowIdxBaseToBatchTaskDefinitionRowAsync(CancellationToken)
    • Method .BatchTaskDefinitionRowIdxBaseToBatchTaskDefinitionRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .BatchTaskDefinitionRowIdxBaseToBatchTaskDefinitionRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxBatchTaskDefinitionIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.BatchTaskDefinitionRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxName(String)
    • Method GetFromIdxNameAssemblyVersion(String, String)
    • Method GetFromReader(SoDataReader, BatchTaskDefinitionTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNameAssemblyVersionAsync(String, String, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, BatchTaskDefinitionTableInfo, CancellationToken)

SuperOffice.CRM.Rows.BatchTaskRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(BatchTaskRecordData)
    • Method ToInserts(IEnumerable<BatchTaskRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<BatchTaskTableInfo>, CancellationToken)
    • Method ToInsertAsync(BatchTaskRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<BatchTaskRecordData>, CancellationToken)

SuperOffice.CRM.Rows.BatchTaskRow is Modified

  • Deleted items
    • Method GetFromIdxBatchTaskId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.BatchTaskRow.BatchTaskRowIdxBase is Modified
  • Deleted items
    • Method .BatchTaskRowIdxBaseop_Implicit(BatchTaskRowIdxBase)
    • Method .BatchTaskRowIdxBaseop_Implicit(BatchTaskRowIdxBase)
  • New items
    • Method .BatchTaskRowIdxBaseToBatchTaskRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .BatchTaskRowIdxBaseToBatchTaskRowAsync(CancellationToken)
    • Method .BatchTaskRowIdxBaseToBatchTaskRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .BatchTaskRowIdxBaseToBatchTaskRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxBatchTaskIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.BatchTaskRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxBatchTaskDefinitionId(Int32)
    • Method GetFromIdxBatchTaskDefinitionIdState(Int32, Int32)
    • Method GetFromIdxState(Int32)
    • Method GetFromReader(SoDataReader, BatchTaskTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxBatchTaskDefinitionIdAsync(Int32, CancellationToken)
    • Method GetFromIdxBatchTaskDefinitionIdStateAsync(Int32, Int32, CancellationToken)
    • Method GetFromIdxStateAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, BatchTaskTableInfo, CancellationToken)

SuperOffice.CRM.Rows.BinaryObjectLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(BinaryObjectLinkRecordData)
    • Method ToInserts(IEnumerable<BinaryObjectLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<BinaryObjectLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(BinaryObjectLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<BinaryObjectLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.BinaryObjectLinkRow is Modified

  • Deleted items
    • Method GetFromIdxBinaryObjectLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.BinaryObjectLinkRow.BinaryObjectLinkRowIdxBase is Modified
  • Deleted items
    • Method .BinaryObjectLinkRowIdxBaseop_Implicit(BinaryObjectLinkRowIdxBase)
    • Method .BinaryObjectLinkRowIdxBaseop_Implicit(BinaryObjectLinkRowIdxBase)
  • New items
    • Method .BinaryObjectLinkRowIdxBaseToBinaryObjectLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .BinaryObjectLinkRowIdxBaseToBinaryObjectLinkRowAsync(CancellationToken)
    • Method .BinaryObjectLinkRowIdxBaseToBinaryObjectLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .BinaryObjectLinkRowIdxBaseToBinaryObjectLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxBinaryObjectLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.BinaryObjectLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxOwnerTable(Int16)
    • Method GetFromIdxOwnerTableOwnerRecord(Int16, Int32)
    • Method GetFromIdxOwnerTableOwnerRecordLinkType(Int16, Int32, BlobLinkType)
    • Method GetFromIdxOwnerTableOwnerRecordLinkTypeRank(Int16, Int32, BlobLinkType, Int16)
    • Method GetFromReader(SoDataReader, BinaryObjectLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxOwnerTableAsync(Int16, CancellationToken)
    • Method GetFromIdxOwnerTableOwnerRecordAsync(Int16, Int32, CancellationToken)
    • Method GetFromIdxOwnerTableOwnerRecordLinkTypeAsync(Int16, Int32, BlobLinkType, CancellationToken)
    • Method GetFromIdxOwnerTableOwnerRecordLinkTypeRankAsync(Int16, Int32, BlobLinkType, Int16, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, BinaryObjectLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.BinaryObjectRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(BinaryObjectRecordData)
    • Method ToInserts(IEnumerable<BinaryObjectRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<BinaryObjectTableInfo>, CancellationToken)
    • Method ToInsertAsync(BinaryObjectRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<BinaryObjectRecordData>, CancellationToken)

SuperOffice.CRM.Rows.BinaryObjectRow is Modified

  • Deleted items
    • Method GetFromIdxBinaryObjectId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.BinaryObjectRow.BinaryObjectRowIdxBase is Modified
  • Deleted items
    • Method .BinaryObjectRowIdxBaseop_Implicit(BinaryObjectRowIdxBase)
    • Method .BinaryObjectRowIdxBaseop_Implicit(BinaryObjectRowIdxBase)
  • New items
    • Method .BinaryObjectRowIdxBaseToBinaryObjectRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .BinaryObjectRowIdxBaseToBinaryObjectRowAsync(CancellationToken)
    • Method .BinaryObjectRowIdxBaseToBinaryObjectRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .BinaryObjectRowIdxBaseToBinaryObjectRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxBinaryObjectIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.BinaryObjectRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxConceptualType(String)
    • Method GetFromIdxExtraInfo(String)
    • Method GetFromIdxMimeType(String)
    • Method GetFromReader(SoDataReader, BinaryObjectTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxConceptualTypeAsync(String, CancellationToken)
    • Method GetFromIdxExtraInfoAsync(String, CancellationToken)
    • Method GetFromIdxMimeTypeAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, BinaryObjectTableInfo, CancellationToken)

SuperOffice.CRM.Rows.BusinessGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(BusinessGroupLinkRecordData)
    • Method ToInserts(IEnumerable<BusinessGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<BusinessGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(BusinessGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<BusinessGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.BusinessGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxBusinessgrouplinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.BusinessGroupLinkRow.BusinessGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .BusinessGroupLinkRowIdxBaseop_Implicit(BusinessGroupLinkRowIdxBase)
    • Method .BusinessGroupLinkRowIdxBaseop_Implicit(BusinessGroupLinkRowIdxBase)
  • New items
    • Method .BusinessGroupLinkRowIdxBaseToBusinessGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .BusinessGroupLinkRowIdxBaseToBusinessGroupLinkRowAsync(CancellationToken)
    • Method .BusinessGroupLinkRowIdxBaseToBusinessGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .BusinessGroupLinkRowIdxBaseToBusinessGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxBusinessgrouplinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.BusinessGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxBusinessId(Int32)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromReader(SoDataReader, BusinessGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxBusinessIdAsync(Int32, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, BusinessGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.BusinessHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(BusinessHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<BusinessHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<BusinessHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(BusinessHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<BusinessHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.BusinessHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxBusinessheadinglinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.BusinessHeadingLinkRow.BusinessHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .BusinessHeadingLinkRowIdxBaseop_Implicit(BusinessHeadingLinkRowIdxBase)
    • Method .BusinessHeadingLinkRowIdxBaseop_Implicit(BusinessHeadingLinkRowIdxBase)
  • New items
    • Method .BusinessHeadingLinkRowIdxBaseToBusinessHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .BusinessHeadingLinkRowIdxBaseToBusinessHeadingLinkRowAsync(CancellationToken)
    • Method .BusinessHeadingLinkRowIdxBaseToBusinessHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .BusinessHeadingLinkRowIdxBaseToBusinessHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxBusinessheadinglinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.BusinessHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxBusinessId(Int32)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromReader(SoDataReader, BusinessHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxBusinessIdAsync(Int32, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, BusinessHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.BusinessRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(BusinessRecordData)
    • Method ToInserts(IEnumerable<BusinessRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<BusinessTableInfo>, CancellationToken)
    • Method ToInsertAsync(BusinessRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<BusinessRecordData>, CancellationToken)

SuperOffice.CRM.Rows.BusinessRow is Modified

  • Deleted items
    • Method GetFromIdxBusinessId(Int32)
    • Method GetFromIdxName(String)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.BusinessRow.BusinessRowIdxBase is Modified
  • Deleted items
    • Method .BusinessRowIdxBaseop_Implicit(BusinessRowIdxBase)
    • Method .BusinessRowIdxBaseop_Implicit(BusinessRowIdxBase)
  • New items
    • Method .BusinessRowIdxBaseToBusinessRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .BusinessRowIdxBaseToBusinessRowAsync(CancellationToken)
    • Method .BusinessRowIdxBaseToBusinessRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .BusinessRowIdxBaseToBusinessRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxBusinessIdAsync(Int32, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.BusinessRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, BusinessTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, BusinessTableInfo, CancellationToken)

SuperOffice.CRM.Rows.CacheInvalidationRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(CacheInvalidationRecordData)
    • Method ToInserts(IEnumerable<CacheInvalidationRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<CacheInvalidationTableInfo>, CancellationToken)
    • Method ToInsertAsync(CacheInvalidationRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<CacheInvalidationRecordData>, CancellationToken)

SuperOffice.CRM.Rows.CacheInvalidationRow is Modified

  • Deleted items
    • Method GetFromIdxCacheInvalidationId(Int32)
    • Method GetFromIdxName(String)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.CacheInvalidationRow.CacheInvalidationRowIdxBase is Modified
  • Deleted items
    • Method .CacheInvalidationRowIdxBaseop_Implicit(CacheInvalidationRowIdxBase)
    • Method .CacheInvalidationRowIdxBaseop_Implicit(CacheInvalidationRowIdxBase)
  • New items
    • Method .CacheInvalidationRowIdxBaseToCacheInvalidationRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .CacheInvalidationRowIdxBaseToCacheInvalidationRowAsync(CancellationToken)
    • Method .CacheInvalidationRowIdxBaseToCacheInvalidationRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .CacheInvalidationRowIdxBaseToCacheInvalidationRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCacheInvalidationIdAsync(Int32, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.CacheInvalidationRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, CacheInvalidationTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, CacheInvalidationTableInfo, CancellationToken)

SuperOffice.CRM.Rows.CacheTablesRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(CacheTablesRecordData)
    • Method ToInserts(IEnumerable<CacheTablesRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<CacheTablesTableInfo>, CancellationToken)
    • Method ToInsertAsync(CacheTablesRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<CacheTablesRecordData>, CancellationToken)

SuperOffice.CRM.Rows.CacheTablesRow is Modified

  • Deleted items
    • Method GetFromIdxCacheTabsId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.CacheTablesRow.CacheTablesRowIdxBase is Modified
  • Deleted items
    • Method .CacheTablesRowIdxBaseop_Implicit(CacheTablesRowIdxBase)
    • Method .CacheTablesRowIdxBaseop_Implicit(CacheTablesRowIdxBase)
  • New items
    • Method .CacheTablesRowIdxBaseToCacheTablesRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .CacheTablesRowIdxBaseToCacheTablesRowAsync(CancellationToken)
    • Method .CacheTablesRowIdxBaseToCacheTablesRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .CacheTablesRowIdxBaseToCacheTablesRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCacheTabsIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.CacheTablesRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxTableId(Int16)
    • Method GetFromReader(SoDataReader, CacheTablesTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTableIdAsync(Int16, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, CacheTablesTableInfo, CancellationToken)

SuperOffice.CRM.Rows.CategoryFamilyRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(CategoryFamilyRecordData)
    • Method ToInserts(IEnumerable<CategoryFamilyRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<CategoryFamilyTableInfo>, CancellationToken)
    • Method ToInsertAsync(CategoryFamilyRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<CategoryFamilyRecordData>, CancellationToken)

SuperOffice.CRM.Rows.CategoryFamilyRow is Modified

  • Deleted items
    • Method GetFromIdxCategoryFamilyId(Int32)
    • Method GetFromIdxName(String)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.CategoryFamilyRow.CategoryFamilyRowIdxBase is Modified
  • Deleted items
    • Method .CategoryFamilyRowIdxBaseop_Implicit(CategoryFamilyRowIdxBase)
    • Method .CategoryFamilyRowIdxBaseop_Implicit(CategoryFamilyRowIdxBase)
  • New items
    • Method .CategoryFamilyRowIdxBaseToCategoryFamilyRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .CategoryFamilyRowIdxBaseToCategoryFamilyRowAsync(CancellationToken)
    • Method .CategoryFamilyRowIdxBaseToCategoryFamilyRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .CategoryFamilyRowIdxBaseToCategoryFamilyRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCategoryFamilyIdAsync(Int32, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.CategoryFamilyRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, CategoryFamilyTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, CategoryFamilyTableInfo, CancellationToken)

SuperOffice.CRM.Rows.CategoryGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(CategoryGroupLinkRecordData)
    • Method ToInserts(IEnumerable<CategoryGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<CategoryGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(CategoryGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<CategoryGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.CategoryGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxCategorygrouplinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.CategoryGroupLinkRow.CategoryGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .CategoryGroupLinkRowIdxBaseop_Implicit(CategoryGroupLinkRowIdxBase)
    • Method .CategoryGroupLinkRowIdxBaseop_Implicit(CategoryGroupLinkRowIdxBase)
  • New items
    • Method .CategoryGroupLinkRowIdxBaseToCategoryGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .CategoryGroupLinkRowIdxBaseToCategoryGroupLinkRowAsync(CancellationToken)
    • Method .CategoryGroupLinkRowIdxBaseToCategoryGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .CategoryGroupLinkRowIdxBaseToCategoryGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCategorygrouplinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.CategoryGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCategoryId(Int32)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromReader(SoDataReader, CategoryGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCategoryIdAsync(Int32, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, CategoryGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.CategoryHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(CategoryHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<CategoryHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<CategoryHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(CategoryHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<CategoryHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.CategoryHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxCategoryheadinglinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.CategoryHeadingLinkRow.CategoryHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .CategoryHeadingLinkRowIdxBaseop_Implicit(CategoryHeadingLinkRowIdxBase)
    • Method .CategoryHeadingLinkRowIdxBaseop_Implicit(CategoryHeadingLinkRowIdxBase)
  • New items
    • Method .CategoryHeadingLinkRowIdxBaseToCategoryHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .CategoryHeadingLinkRowIdxBaseToCategoryHeadingLinkRowAsync(CancellationToken)
    • Method .CategoryHeadingLinkRowIdxBaseToCategoryHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .CategoryHeadingLinkRowIdxBaseToCategoryHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCategoryheadinglinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.CategoryHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCategoryId(Int32)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromReader(SoDataReader, CategoryHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCategoryIdAsync(Int32, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, CategoryHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.CategoryMembershipRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(CategoryMembershipRecordData)
    • Method ToInserts(IEnumerable<CategoryMembershipRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<CategoryMembershipTableInfo>, CancellationToken)
    • Method ToInsertAsync(CategoryMembershipRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<CategoryMembershipRecordData>, CancellationToken)

SuperOffice.CRM.Rows.CategoryMembershipRow is Modified

  • Deleted items
    • Method GetFromIdxCategoryMembershipId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.CategoryMembershipRow.CategoryMembershipRowIdxBase is Modified
  • Deleted items
    • Method .CategoryMembershipRowIdxBaseop_Implicit(CategoryMembershipRowIdxBase)
    • Method .CategoryMembershipRowIdxBaseop_Implicit(CategoryMembershipRowIdxBase)
  • New items
    • Method .CategoryMembershipRowIdxBaseToCategoryMembershipRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .CategoryMembershipRowIdxBaseToCategoryMembershipRowAsync(CancellationToken)
    • Method .CategoryMembershipRowIdxBaseToCategoryMembershipRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .CategoryMembershipRowIdxBaseToCategoryMembershipRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCategoryMembershipIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.CategoryMembershipRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCategoryId(Int32)
    • Method GetFromIdxUserId(Int32)
    • Method GetFromReader(SoDataReader, CategoryMembershipTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCategoryIdAsync(Int32, CancellationToken)
    • Method GetFromIdxUserIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, CategoryMembershipTableInfo, CancellationToken)

SuperOffice.CRM.Rows.CategoryRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(CategoryRecordData)
    • Method ToInserts(IEnumerable<CategoryRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<CategoryTableInfo>, CancellationToken)
    • Method ToInsertAsync(CategoryRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<CategoryRecordData>, CancellationToken)

SuperOffice.CRM.Rows.CategoryRow is Modified

  • Deleted items
    • Method GetFromIdxCategoryId(Int32)
    • Method GetFromIdxName(String)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.CategoryRow.CategoryRowIdxBase is Modified
  • Deleted items
    • Method .CategoryRowIdxBaseop_Implicit(CategoryRowIdxBase)
    • Method .CategoryRowIdxBaseop_Implicit(CategoryRowIdxBase)
  • New items
    • Method .CategoryRowIdxBaseToCategoryRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .CategoryRowIdxBaseToCategoryRowAsync(CancellationToken)
    • Method .CategoryRowIdxBaseToCategoryRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .CategoryRowIdxBaseToCategoryRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCategoryIdAsync(Int32, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.CategoryRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, CategoryTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, CategoryTableInfo, CancellationToken)

SuperOffice.CRM.Rows.CcTemplateRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(CcTemplateRecordData)
    • Method ToInserts(IEnumerable<CcTemplateRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<CcTemplateTableInfo>, CancellationToken)
    • Method ToInsertAsync(CcTemplateRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<CcTemplateRecordData>, CancellationToken)

SuperOffice.CRM.Rows.CcTemplateRow is Modified

  • Deleted items
    • Method GetFromIdxCcTemplateId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.CcTemplateRow.CcTemplateRowIdxBase is Modified
  • Deleted items
    • Method .CcTemplateRowIdxBaseop_Implicit(CcTemplateRowIdxBase)
    • Method .CcTemplateRowIdxBaseop_Implicit(CcTemplateRowIdxBase)
  • New items
    • Method .CcTemplateRowIdxBaseToCcTemplateRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .CcTemplateRowIdxBaseToCcTemplateRowAsync(CancellationToken)
    • Method .CcTemplateRowIdxBaseToCcTemplateRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .CcTemplateRowIdxBaseToCcTemplateRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCcTemplateIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.CcTemplateRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxKey(String)
    • Method GetFromReader(SoDataReader, CcTemplateTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxKeyAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, CcTemplateTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ChatMessageRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ChatMessageRecordData)
    • Method ToInserts(IEnumerable<ChatMessageRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ChatMessageTableInfo>, CancellationToken)
    • Method ToInsertAsync(ChatMessageRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ChatMessageRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ChatMessageRow is Modified

  • Deleted items
    • Method GetFromIdxChatMessageId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ChatMessageRow.ChatMessageRowIdxBase is Modified
  • Deleted items
    • Method .ChatMessageRowIdxBaseop_Implicit(ChatMessageRowIdxBase)
    • Method .ChatMessageRowIdxBaseop_Implicit(ChatMessageRowIdxBase)
  • New items
    • Method .ChatMessageRowIdxBaseToChatMessageRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ChatMessageRowIdxBaseToChatMessageRowAsync(CancellationToken)
    • Method .ChatMessageRowIdxBaseToChatMessageRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ChatMessageRowIdxBaseToChatMessageRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxChatMessageIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ChatMessageRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxSessionId(Int32)
    • Method GetFromReader(SoDataReader, ChatMessageTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSessionIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ChatMessageTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ChatSessionRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ChatSessionRecordData)
    • Method ToInserts(IEnumerable<ChatSessionRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ChatSessionTableInfo>, CancellationToken)
    • Method ToInsertAsync(ChatSessionRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ChatSessionRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ChatSessionRow is Modified

  • Deleted items
    • Method GetFromIdxChatSessionId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ChatSessionRow.ChatSessionRowIdxBase is Modified
  • Deleted items
    • Method .ChatSessionRowIdxBaseop_Implicit(ChatSessionRowIdxBase)
    • Method .ChatSessionRowIdxBaseop_Implicit(ChatSessionRowIdxBase)
  • New items
    • Method .ChatSessionRowIdxBaseToChatSessionRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ChatSessionRowIdxBaseToChatSessionRowAsync(CancellationToken)
    • Method .ChatSessionRowIdxBaseToChatSessionRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ChatSessionRowIdxBaseToChatSessionRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxChatSessionIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ChatSessionRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCustomerId(Int32)
    • Method GetFromIdxStatus(ChatSessionStatus)
    • Method GetFromIdxStatusTopicId(ChatSessionStatus, Int32)
    • Method GetFromIdxTopicId(Int32)
    • Method GetFromIdxUserId(Int32)
    • Method GetFromReader(SoDataReader, ChatSessionTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCustomerIdAsync(Int32, CancellationToken)
    • Method GetFromIdxStatusAsync(ChatSessionStatus, CancellationToken)
    • Method GetFromIdxStatusTopicIdAsync(ChatSessionStatus, Int32, CancellationToken)
    • Method GetFromIdxTopicIdAsync(Int32, CancellationToken)
    • Method GetFromIdxUserIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ChatSessionTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ChatTopicRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ChatTopicRecordData)
    • Method ToInserts(IEnumerable<ChatTopicRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ChatTopicTableInfo>, CancellationToken)
    • Method ToInsertAsync(ChatTopicRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ChatTopicRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ChatTopicRow is Modified

  • Deleted items
    • Method GetFromIdxChatTopicId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ChatTopicRow.ChatTopicRowIdxBase is Modified
  • Deleted items
    • Method .ChatTopicRowIdxBaseop_Implicit(ChatTopicRowIdxBase)
    • Method .ChatTopicRowIdxBaseop_Implicit(ChatTopicRowIdxBase)
  • New items
    • Method .ChatTopicRowIdxBaseToChatTopicRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ChatTopicRowIdxBaseToChatTopicRowAsync(CancellationToken)
    • Method .ChatTopicRowIdxBaseToChatTopicRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ChatTopicRowIdxBaseToChatTopicRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxChatTopicIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ChatTopicRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxLanguageId(Int32)
    • Method GetFromReader(SoDataReader, ChatTopicTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxLanguageIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ChatTopicTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ChatTopicUserRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ChatTopicUserRecordData)
    • Method ToInserts(IEnumerable<ChatTopicUserRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ChatTopicUserTableInfo>, CancellationToken)
    • Method ToInsertAsync(ChatTopicUserRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ChatTopicUserRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ChatTopicUserRow is Modified

  • Deleted items
    • Method GetFromIdxChatTopicUserId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ChatTopicUserRow.ChatTopicUserRowIdxBase is Modified
  • Deleted items
    • Method .ChatTopicUserRowIdxBaseop_Implicit(ChatTopicUserRowIdxBase)
    • Method .ChatTopicUserRowIdxBaseop_Implicit(ChatTopicUserRowIdxBase)
  • New items
    • Method .ChatTopicUserRowIdxBaseToChatTopicUserRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ChatTopicUserRowIdxBaseToChatTopicUserRowAsync(CancellationToken)
    • Method .ChatTopicUserRowIdxBaseToChatTopicUserRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ChatTopicUserRowIdxBaseToChatTopicUserRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxChatTopicUserIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ChatTopicUserRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxTopicId(Int32)
    • Method GetFromIdxUserId(Int32)
    • Method GetFromReader(SoDataReader, ChatTopicUserTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTopicIdAsync(Int32, CancellationToken)
    • Method GetFromIdxUserIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ChatTopicUserTableInfo, CancellationToken)

SuperOffice.CRM.Rows.CompanyDomainRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(CompanyDomainRecordData)
    • Method ToInserts(IEnumerable<CompanyDomainRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<CompanyDomainTableInfo>, CancellationToken)
    • Method ToInsertAsync(CompanyDomainRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<CompanyDomainRecordData>, CancellationToken)

SuperOffice.CRM.Rows.CompanyDomainRow is Modified

  • Deleted items
    • Method GetFromIdxCompanyDomainId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.CompanyDomainRow.CompanyDomainRowIdxBase is Modified
  • Deleted items
    • Method .CompanyDomainRowIdxBaseop_Implicit(CompanyDomainRowIdxBase)
    • Method .CompanyDomainRowIdxBaseop_Implicit(CompanyDomainRowIdxBase)
  • New items
    • Method .CompanyDomainRowIdxBaseToCompanyDomainRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .CompanyDomainRowIdxBaseToCompanyDomainRowAsync(CancellationToken)
    • Method .CompanyDomainRowIdxBaseToCompanyDomainRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .CompanyDomainRowIdxBaseToCompanyDomainRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCompanyDomainIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.CompanyDomainRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCompanyId(Int32)
    • Method GetFromReader(SoDataReader, CompanyDomainTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCompanyIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, CompanyDomainTableInfo, CancellationToken)

SuperOffice.CRM.Rows.CompanyRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(CompanyRecordData)
    • Method ToInserts(IEnumerable<CompanyRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<CompanyTableInfo>, CancellationToken)
    • Method ToInsertAsync(CompanyRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<CompanyRecordData>, CancellationToken)

SuperOffice.CRM.Rows.CompanyRow is Modified

  • Deleted items
    • Method GetFromIdxCompanyId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.CompanyRow.CompanyRowIdxBase is Modified
  • Deleted items
    • Method .CompanyRowIdxBaseop_Implicit(CompanyRowIdxBase)
    • Method .CompanyRowIdxBaseop_Implicit(CompanyRowIdxBase)
  • New items
    • Method .CompanyRowIdxBaseToCompanyRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .CompanyRowIdxBaseToCompanyRowAsync(CancellationToken)
    • Method .CompanyRowIdxBaseToCompanyRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .CompanyRowIdxBaseToCompanyRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCompanyIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.CompanyRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, CompanyTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, CompanyTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ComptrGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ComptrGroupLinkRecordData)
    • Method ToInserts(IEnumerable<ComptrGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ComptrGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(ComptrGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ComptrGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ComptrGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxComptrgrouplinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ComptrGroupLinkRow.ComptrGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .ComptrGroupLinkRowIdxBaseop_Implicit(ComptrGroupLinkRowIdxBase)
    • Method .ComptrGroupLinkRowIdxBaseop_Implicit(ComptrGroupLinkRowIdxBase)
  • New items
    • Method .ComptrGroupLinkRowIdxBaseToComptrGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ComptrGroupLinkRowIdxBaseToComptrGroupLinkRowAsync(CancellationToken)
    • Method .ComptrGroupLinkRowIdxBaseToComptrGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ComptrGroupLinkRowIdxBaseToComptrGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxComptrgrouplinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ComptrGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxComptrId(Int32)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromReader(SoDataReader, ComptrGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxComptrIdAsync(Int32, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ComptrGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ComptrHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ComptrHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<ComptrHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ComptrHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(ComptrHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ComptrHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ComptrHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxComptrheadinglinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ComptrHeadingLinkRow.ComptrHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .ComptrHeadingLinkRowIdxBaseop_Implicit(ComptrHeadingLinkRowIdxBase)
    • Method .ComptrHeadingLinkRowIdxBaseop_Implicit(ComptrHeadingLinkRowIdxBase)
  • New items
    • Method .ComptrHeadingLinkRowIdxBaseToComptrHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ComptrHeadingLinkRowIdxBaseToComptrHeadingLinkRowAsync(CancellationToken)
    • Method .ComptrHeadingLinkRowIdxBaseToComptrHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ComptrHeadingLinkRowIdxBaseToComptrHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxComptrheadinglinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ComptrHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxComptrId(Int32)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromReader(SoDataReader, ComptrHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxComptrIdAsync(Int32, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ComptrHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ComptrRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ComptrRecordData)
    • Method ToInserts(IEnumerable<ComptrRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ComptrTableInfo>, CancellationToken)
    • Method ToInsertAsync(ComptrRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ComptrRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ComptrRow is Modified

  • Deleted items
    • Method GetFromIdxComptrId(Int32)
    • Method GetFromIdxName(String)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ComptrRow.ComptrRowIdxBase is Modified
  • Deleted items
    • Method .ComptrRowIdxBaseop_Implicit(ComptrRowIdxBase)
    • Method .ComptrRowIdxBaseop_Implicit(ComptrRowIdxBase)
  • New items
    • Method .ComptrRowIdxBaseToComptrRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ComptrRowIdxBaseToComptrRowAsync(CancellationToken)
    • Method .ComptrRowIdxBaseToComptrRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ComptrRowIdxBaseToComptrRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxComptrIdAsync(Int32, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ComptrRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, ComptrTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ComptrTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ConfigRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ConfigRecordData)
    • Method ToInserts(IEnumerable<ConfigRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ConfigTableInfo>, CancellationToken)
    • Method ToInsertAsync(ConfigRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ConfigRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ConfigRow is Modified

  • Deleted items
    • Method GetFromIdxConfigId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ConfigRow.ConfigRowIdxBase is Modified
  • Deleted items
    • Method .ConfigRowIdxBaseop_Implicit(ConfigRowIdxBase)
    • Method .ConfigRowIdxBaseop_Implicit(ConfigRowIdxBase)
  • New items
    • Method .ConfigRowIdxBaseToConfigRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ConfigRowIdxBaseToConfigRowAsync(CancellationToken)
    • Method .ConfigRowIdxBaseToConfigRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ConfigRowIdxBaseToConfigRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxConfigIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ConfigRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, ConfigTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ConfigTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ConfigurableScreenAppliesToRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ConfigurableScreenAppliesToRecordData)
    • Method ToInserts(IEnumerable<ConfigurableScreenAppliesToRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ConfigurableScreenAppliesToTableInfo>, CancellationToken)
    • Method ToInsertAsync(ConfigurableScreenAppliesToRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ConfigurableScreenAppliesToRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ConfigurableScreenAppliesToRow is Modified

  • Deleted items
    • Method GetFromIdxConfigurableScreenAppliesToId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ConfigurableScreenAppliesToRow.ConfigurableScreenAppliesToRowIdxBase is Modified
  • Deleted items
    • Method .ConfigurableScreenAppliesToRowIdxBaseop_Implicit(ConfigurableScreenAppliesToRowIdxBase)
    • Method .ConfigurableScreenAppliesToRowIdxBaseop_Implicit(ConfigurableScreenAppliesToRowIdxBase)
  • New items
    • Method .ConfigurableScreenAppliesToRowIdxBaseToConfigurableScreenAppliesToRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ConfigurableScreenAppliesToRowIdxBaseToConfigurableScreenAppliesToRowAsync(CancellationToken)
    • Method .ConfigurableScreenAppliesToRowIdxBaseToConfigurableScreenAppliesToRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ConfigurableScreenAppliesToRowIdxBaseToConfigurableScreenAppliesToRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxConfigurableScreenAppliesToIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ConfigurableScreenAppliesToRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, ConfigurableScreenAppliesToTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ConfigurableScreenAppliesToTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ConfigurableScreenDeltaRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ConfigurableScreenDeltaRecordData)
    • Method ToInserts(IEnumerable<ConfigurableScreenDeltaRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ConfigurableScreenDeltaTableInfo>, CancellationToken)
    • Method ToInsertAsync(ConfigurableScreenDeltaRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ConfigurableScreenDeltaRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ConfigurableScreenDeltaRow is Modified

  • Deleted items
    • Method GetFromIdxConfigurableScreenDeltaId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ConfigurableScreenDeltaRow.ConfigurableScreenDeltaRowIdxBase is Modified
  • Deleted items
    • Method .ConfigurableScreenDeltaRowIdxBaseop_Implicit(ConfigurableScreenDeltaRowIdxBase)
    • Method .ConfigurableScreenDeltaRowIdxBaseop_Implicit(ConfigurableScreenDeltaRowIdxBase)
  • New items
    • Method .ConfigurableScreenDeltaRowIdxBaseToConfigurableScreenDeltaRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ConfigurableScreenDeltaRowIdxBaseToConfigurableScreenDeltaRowAsync(CancellationToken)
    • Method .ConfigurableScreenDeltaRowIdxBaseToConfigurableScreenDeltaRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ConfigurableScreenDeltaRowIdxBaseToConfigurableScreenDeltaRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxConfigurableScreenDeltaIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ConfigurableScreenDeltaRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxRecipeId(String)
    • Method GetFromReader(SoDataReader, ConfigurableScreenDeltaTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxRecipeIdAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ConfigurableScreenDeltaTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ConnectionConfigFieldRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ConnectionConfigFieldRecordData)
    • Method ToInserts(IEnumerable<ConnectionConfigFieldRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ConnectionConfigFieldTableInfo>, CancellationToken)
    • Method ToInsertAsync(ConnectionConfigFieldRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ConnectionConfigFieldRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ConnectionConfigFieldRow is Modified

  • Deleted items
    • Method GetFromIdxConnectionConfigFieldId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ConnectionConfigFieldRow.ConnectionConfigFieldRowIdxBase is Modified
  • Deleted items
    • Method .ConnectionConfigFieldRowIdxBaseop_Implicit(ConnectionConfigFieldRowIdxBase)
    • Method .ConnectionConfigFieldRowIdxBaseop_Implicit(ConnectionConfigFieldRowIdxBase)
  • New items
    • Method .ConnectionConfigFieldRowIdxBaseToConnectionConfigFieldRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ConnectionConfigFieldRowIdxBaseToConnectionConfigFieldRowAsync(CancellationToken)
    • Method .ConnectionConfigFieldRowIdxBaseToConnectionConfigFieldRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ConnectionConfigFieldRowIdxBaseToConnectionConfigFieldRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxConnectionConfigFieldIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ConnectionConfigFieldRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxErpConnectionId(Int32)
    • Method GetFromIdxQuoteConnectionId(Int32)
    • Method GetFromReader(SoDataReader, ConnectionConfigFieldTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxErpConnectionIdAsync(Int32, CancellationToken)
    • Method GetFromIdxQuoteConnectionIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ConnectionConfigFieldTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ConsentPersonRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ConsentPersonRecordData)
    • Method ToInserts(IEnumerable<ConsentPersonRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ConsentPersonTableInfo>, CancellationToken)
    • Method ToInsertAsync(ConsentPersonRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ConsentPersonRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ConsentPersonRow is Modified

  • Deleted items
    • Method GetFromIdxConsentPersonId(Int32)
    • Method GetFromIdxPersonIdConsentPurposeId(Int32, Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ConsentPersonRow.ConsentPersonRowIdxBase is Modified
  • Deleted items
    • Method .ConsentPersonRowIdxBaseop_Implicit(ConsentPersonRowIdxBase)
    • Method .ConsentPersonRowIdxBaseop_Implicit(ConsentPersonRowIdxBase)
  • New items
    • Method .ConsentPersonRowIdxBaseToConsentPersonRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ConsentPersonRowIdxBaseToConsentPersonRowAsync(CancellationToken)
    • Method .ConsentPersonRowIdxBaseToConsentPersonRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ConsentPersonRowIdxBaseToConsentPersonRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxConsentPersonIdAsync(Int32, CancellationToken)
    • Method GetFromIdxPersonIdConsentPurposeIdAsync(Int32, Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ConsentPersonRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxConsentSourceId(Int32)
    • Method GetFromIdxLegalBaseId(Int32)
    • Method GetFromIdxPersonId(Int32)
    • Method GetFromReader(SoDataReader, ConsentPersonTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxConsentSourceIdAsync(Int32, CancellationToken)
    • Method GetFromIdxLegalBaseIdAsync(Int32, CancellationToken)
    • Method GetFromIdxPersonIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ConsentPersonTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ConsentPurposeRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ConsentPurposeRecordData)
    • Method ToInserts(IEnumerable<ConsentPurposeRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ConsentPurposeTableInfo>, CancellationToken)
    • Method ToInsertAsync(ConsentPurposeRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ConsentPurposeRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ConsentPurposeRow is Modified

  • Deleted items
    • Method GetFromIdxConsentPurposeId(Int32)
    • Method GetFromIdxKey(String)
    • Method GetFromIdxName(String)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ConsentPurposeRow.ConsentPurposeRowIdxBase is Modified
  • Deleted items
    • Method .ConsentPurposeRowIdxBaseop_Implicit(ConsentPurposeRowIdxBase)
    • Method .ConsentPurposeRowIdxBaseop_Implicit(ConsentPurposeRowIdxBase)
  • New items
    • Method .ConsentPurposeRowIdxBaseToConsentPurposeRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ConsentPurposeRowIdxBaseToConsentPurposeRowAsync(CancellationToken)
    • Method .ConsentPurposeRowIdxBaseToConsentPurposeRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ConsentPurposeRowIdxBaseToConsentPurposeRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxConsentPurposeIdAsync(Int32, CancellationToken)
    • Method GetFromIdxKeyAsync(String, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ConsentPurposeRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, ConsentPurposeTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ConsentPurposeTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ConsentSourceRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ConsentSourceRecordData)
    • Method ToInserts(IEnumerable<ConsentSourceRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ConsentSourceTableInfo>, CancellationToken)
    • Method ToInsertAsync(ConsentSourceRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ConsentSourceRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ConsentSourceRow is Modified

  • Deleted items
    • Method GetFromIdxConsentSourceId(Int32)
    • Method GetFromIdxKey(String)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ConsentSourceRow.ConsentSourceRowIdxBase is Modified
  • Deleted items
    • Method .ConsentSourceRowIdxBaseop_Implicit(ConsentSourceRowIdxBase)
    • Method .ConsentSourceRowIdxBaseop_Implicit(ConsentSourceRowIdxBase)
  • New items
    • Method .ConsentSourceRowIdxBaseToConsentSourceRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ConsentSourceRowIdxBaseToConsentSourceRowAsync(CancellationToken)
    • Method .ConsentSourceRowIdxBaseToConsentSourceRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ConsentSourceRowIdxBaseToConsentSourceRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxConsentSourceIdAsync(Int32, CancellationToken)
    • Method GetFromIdxKeyAsync(String, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ConsentSourceRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, ConsentSourceTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ConsentSourceTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ContactInterestRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ContactInterestRecordData)
    • Method ToInserts(IEnumerable<ContactInterestRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ContactInterestTableInfo>, CancellationToken)
    • Method ToInsertAsync(ContactInterestRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ContactInterestRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ContactInterestRow is Modified

  • Deleted items
    • Method GetFromIdxContactIdCinterestIdx(Int32, Int32)
    • Method GetFromIdxContactinterestId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ContactInterestRow.ContactInterestRowIdxBase is Modified
  • Deleted items
    • Method .ContactInterestRowIdxBaseop_Implicit(ContactInterestRowIdxBase)
    • Method .ContactInterestRowIdxBaseop_Implicit(ContactInterestRowIdxBase)
  • New items
    • Method .ContactInterestRowIdxBaseToContactInterestRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ContactInterestRowIdxBaseToContactInterestRowAsync(CancellationToken)
    • Method .ContactInterestRowIdxBaseToContactInterestRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ContactInterestRowIdxBaseToContactInterestRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxContactIdCinterestIdxAsync(Int32, Int32, CancellationToken)
    • Method GetFromIdxContactinterestIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ContactInterestRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCinterestIdx(Int32)
    • Method GetFromIdxContactId(Int32)
    • Method GetFromIdxEndDate(DateTime)
    • Method GetFromIdxStartDate(DateTime)
    • Method GetFromReader(SoDataReader, ContactInterestTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCinterestIdxAsync(Int32, CancellationToken)
    • Method GetFromIdxContactIdAsync(Int32, CancellationToken)
    • Method GetFromIdxEndDateAsync(DateTime, CancellationToken)
    • Method GetFromIdxStartDateAsync(DateTime, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ContactInterestTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ContactRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ContactRecordData)
    • Method ToInserts(IEnumerable<ContactRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ContactTableInfo>, CancellationToken)
    • Method ToInsertAsync(ContactRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ContactRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ContactRow is Modified

  • Deleted items
    • Method GetFromIdxContactId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
    • Method Undelete()
  • Modified items
SuperOffice.CRM.Rows.ContactRow.ContactRowIdxBase is Modified
  • Deleted items
    • Method .ContactRowIdxBaseop_Implicit(ContactRowIdxBase)
    • Method .ContactRowIdxBaseop_Implicit(ContactRowIdxBase)
  • New items
    • Method .ContactRowIdxBaseToContactRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ContactRowIdxBaseToContactRowAsync(CancellationToken)
    • Method .ContactRowIdxBaseToContactRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ContactRowIdxBaseToContactRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxContactIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)
    • Method UndeleteAsync()

SuperOffice.CRM.Rows.ContactRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxBusinessIdx(Int32)
    • Method GetFromIdxCategoryIdx(Int32)
    • Method GetFromIdxDbiAgentId(Int32)
    • Method GetFromIdxDbiKey(String)
    • Method GetFromIdxDbiLastModified(DateTime)
    • Method GetFromIdxDbiLastSyncronized(DateTime)
    • Method GetFromIdxDeletedDate(DateTime)
    • Method GetFromIdxDepartment(String)
    • Method GetFromIdxKananame(String)
    • Method GetFromIdxMotherId(Int32)
    • Method GetFromIdxName(String)
    • Method GetFromIdxNameDepartment(String, String)
    • Method GetFromIdxNumber1(String)
    • Method GetFromIdxNumber2(String)
    • Method GetFromIdxOrgNr(String)
    • Method GetFromIdxSoundEx(String)
    • Method GetFromIdxSource(Int16)
    • Method GetFromIdxSupportPersonId(Int32)
    • Method GetFromIdxUserdef2Id(Int32)
    • Method GetFromIdxUserdefId(Int32)
    • Method GetFromReader(SoDataReader, ContactTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxBusinessIdxAsync(Int32, CancellationToken)
    • Method GetFromIdxCategoryIdxAsync(Int32, CancellationToken)
    • Method GetFromIdxDbiAgentIdAsync(Int32, CancellationToken)
    • Method GetFromIdxDbiKeyAsync(String, CancellationToken)
    • Method GetFromIdxDbiLastModifiedAsync(DateTime, CancellationToken)
    • Method GetFromIdxDbiLastSyncronizedAsync(DateTime, CancellationToken)
    • Method GetFromIdxDeletedDateAsync(DateTime, CancellationToken)
    • Method GetFromIdxDepartmentAsync(String, CancellationToken)
    • Method GetFromIdxKananameAsync(String, CancellationToken)
    • Method GetFromIdxMotherIdAsync(Int32, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxNameDepartmentAsync(String, String, CancellationToken)
    • Method GetFromIdxNumber1Async(String, CancellationToken)
    • Method GetFromIdxNumber2Async(String, CancellationToken)
    • Method GetFromIdxOrgNrAsync(String, CancellationToken)
    • Method GetFromIdxSoundExAsync(String, CancellationToken)
    • Method GetFromIdxSourceAsync(Int16, CancellationToken)
    • Method GetFromIdxSupportPersonIdAsync(Int32, CancellationToken)
    • Method GetFromIdxUserdef2IdAsync(Int32, CancellationToken)
    • Method GetFromIdxUserdefIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ContactTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ContIntGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ContIntGroupLinkRecordData)
    • Method ToInserts(IEnumerable<ContIntGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ContIntGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(ContIntGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ContIntGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ContIntGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxContintgrouplinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ContIntGroupLinkRow.ContIntGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .ContIntGroupLinkRowIdxBaseop_Implicit(ContIntGroupLinkRowIdxBase)
    • Method .ContIntGroupLinkRowIdxBaseop_Implicit(ContIntGroupLinkRowIdxBase)
  • New items
    • Method .ContIntGroupLinkRowIdxBaseToContIntGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ContIntGroupLinkRowIdxBaseToContIntGroupLinkRowAsync(CancellationToken)
    • Method .ContIntGroupLinkRowIdxBaseToContIntGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ContIntGroupLinkRowIdxBaseToContIntGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxContintgrouplinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ContIntGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxContIntId(Int32)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromReader(SoDataReader, ContIntGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxContIntIdAsync(Int32, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ContIntGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ContIntHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ContIntHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<ContIntHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ContIntHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(ContIntHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ContIntHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ContIntHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxContintheadinglinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ContIntHeadingLinkRow.ContIntHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .ContIntHeadingLinkRowIdxBaseop_Implicit(ContIntHeadingLinkRowIdxBase)
    • Method .ContIntHeadingLinkRowIdxBaseop_Implicit(ContIntHeadingLinkRowIdxBase)
  • New items
    • Method .ContIntHeadingLinkRowIdxBaseToContIntHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ContIntHeadingLinkRowIdxBaseToContIntHeadingLinkRowAsync(CancellationToken)
    • Method .ContIntHeadingLinkRowIdxBaseToContIntHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ContIntHeadingLinkRowIdxBaseToContIntHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxContintheadinglinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ContIntHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxContIntId(Int32)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromReader(SoDataReader, ContIntHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxContIntIdAsync(Int32, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ContIntHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ContIntRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ContIntRecordData)
    • Method ToInserts(IEnumerable<ContIntRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ContIntTableInfo>, CancellationToken)
    • Method ToInsertAsync(ContIntRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ContIntRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ContIntRow is Modified

  • Deleted items
    • Method GetFromIdxContIntId(Int32)
    • Method GetFromIdxName(String)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ContIntRow.ContIntRowIdxBase is Modified
  • Deleted items
    • Method .ContIntRowIdxBaseop_Implicit(ContIntRowIdxBase)
    • Method .ContIntRowIdxBaseop_Implicit(ContIntRowIdxBase)
  • New items
    • Method .ContIntRowIdxBaseToContIntRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ContIntRowIdxBaseToContIntRowAsync(CancellationToken)
    • Method .ContIntRowIdxBaseToContIntRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ContIntRowIdxBaseToContIntRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxContIntIdAsync(Int32, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ContIntRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, ContIntTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ContIntTableInfo, CancellationToken)

SuperOffice.CRM.Rows.CounterValueRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(CounterValueRecordData)
    • Method ToInserts(IEnumerable<CounterValueRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<CounterValueTableInfo>, CancellationToken)
    • Method ToInsertAsync(CounterValueRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<CounterValueRecordData>, CancellationToken)

SuperOffice.CRM.Rows.CounterValueRow is Modified

  • Deleted items
    • Method GetFromIdxCounterValueId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.CounterValueRow.CounterValueRowIdxBase is Modified
  • Deleted items
    • Method .CounterValueRowIdxBaseop_Implicit(CounterValueRowIdxBase)
    • Method .CounterValueRowIdxBaseop_Implicit(CounterValueRowIdxBase)
  • New items
    • Method .CounterValueRowIdxBaseToCounterValueRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .CounterValueRowIdxBaseToCounterValueRowAsync(CancellationToken)
    • Method .CounterValueRowIdxBaseToCounterValueRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .CounterValueRowIdxBaseToCounterValueRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCounterValueIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.CounterValueRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxContactId(Int32)
    • Method GetFromIdxContactIdRecordType(Int32, Int16)
    • Method GetFromIdxContactIdSaleStatus(Int32, SaleStatus)
    • Method GetFromIdxProjectId(Int32)
    • Method GetFromIdxProjectIdRecordType(Int32, Int16)
    • Method GetFromIdxProjectIdSaleStatus(Int32, SaleStatus)
    • Method GetFromIdxRecordType(Int16)
    • Method GetFromIdxRecordTypeDirection(Int16, Int16)
    • Method GetFromIdxRecordTypeDirectionIntentId(Int16, Int16, Int32)
    • Method GetFromIdxSaleStatus(SaleStatus)
    • Method GetFromIdxSaleStatusAmountClassId(SaleStatus, Int32)
    • Method GetFromReader(SoDataReader, CounterValueTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxContactIdAsync(Int32, CancellationToken)
    • Method GetFromIdxContactIdRecordTypeAsync(Int32, Int16, CancellationToken)
    • Method GetFromIdxContactIdSaleStatusAsync(Int32, SaleStatus, CancellationToken)
    • Method GetFromIdxProjectIdAsync(Int32, CancellationToken)
    • Method GetFromIdxProjectIdRecordTypeAsync(Int32, Int16, CancellationToken)
    • Method GetFromIdxProjectIdSaleStatusAsync(Int32, SaleStatus, CancellationToken)
    • Method GetFromIdxRecordTypeAsync(Int16, CancellationToken)
    • Method GetFromIdxRecordTypeDirectionAsync(Int16, Int16, CancellationToken)
    • Method GetFromIdxRecordTypeDirectionIntentIdAsync(Int16, Int16, Int32, CancellationToken)
    • Method GetFromIdxSaleStatusAmountClassIdAsync(SaleStatus, Int32, CancellationToken)
    • Method GetFromIdxSaleStatusAsync(SaleStatus, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, CounterValueTableInfo, CancellationToken)

SuperOffice.CRM.Rows.CountryGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(CountryGroupLinkRecordData)
    • Method ToInserts(IEnumerable<CountryGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<CountryGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(CountryGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<CountryGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.CountryGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxCountrygrouplinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.CountryGroupLinkRow.CountryGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .CountryGroupLinkRowIdxBaseop_Implicit(CountryGroupLinkRowIdxBase)
    • Method .CountryGroupLinkRowIdxBaseop_Implicit(CountryGroupLinkRowIdxBase)
  • New items
    • Method .CountryGroupLinkRowIdxBaseToCountryGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .CountryGroupLinkRowIdxBaseToCountryGroupLinkRowAsync(CancellationToken)
    • Method .CountryGroupLinkRowIdxBaseToCountryGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .CountryGroupLinkRowIdxBaseToCountryGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCountrygrouplinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.CountryGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCountryId(Int32)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromReader(SoDataReader, CountryGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCountryIdAsync(Int32, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, CountryGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.CountryHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(CountryHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<CountryHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<CountryHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(CountryHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<CountryHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.CountryHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxCountryheadinglinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.CountryHeadingLinkRow.CountryHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .CountryHeadingLinkRowIdxBaseop_Implicit(CountryHeadingLinkRowIdxBase)
    • Method .CountryHeadingLinkRowIdxBaseop_Implicit(CountryHeadingLinkRowIdxBase)
  • New items
    • Method .CountryHeadingLinkRowIdxBaseToCountryHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .CountryHeadingLinkRowIdxBaseToCountryHeadingLinkRowAsync(CancellationToken)
    • Method .CountryHeadingLinkRowIdxBaseToCountryHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .CountryHeadingLinkRowIdxBaseToCountryHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCountryheadinglinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.CountryHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCountryId(Int32)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromReader(SoDataReader, CountryHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCountryIdAsync(Int32, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, CountryHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.CountryRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(CountryRecordData)
    • Method ToInserts(IEnumerable<CountryRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<CountryTableInfo>, CancellationToken)
    • Method ToInsertAsync(CountryRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<CountryRecordData>, CancellationToken)

SuperOffice.CRM.Rows.CountryRow is Modified

  • Deleted items
    • Method GetFromIdxCountryId(Int32)
    • Method GetFromIdxName(String)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.CountryRow.CountryRowIdxBase is Modified
  • Deleted items
    • Method .CountryRowIdxBaseop_Implicit(CountryRowIdxBase)
    • Method .CountryRowIdxBaseop_Implicit(CountryRowIdxBase)
  • New items
    • Method .CountryRowIdxBaseToCountryRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .CountryRowIdxBaseToCountryRowAsync(CancellationToken)
    • Method .CountryRowIdxBaseToCountryRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .CountryRowIdxBaseToCountryRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCountryIdAsync(Int32, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.CountryRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxEnglishName(String)
    • Method GetFromReader(SoDataReader, CountryTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEnglishNameAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, CountryTableInfo, CancellationToken)

SuperOffice.CRM.Rows.CredentialsRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(CredentialsRecordData)
    • Method ToInserts(IEnumerable<CredentialsRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<CredentialsTableInfo>, CancellationToken)
    • Method ToInsertAsync(CredentialsRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<CredentialsRecordData>, CancellationToken)

SuperOffice.CRM.Rows.CredentialsRow is Modified

  • Deleted items
    • Method GetFromIdxCredentialsId(Int32)
    • Method GetFromIdxCredentialTypeSearchName(String, String)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.CredentialsRow.CredentialsRowIdxBase is Modified
  • Deleted items
    • Method .CredentialsRowIdxBaseop_Implicit(CredentialsRowIdxBase)
    • Method .CredentialsRowIdxBaseop_Implicit(CredentialsRowIdxBase)
  • New items
    • Method .CredentialsRowIdxBaseToCredentialsRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .CredentialsRowIdxBaseToCredentialsRowAsync(CancellationToken)
    • Method .CredentialsRowIdxBaseToCredentialsRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .CredentialsRowIdxBaseToCredentialsRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCredentialsIdAsync(Int32, CancellationToken)
    • Method GetFromIdxCredentialTypeSearchNameAsync(String, String, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.CredentialsRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCredentialType(String)
    • Method GetFromIdxCredentialTypeIsActive(String, CredentialUsage)
    • Method GetFromIdxCredentialTypePersonId(String, Int32)
    • Method GetFromIdxSearchName(String)
    • Method GetFromReader(SoDataReader, CredentialsTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCredentialTypeAsync(String, CancellationToken)
    • Method GetFromIdxCredentialTypeIsActiveAsync(String, CredentialUsage, CancellationToken)
    • Method GetFromIdxCredentialTypePersonIdAsync(String, Int32, CancellationToken)
    • Method GetFromIdxSearchNameAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, CredentialsTableInfo, CancellationToken)

SuperOffice.CRM.Rows.CreditedGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(CreditedGroupLinkRecordData)
    • Method ToInserts(IEnumerable<CreditedGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<CreditedGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(CreditedGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<CreditedGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.CreditedGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxCreditedgrouplinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.CreditedGroupLinkRow.CreditedGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .CreditedGroupLinkRowIdxBaseop_Implicit(CreditedGroupLinkRowIdxBase)
    • Method .CreditedGroupLinkRowIdxBaseop_Implicit(CreditedGroupLinkRowIdxBase)
  • New items
    • Method .CreditedGroupLinkRowIdxBaseToCreditedGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .CreditedGroupLinkRowIdxBaseToCreditedGroupLinkRowAsync(CancellationToken)
    • Method .CreditedGroupLinkRowIdxBaseToCreditedGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .CreditedGroupLinkRowIdxBaseToCreditedGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCreditedgrouplinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.CreditedGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCreditedId(Int32)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromReader(SoDataReader, CreditedGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCreditedIdAsync(Int32, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, CreditedGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.CreditedHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(CreditedHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<CreditedHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<CreditedHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(CreditedHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<CreditedHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.CreditedHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxCreditedheadinglinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.CreditedHeadingLinkRow.CreditedHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .CreditedHeadingLinkRowIdxBaseop_Implicit(CreditedHeadingLinkRowIdxBase)
    • Method .CreditedHeadingLinkRowIdxBaseop_Implicit(CreditedHeadingLinkRowIdxBase)
  • New items
    • Method .CreditedHeadingLinkRowIdxBaseToCreditedHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .CreditedHeadingLinkRowIdxBaseToCreditedHeadingLinkRowAsync(CancellationToken)
    • Method .CreditedHeadingLinkRowIdxBaseToCreditedHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .CreditedHeadingLinkRowIdxBaseToCreditedHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCreditedheadinglinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.CreditedHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCreditedId(Int32)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromReader(SoDataReader, CreditedHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCreditedIdAsync(Int32, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, CreditedHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.CreditedRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(CreditedRecordData)
    • Method ToInserts(IEnumerable<CreditedRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<CreditedTableInfo>, CancellationToken)
    • Method ToInsertAsync(CreditedRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<CreditedRecordData>, CancellationToken)

SuperOffice.CRM.Rows.CreditedRow is Modified

  • Deleted items
    • Method GetFromIdxCreditedId(Int32)
    • Method GetFromIdxName(String)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.CreditedRow.CreditedRowIdxBase is Modified
  • Deleted items
    • Method .CreditedRowIdxBaseop_Implicit(CreditedRowIdxBase)
    • Method .CreditedRowIdxBaseop_Implicit(CreditedRowIdxBase)
  • New items
    • Method .CreditedRowIdxBaseToCreditedRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .CreditedRowIdxBaseToCreditedRowAsync(CancellationToken)
    • Method .CreditedRowIdxBaseToCreditedRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .CreditedRowIdxBaseToCreditedRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCreditedIdAsync(Int32, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.CreditedRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, CreditedTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, CreditedTableInfo, CancellationToken)

SuperOffice.CRM.Rows.CurrencyGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(CurrencyGroupLinkRecordData)
    • Method ToInserts(IEnumerable<CurrencyGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<CurrencyGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(CurrencyGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<CurrencyGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.CurrencyGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxCurrencygrouplinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.CurrencyGroupLinkRow.CurrencyGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .CurrencyGroupLinkRowIdxBaseop_Implicit(CurrencyGroupLinkRowIdxBase)
    • Method .CurrencyGroupLinkRowIdxBaseop_Implicit(CurrencyGroupLinkRowIdxBase)
  • New items
    • Method .CurrencyGroupLinkRowIdxBaseToCurrencyGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .CurrencyGroupLinkRowIdxBaseToCurrencyGroupLinkRowAsync(CancellationToken)
    • Method .CurrencyGroupLinkRowIdxBaseToCurrencyGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .CurrencyGroupLinkRowIdxBaseToCurrencyGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCurrencygrouplinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.CurrencyGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCurrencyId(Int32)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromReader(SoDataReader, CurrencyGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCurrencyIdAsync(Int32, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, CurrencyGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.CurrencyHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(CurrencyHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<CurrencyHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<CurrencyHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(CurrencyHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<CurrencyHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.CurrencyHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxCurrencyheadinglinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.CurrencyHeadingLinkRow.CurrencyHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .CurrencyHeadingLinkRowIdxBaseop_Implicit(CurrencyHeadingLinkRowIdxBase)
    • Method .CurrencyHeadingLinkRowIdxBaseop_Implicit(CurrencyHeadingLinkRowIdxBase)
  • New items
    • Method .CurrencyHeadingLinkRowIdxBaseToCurrencyHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .CurrencyHeadingLinkRowIdxBaseToCurrencyHeadingLinkRowAsync(CancellationToken)
    • Method .CurrencyHeadingLinkRowIdxBaseToCurrencyHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .CurrencyHeadingLinkRowIdxBaseToCurrencyHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCurrencyheadinglinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.CurrencyHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCurrencyId(Int32)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromReader(SoDataReader, CurrencyHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCurrencyIdAsync(Int32, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, CurrencyHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.CurrencyRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(CurrencyRecordData)
    • Method ToInserts(IEnumerable<CurrencyRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<CurrencyTableInfo>, CancellationToken)
    • Method ToInsertAsync(CurrencyRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<CurrencyRecordData>, CancellationToken)

SuperOffice.CRM.Rows.CurrencyRow is Modified

  • Deleted items
    • Method GetFromIdxCurrencyId(Int32)
    • Method GetFromIdxName(String)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.CurrencyRow.CurrencyRowIdxBase is Modified
  • Deleted items
    • Method .CurrencyRowIdxBaseop_Implicit(CurrencyRowIdxBase)
    • Method .CurrencyRowIdxBaseop_Implicit(CurrencyRowIdxBase)
  • New items
    • Method .CurrencyRowIdxBaseToCurrencyRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .CurrencyRowIdxBaseToCurrencyRowAsync(CancellationToken)
    • Method .CurrencyRowIdxBaseToCurrencyRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .CurrencyRowIdxBaseToCurrencyRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCurrencyIdAsync(Int32, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.CurrencyRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, CurrencyTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, CurrencyTableInfo, CancellationToken)

SuperOffice.CRM.Rows.CustCategoryRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(CustCategoryRecordData)
    • Method ToInserts(IEnumerable<CustCategoryRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<CustCategoryTableInfo>, CancellationToken)
    • Method ToInsertAsync(CustCategoryRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<CustCategoryRecordData>, CancellationToken)

SuperOffice.CRM.Rows.CustCategoryRow is Modified

  • Deleted items
    • Method GetFromIdxCustCategoryId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.CustCategoryRow.CustCategoryRowIdxBase is Modified
  • Deleted items
    • Method .CustCategoryRowIdxBaseop_Implicit(CustCategoryRowIdxBase)
    • Method .CustCategoryRowIdxBaseop_Implicit(CustCategoryRowIdxBase)
  • New items
    • Method .CustCategoryRowIdxBaseToCustCategoryRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .CustCategoryRowIdxBaseToCustCategoryRowAsync(CancellationToken)
    • Method .CustCategoryRowIdxBaseToCustCategoryRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .CustCategoryRowIdxBaseToCustCategoryRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCustCategoryIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.CustCategoryRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCategoryId(Int32)
    • Method GetFromIdxLanguageId(Int32)
    • Method GetFromIdxParentId(Int32)
    • Method GetFromReader(SoDataReader, CustCategoryTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCategoryIdAsync(Int32, CancellationToken)
    • Method GetFromIdxLanguageIdAsync(Int32, CancellationToken)
    • Method GetFromIdxParentIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, CustCategoryTableInfo, CancellationToken)

SuperOffice.CRM.Rows.CustConfigRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(CustConfigRecordData)
    • Method ToInserts(IEnumerable<CustConfigRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<CustConfigTableInfo>, CancellationToken)
    • Method ToInsertAsync(CustConfigRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<CustConfigRecordData>, CancellationToken)

SuperOffice.CRM.Rows.CustConfigRow is Modified

  • Deleted items
    • Method GetFromIdxCustConfigId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.CustConfigRow.CustConfigRowIdxBase is Modified
  • Deleted items
    • Method .CustConfigRowIdxBaseop_Implicit(CustConfigRowIdxBase)
    • Method .CustConfigRowIdxBaseop_Implicit(CustConfigRowIdxBase)
  • New items
    • Method .CustConfigRowIdxBaseToCustConfigRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .CustConfigRowIdxBaseToCustConfigRowAsync(CancellationToken)
    • Method .CustConfigRowIdxBaseToCustConfigRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .CustConfigRowIdxBaseToCustConfigRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCustConfigIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.CustConfigRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, CustConfigTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, CustConfigTableInfo, CancellationToken)

SuperOffice.CRM.Rows.CustLangRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(CustLangRecordData)
    • Method ToInserts(IEnumerable<CustLangRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<CustLangTableInfo>, CancellationToken)
    • Method ToInsertAsync(CustLangRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<CustLangRecordData>, CancellationToken)

SuperOffice.CRM.Rows.CustLangRow is Modified

  • Deleted items
    • Method GetFromIdxCustLangId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.CustLangRow.CustLangRowIdxBase is Modified
  • Deleted items
    • Method .CustLangRowIdxBaseop_Implicit(CustLangRowIdxBase)
    • Method .CustLangRowIdxBaseop_Implicit(CustLangRowIdxBase)
  • New items
    • Method .CustLangRowIdxBaseToCustLangRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .CustLangRowIdxBaseToCustLangRowAsync(CancellationToken)
    • Method .CustLangRowIdxBaseToCustLangRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .CustLangRowIdxBaseToCustLangRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCustLangIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.CustLangRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxKbRoot(Int32)
    • Method GetFromReader(SoDataReader, CustLangTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxKbRootAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, CustLangTableInfo, CancellationToken)

SuperOffice.CRM.Rows.CustomTableRow<TTableInfo> is Modified

  • Deleted items
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.CustomTableRow<TTableInfo>.CustomTableRowIdxBase is Modified
  • Deleted items
    • Method .CustomTableRowIdxBaseop_Implicit(CustomTableRowIdxBase<TTableInfo>)
    • Method .CustomTableRowIdxBaseToCustomTableRow()
    • Method .CustomTableRowIdxBaseToCustomTableRow(ITableRowLoadHandler)
  • New items
    • Method .CustomTableRowIdxBaseToCustomTableRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .CustomTableRowIdxBaseToCustomTableRowAsync(CancellationToken)
  • New items
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.DashboardRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(DashboardRecordData)
    • Method ToInserts(IEnumerable<DashboardRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<DashboardTableInfo>, CancellationToken)
    • Method ToInsertAsync(DashboardRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<DashboardRecordData>, CancellationToken)

SuperOffice.CRM.Rows.DashboardRow is Modified

  • Deleted items
    • Method GetFromIdxDashboardId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.DashboardRow.DashboardRowIdxBase is Modified
  • Deleted items
    • Method .DashboardRowIdxBaseop_Implicit(DashboardRowIdxBase)
    • Method .DashboardRowIdxBaseop_Implicit(DashboardRowIdxBase)
  • New items
    • Method .DashboardRowIdxBaseToDashboardRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .DashboardRowIdxBaseToDashboardRowAsync(CancellationToken)
    • Method .DashboardRowIdxBaseToDashboardRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .DashboardRowIdxBaseToDashboardRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDashboardIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.DashboardRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAssociateId(Int32)
    • Method GetFromReader(SoDataReader, DashboardTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAssociateIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, DashboardTableInfo, CancellationToken)

SuperOffice.CRM.Rows.DashboardThemeRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(DashboardThemeRecordData)
    • Method ToInserts(IEnumerable<DashboardThemeRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<DashboardThemeTableInfo>, CancellationToken)
    • Method ToInsertAsync(DashboardThemeRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<DashboardThemeRecordData>, CancellationToken)

SuperOffice.CRM.Rows.DashboardThemeRow is Modified

  • Deleted items
    • Method GetFromIdxDashboardThemeId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.DashboardThemeRow.DashboardThemeRowIdxBase is Modified
  • Deleted items
    • Method .DashboardThemeRowIdxBaseop_Implicit(DashboardThemeRowIdxBase)
    • Method .DashboardThemeRowIdxBaseop_Implicit(DashboardThemeRowIdxBase)
  • New items
    • Method .DashboardThemeRowIdxBaseToDashboardThemeRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .DashboardThemeRowIdxBaseToDashboardThemeRowAsync(CancellationToken)
    • Method .DashboardThemeRowIdxBaseToDashboardThemeRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .DashboardThemeRowIdxBaseToDashboardThemeRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDashboardThemeIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.DashboardThemeRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, DashboardThemeTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, DashboardThemeTableInfo, CancellationToken)

SuperOffice.CRM.Rows.DashboardTileDefinitionRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(DashboardTileDefinitionRecordData)
    • Method ToInserts(IEnumerable<DashboardTileDefinitionRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<DashboardTileDefinitionTableInfo>, CancellationToken)
    • Method ToInsertAsync(DashboardTileDefinitionRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<DashboardTileDefinitionRecordData>, CancellationToken)

SuperOffice.CRM.Rows.DashboardTileDefinitionRow is Modified

  • Deleted items
    • Method GetFromIdxDashboardTileDefinitionId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.DashboardTileDefinitionRow.DashboardTileDefinitionRowIdxBase is Modified
  • Deleted items
    • Method .DashboardTileDefinitionRowIdxBaseop_Implicit(DashboardTileDefinitionRowIdxBase)
    • Method .DashboardTileDefinitionRowIdxBaseop_Implicit(DashboardTileDefinitionRowIdxBase)
  • New items
    • Method .DashboardTileDefinitionRowIdxBaseToDashboardTileDefinitionRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .DashboardTileDefinitionRowIdxBaseToDashboardTileDefinitionRowAsync(CancellationToken)
    • Method .DashboardTileDefinitionRowIdxBaseToDashboardTileDefinitionRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .DashboardTileDefinitionRowIdxBaseToDashboardTileDefinitionRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDashboardTileDefinitionIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.DashboardTileDefinitionRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxEntityType(DashTileEntityType)
    • Method GetFromReader(SoDataReader, DashboardTileDefinitionTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEntityTypeAsync(DashTileEntityType, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, DashboardTileDefinitionTableInfo, CancellationToken)

SuperOffice.CRM.Rows.DashboardTileFieldRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(DashboardTileFieldRecordData)
    • Method ToInserts(IEnumerable<DashboardTileFieldRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<DashboardTileFieldTableInfo>, CancellationToken)
    • Method ToInsertAsync(DashboardTileFieldRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<DashboardTileFieldRecordData>, CancellationToken)

SuperOffice.CRM.Rows.DashboardTileFieldRow is Modified

  • Deleted items
    • Method GetFromIdxDashboardTileFieldId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.DashboardTileFieldRow.DashboardTileFieldRowIdxBase is Modified
  • Deleted items
    • Method .DashboardTileFieldRowIdxBaseop_Implicit(DashboardTileFieldRowIdxBase)
    • Method .DashboardTileFieldRowIdxBaseop_Implicit(DashboardTileFieldRowIdxBase)
  • New items
    • Method .DashboardTileFieldRowIdxBaseToDashboardTileFieldRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .DashboardTileFieldRowIdxBaseToDashboardTileFieldRowAsync(CancellationToken)
    • Method .DashboardTileFieldRowIdxBaseToDashboardTileFieldRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .DashboardTileFieldRowIdxBaseToDashboardTileFieldRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDashboardTileFieldIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.DashboardTileFieldRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxDashboardTileDefinitionId(Int32)
    • Method GetFromReader(SoDataReader, DashboardTileFieldTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDashboardTileDefinitionIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, DashboardTileFieldTableInfo, CancellationToken)

SuperOffice.CRM.Rows.DashboardTileRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(DashboardTileRecordData)
    • Method ToInserts(IEnumerable<DashboardTileRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<DashboardTileTableInfo>, CancellationToken)
    • Method ToInsertAsync(DashboardTileRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<DashboardTileRecordData>, CancellationToken)

SuperOffice.CRM.Rows.DashboardTileRow is Modified

  • Deleted items
    • Method GetFromIdxDashboardTileId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.DashboardTileRow.DashboardTileRowIdxBase is Modified
  • Deleted items
    • Method .DashboardTileRowIdxBaseop_Implicit(DashboardTileRowIdxBase)
    • Method .DashboardTileRowIdxBaseop_Implicit(DashboardTileRowIdxBase)
  • New items
    • Method .DashboardTileRowIdxBaseToDashboardTileRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .DashboardTileRowIdxBaseToDashboardTileRowAsync(CancellationToken)
    • Method .DashboardTileRowIdxBaseToDashboardTileRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .DashboardTileRowIdxBaseToDashboardTileRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDashboardTileIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.DashboardTileRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxDashboardId(Int32)
    • Method GetFromReader(SoDataReader, DashboardTileTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDashboardIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, DashboardTileTableInfo, CancellationToken)

SuperOffice.CRM.Rows.DatabaseModelRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(DatabaseModelRecordData)
    • Method ToInserts(IEnumerable<DatabaseModelRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<DatabaseModelTableInfo>, CancellationToken)
    • Method ToInsertAsync(DatabaseModelRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<DatabaseModelRecordData>, CancellationToken)

SuperOffice.CRM.Rows.DatabaseModelRow is Modified

  • Deleted items
    • Method GetFromIdxDatabaseModelId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.DatabaseModelRow.DatabaseModelRowIdxBase is Modified
  • Deleted items
    • Method .DatabaseModelRowIdxBaseop_Implicit(DatabaseModelRowIdxBase)
    • Method .DatabaseModelRowIdxBaseop_Implicit(DatabaseModelRowIdxBase)
  • New items
    • Method .DatabaseModelRowIdxBaseToDatabaseModelRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .DatabaseModelRowIdxBaseToDatabaseModelRowAsync(CancellationToken)
    • Method .DatabaseModelRowIdxBaseToDatabaseModelRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .DatabaseModelRowIdxBaseToDatabaseModelRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDatabaseModelIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.DatabaseModelRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, DatabaseModelTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, DatabaseModelTableInfo, CancellationToken)

SuperOffice.CRM.Rows.DataRightRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(DataRightRecordData)
    • Method ToInserts(IEnumerable<DataRightRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<DataRightTableInfo>, CancellationToken)
    • Method ToInsertAsync(DataRightRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<DataRightRecordData>, CancellationToken)

SuperOffice.CRM.Rows.DataRightRow is Modified

  • Deleted items
    • Method GetFromIdxDataRightId(Int32)
    • Method GetFromIdxRoleIdTableIdFieldIdRelationToOwner(Int32, Int16, Int32, Int16)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.DataRightRow.DataRightRowIdxBase is Modified
  • Deleted items
    • Method .DataRightRowIdxBaseop_Implicit(DataRightRowIdxBase)
    • Method .DataRightRowIdxBaseop_Implicit(DataRightRowIdxBase)
  • New items
    • Method .DataRightRowIdxBaseToDataRightRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .DataRightRowIdxBaseToDataRightRowAsync(CancellationToken)
    • Method .DataRightRowIdxBaseToDataRightRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .DataRightRowIdxBaseToDataRightRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDataRightIdAsync(Int32, CancellationToken)
    • Method GetFromIdxRoleIdTableIdFieldIdRelationToOwnerAsync(Int32, Int16, Int32, Int16, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.DataRightRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxRoleId(Int32)
    • Method GetFromIdxRoleIdTableId(Int32, Int16)
    • Method GetFromIdxRoleIdTableIdFieldId(Int32, Int16, Int32)
    • Method GetFromReader(SoDataReader, DataRightTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxRoleIdAsync(Int32, CancellationToken)
    • Method GetFromIdxRoleIdTableIdAsync(Int32, Int16, CancellationToken)
    • Method GetFromIdxRoleIdTableIdFieldIdAsync(Int32, Int16, Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, DataRightTableInfo, CancellationToken)

SuperOffice.CRM.Rows.DbiAgentFieldRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(DbiAgentFieldRecordData)
    • Method ToInserts(IEnumerable<DbiAgentFieldRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<DbiAgentFieldTableInfo>, CancellationToken)
    • Method ToInsertAsync(DbiAgentFieldRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<DbiAgentFieldRecordData>, CancellationToken)

SuperOffice.CRM.Rows.DbiAgentFieldRow is Modified

  • Deleted items
    • Method GetFromIdxDbiAgentFieldId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.DbiAgentFieldRow.DbiAgentFieldRowIdxBase is Modified
  • Deleted items
    • Method .DbiAgentFieldRowIdxBaseop_Implicit(DbiAgentFieldRowIdxBase)
    • Method .DbiAgentFieldRowIdxBaseop_Implicit(DbiAgentFieldRowIdxBase)
  • New items
    • Method .DbiAgentFieldRowIdxBaseToDbiAgentFieldRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .DbiAgentFieldRowIdxBaseToDbiAgentFieldRowAsync(CancellationToken)
    • Method .DbiAgentFieldRowIdxBaseToDbiAgentFieldRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .DbiAgentFieldRowIdxBaseToDbiAgentFieldRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDbiAgentFieldIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.DbiAgentFieldRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAgentId(Int32)
    • Method GetFromReader(SoDataReader, DbiAgentFieldTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAgentIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, DbiAgentFieldTableInfo, CancellationToken)

SuperOffice.CRM.Rows.DbiAgentRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(DbiAgentRecordData)
    • Method ToInserts(IEnumerable<DbiAgentRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<DbiAgentTableInfo>, CancellationToken)
    • Method ToInsertAsync(DbiAgentRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<DbiAgentRecordData>, CancellationToken)

SuperOffice.CRM.Rows.DbiAgentRow is Modified

  • Deleted items
    • Method GetFromIdxDbiAgentId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.DbiAgentRow.DbiAgentRowIdxBase is Modified
  • Deleted items
    • Method .DbiAgentRowIdxBaseop_Implicit(DbiAgentRowIdxBase)
    • Method .DbiAgentRowIdxBaseop_Implicit(DbiAgentRowIdxBase)
  • New items
    • Method .DbiAgentRowIdxBaseToDbiAgentRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .DbiAgentRowIdxBaseToDbiAgentRowAsync(CancellationToken)
    • Method .DbiAgentRowIdxBaseToDbiAgentRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .DbiAgentRowIdxBaseToDbiAgentRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDbiAgentIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.DbiAgentRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, DbiAgentTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, DbiAgentTableInfo, CancellationToken)

SuperOffice.CRM.Rows.DbiAgentScheduleRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(DbiAgentScheduleRecordData)
    • Method ToInserts(IEnumerable<DbiAgentScheduleRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<DbiAgentScheduleTableInfo>, CancellationToken)
    • Method ToInsertAsync(DbiAgentScheduleRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<DbiAgentScheduleRecordData>, CancellationToken)

SuperOffice.CRM.Rows.DbiAgentScheduleRow is Modified

  • Deleted items
    • Method GetFromIdxDbiAgentScheduleId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.DbiAgentScheduleRow.DbiAgentScheduleRowIdxBase is Modified
  • Deleted items
    • Method .DbiAgentScheduleRowIdxBaseop_Implicit(DbiAgentScheduleRowIdxBase)
    • Method .DbiAgentScheduleRowIdxBaseop_Implicit(DbiAgentScheduleRowIdxBase)
  • New items
    • Method .DbiAgentScheduleRowIdxBaseToDbiAgentScheduleRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .DbiAgentScheduleRowIdxBaseToDbiAgentScheduleRowAsync(CancellationToken)
    • Method .DbiAgentScheduleRowIdxBaseToDbiAgentScheduleRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .DbiAgentScheduleRowIdxBaseToDbiAgentScheduleRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDbiAgentScheduleIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.DbiAgentScheduleRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAgentId(Int32)
    • Method GetFromIdxScheduleId(Int32)
    • Method GetFromIdxScriptId(Int32)
    • Method GetFromReader(SoDataReader, DbiAgentScheduleTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAgentIdAsync(Int32, CancellationToken)
    • Method GetFromIdxScheduleIdAsync(Int32, CancellationToken)
    • Method GetFromIdxScriptIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, DbiAgentScheduleTableInfo, CancellationToken)

SuperOffice.CRM.Rows.DeliveryTermsGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(DeliveryTermsGroupLinkRecordData)
    • Method ToInserts(IEnumerable<DeliveryTermsGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<DeliveryTermsGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(DeliveryTermsGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<DeliveryTermsGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.DeliveryTermsGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxDeliveryTermsGroupLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.DeliveryTermsGroupLinkRow.DeliveryTermsGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .DeliveryTermsGroupLinkRowIdxBaseop_Implicit(DeliveryTermsGroupLinkRowIdxBase)
    • Method .DeliveryTermsGroupLinkRowIdxBaseop_Implicit(DeliveryTermsGroupLinkRowIdxBase)
  • New items
    • Method .DeliveryTermsGroupLinkRowIdxBaseToDeliveryTermsGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .DeliveryTermsGroupLinkRowIdxBaseToDeliveryTermsGroupLinkRowAsync(CancellationToken)
    • Method .DeliveryTermsGroupLinkRowIdxBaseToDeliveryTermsGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .DeliveryTermsGroupLinkRowIdxBaseToDeliveryTermsGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDeliveryTermsGroupLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.DeliveryTermsGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxDeliveryTermsId(Int32)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromReader(SoDataReader, DeliveryTermsGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDeliveryTermsIdAsync(Int32, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, DeliveryTermsGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.DeliveryTermsHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(DeliveryTermsHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<DeliveryTermsHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<DeliveryTermsHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(DeliveryTermsHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<DeliveryTermsHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.DeliveryTermsHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxDeliveryTermsHeadingLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.DeliveryTermsHeadingLinkRow.DeliveryTermsHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .DeliveryTermsHeadingLinkRowIdxBaseop_Implicit(DeliveryTermsHeadingLinkRowIdxBase)
    • Method .DeliveryTermsHeadingLinkRowIdxBaseop_Implicit(DeliveryTermsHeadingLinkRowIdxBase)
  • New items
    • Method .DeliveryTermsHeadingLinkRowIdxBaseToDeliveryTermsHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .DeliveryTermsHeadingLinkRowIdxBaseToDeliveryTermsHeadingLinkRowAsync(CancellationToken)
    • Method .DeliveryTermsHeadingLinkRowIdxBaseToDeliveryTermsHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .DeliveryTermsHeadingLinkRowIdxBaseToDeliveryTermsHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDeliveryTermsHeadingLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.DeliveryTermsHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxDeliveryTermsId(Int32)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromReader(SoDataReader, DeliveryTermsHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDeliveryTermsIdAsync(Int32, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, DeliveryTermsHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.DeliveryTermsRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(DeliveryTermsRecordData)
    • Method ToInserts(IEnumerable<DeliveryTermsRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<DeliveryTermsTableInfo>, CancellationToken)
    • Method ToInsertAsync(DeliveryTermsRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<DeliveryTermsRecordData>, CancellationToken)

SuperOffice.CRM.Rows.DeliveryTermsRow is Modified

  • Deleted items
    • Method GetFromIdxDeliveryTermsId(Int32)
    • Method GetFromIdxName(String)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.DeliveryTermsRow.DeliveryTermsRowIdxBase is Modified
  • Deleted items
    • Method .DeliveryTermsRowIdxBaseop_Implicit(DeliveryTermsRowIdxBase)
    • Method .DeliveryTermsRowIdxBaseop_Implicit(DeliveryTermsRowIdxBase)
  • New items
    • Method .DeliveryTermsRowIdxBaseToDeliveryTermsRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .DeliveryTermsRowIdxBaseToDeliveryTermsRowAsync(CancellationToken)
    • Method .DeliveryTermsRowIdxBaseToDeliveryTermsRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .DeliveryTermsRowIdxBaseToDeliveryTermsRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDeliveryTermsIdAsync(Int32, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.DeliveryTermsRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, DeliveryTermsTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, DeliveryTermsTableInfo, CancellationToken)

SuperOffice.CRM.Rows.DeliveryTypeGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(DeliveryTypeGroupLinkRecordData)
    • Method ToInserts(IEnumerable<DeliveryTypeGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<DeliveryTypeGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(DeliveryTypeGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<DeliveryTypeGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.DeliveryTypeGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxDeliveryTypeGroupLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.DeliveryTypeGroupLinkRow.DeliveryTypeGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .DeliveryTypeGroupLinkRowIdxBaseop_Implicit(DeliveryTypeGroupLinkRowIdxBase)
    • Method .DeliveryTypeGroupLinkRowIdxBaseop_Implicit(DeliveryTypeGroupLinkRowIdxBase)
  • New items
    • Method .DeliveryTypeGroupLinkRowIdxBaseToDeliveryTypeGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .DeliveryTypeGroupLinkRowIdxBaseToDeliveryTypeGroupLinkRowAsync(CancellationToken)
    • Method .DeliveryTypeGroupLinkRowIdxBaseToDeliveryTypeGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .DeliveryTypeGroupLinkRowIdxBaseToDeliveryTypeGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDeliveryTypeGroupLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.DeliveryTypeGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxDeliveryTypeId(Int32)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromReader(SoDataReader, DeliveryTypeGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDeliveryTypeIdAsync(Int32, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, DeliveryTypeGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.DeliveryTypeHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(DeliveryTypeHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<DeliveryTypeHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<DeliveryTypeHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(DeliveryTypeHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<DeliveryTypeHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.DeliveryTypeHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxDeliveryTypeHeadingLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.DeliveryTypeHeadingLinkRow.DeliveryTypeHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .DeliveryTypeHeadingLinkRowIdxBaseop_Implicit(DeliveryTypeHeadingLinkRowIdxBase)
    • Method .DeliveryTypeHeadingLinkRowIdxBaseop_Implicit(DeliveryTypeHeadingLinkRowIdxBase)
  • New items
    • Method .DeliveryTypeHeadingLinkRowIdxBaseToDeliveryTypeHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .DeliveryTypeHeadingLinkRowIdxBaseToDeliveryTypeHeadingLinkRowAsync(CancellationToken)
    • Method .DeliveryTypeHeadingLinkRowIdxBaseToDeliveryTypeHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .DeliveryTypeHeadingLinkRowIdxBaseToDeliveryTypeHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDeliveryTypeHeadingLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.DeliveryTypeHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxDeliveryTypeId(Int32)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromReader(SoDataReader, DeliveryTypeHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDeliveryTypeIdAsync(Int32, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, DeliveryTypeHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.DeliveryTypeRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(DeliveryTypeRecordData)
    • Method ToInserts(IEnumerable<DeliveryTypeRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<DeliveryTypeTableInfo>, CancellationToken)
    • Method ToInsertAsync(DeliveryTypeRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<DeliveryTypeRecordData>, CancellationToken)

SuperOffice.CRM.Rows.DeliveryTypeRow is Modified

  • Deleted items
    • Method GetFromIdxDeliveryTypeId(Int32)
    • Method GetFromIdxName(String)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.DeliveryTypeRow.DeliveryTypeRowIdxBase is Modified
  • Deleted items
    • Method .DeliveryTypeRowIdxBaseop_Implicit(DeliveryTypeRowIdxBase)
    • Method .DeliveryTypeRowIdxBaseop_Implicit(DeliveryTypeRowIdxBase)
  • New items
    • Method .DeliveryTypeRowIdxBaseToDeliveryTypeRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .DeliveryTypeRowIdxBaseToDeliveryTypeRowAsync(CancellationToken)
    • Method .DeliveryTypeRowIdxBaseToDeliveryTypeRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .DeliveryTypeRowIdxBaseToDeliveryTypeRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDeliveryTypeIdAsync(Int32, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.DeliveryTypeRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, DeliveryTypeTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, DeliveryTypeTableInfo, CancellationToken)

SuperOffice.CRM.Rows.DiaryViewRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(DiaryViewRecordData)
    • Method ToInserts(IEnumerable<DiaryViewRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<DiaryViewTableInfo>, CancellationToken)
    • Method ToInsertAsync(DiaryViewRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<DiaryViewRecordData>, CancellationToken)

SuperOffice.CRM.Rows.DiaryViewRow is Modified

  • Deleted items
    • Method GetFromIdxDiaryViewId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.DiaryViewRow.DiaryViewRowIdxBase is Modified
  • Deleted items
    • Method .DiaryViewRowIdxBaseop_Implicit(DiaryViewRowIdxBase)
    • Method .DiaryViewRowIdxBaseop_Implicit(DiaryViewRowIdxBase)
  • New items
    • Method .DiaryViewRowIdxBaseToDiaryViewRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .DiaryViewRowIdxBaseToDiaryViewRowAsync(CancellationToken)
    • Method .DiaryViewRowIdxBaseToDiaryViewRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .DiaryViewRowIdxBaseToDiaryViewRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDiaryViewIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.DiaryViewRowRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(DiaryViewRowRecordData)
    • Method ToInserts(IEnumerable<DiaryViewRowRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<DiaryViewRowTableInfo>, CancellationToken)
    • Method ToInsertAsync(DiaryViewRowRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<DiaryViewRowRecordData>, CancellationToken)

SuperOffice.CRM.Rows.DiaryViewRowRow is Modified

  • Deleted items
    • Method GetFromIdxDiaryViewRowId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.DiaryViewRowRow.DiaryViewRowRowIdxBase is Modified
  • Deleted items
    • Method .DiaryViewRowRowIdxBaseop_Implicit(DiaryViewRowRowIdxBase)
    • Method .DiaryViewRowRowIdxBaseop_Implicit(DiaryViewRowRowIdxBase)
  • New items
    • Method .DiaryViewRowRowIdxBaseToDiaryViewRowRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .DiaryViewRowRowIdxBaseToDiaryViewRowRowAsync(CancellationToken)
    • Method .DiaryViewRowRowIdxBaseToDiaryViewRowRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .DiaryViewRowRowIdxBaseToDiaryViewRowRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDiaryViewRowIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.DiaryViewRowRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxDiaryViewId(Int32)
    • Method GetFromReader(SoDataReader, DiaryViewRowTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDiaryViewIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, DiaryViewRowTableInfo, CancellationToken)

SuperOffice.CRM.Rows.DiaryViewRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAssocId(Int32)
    • Method GetFromReader(SoDataReader, DiaryViewTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAssocIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, DiaryViewTableInfo, CancellationToken)

SuperOffice.CRM.Rows.DictionaryBaseRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(DictionaryBaseRecordData)
    • Method ToInserts(IEnumerable<DictionaryBaseRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<DictionaryBaseTableInfo>, CancellationToken)
    • Method ToInsertAsync(DictionaryBaseRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<DictionaryBaseRecordData>, CancellationToken)

SuperOffice.CRM.Rows.DictionaryBaseRow is Modified

  • Deleted items
    • Method GetFromIdxDictionaryBaseId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.DictionaryBaseRow.DictionaryBaseRowIdxBase is Modified
  • Deleted items
    • Method .DictionaryBaseRowIdxBaseop_Implicit(DictionaryBaseRowIdxBase)
    • Method .DictionaryBaseRowIdxBaseop_Implicit(DictionaryBaseRowIdxBase)
  • New items
    • Method .DictionaryBaseRowIdxBaseToDictionaryBaseRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .DictionaryBaseRowIdxBaseToDictionaryBaseRowAsync(CancellationToken)
    • Method .DictionaryBaseRowIdxBaseToDictionaryBaseRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .DictionaryBaseRowIdxBaseToDictionaryBaseRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDictionaryBaseIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.DictionaryBaseRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, DictionaryBaseTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, DictionaryBaseTableInfo, CancellationToken)

SuperOffice.CRM.Rows.DictionaryRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(DictionaryRecordData)
    • Method ToInserts(IEnumerable<DictionaryRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<DictionaryTableInfo>, CancellationToken)
    • Method ToInsertAsync(DictionaryRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<DictionaryRecordData>, CancellationToken)

SuperOffice.CRM.Rows.DictionaryRow is Modified

  • Deleted items
    • Method GetFromIdxDictionaryId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.DictionaryRow.DictionaryRowIdxBase is Modified
  • Deleted items
    • Method .DictionaryRowIdxBaseop_Implicit(DictionaryRowIdxBase)
    • Method .DictionaryRowIdxBaseop_Implicit(DictionaryRowIdxBase)
  • New items
    • Method .DictionaryRowIdxBaseToDictionaryRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .DictionaryRowIdxBaseToDictionaryRowAsync(CancellationToken)
    • Method .DictionaryRowIdxBaseToDictionaryRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .DictionaryRowIdxBaseToDictionaryRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDictionaryIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.DictionaryRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxBaseId(Int32)
    • Method GetFromIdxInclude(Int32)
    • Method GetFromIdxUserId(Int32)
    • Method GetFromIdxWord(String)
    • Method GetFromReader(SoDataReader, DictionaryTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxBaseIdAsync(Int32, CancellationToken)
    • Method GetFromIdxIncludeAsync(Int32, CancellationToken)
    • Method GetFromIdxUserIdAsync(Int32, CancellationToken)
    • Method GetFromIdxWordAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, DictionaryTableInfo, CancellationToken)

SuperOffice.CRM.Rows.DocDocumentRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(DocDocumentRecordData)
    • Method ToInserts(IEnumerable<DocDocumentRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<DocDocumentTableInfo>, CancellationToken)
    • Method ToInsertAsync(DocDocumentRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<DocDocumentRecordData>, CancellationToken)

SuperOffice.CRM.Rows.DocDocumentRow is Modified

  • Deleted items
    • Method GetFromIdxDocDocumentId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.DocDocumentRow.DocDocumentRowIdxBase is Modified
  • Deleted items
    • Method .DocDocumentRowIdxBaseop_Implicit(DocDocumentRowIdxBase)
    • Method .DocDocumentRowIdxBaseop_Implicit(DocDocumentRowIdxBase)
  • New items
    • Method .DocDocumentRowIdxBaseToDocDocumentRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .DocDocumentRowIdxBaseToDocDocumentRowAsync(CancellationToken)
    • Method .DocDocumentRowIdxBaseToDocDocumentRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .DocDocumentRowIdxBaseToDocDocumentRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDocDocumentIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.DocDocumentRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAttachmentId(Int32)
    • Method GetFromIdxChangedBy(Int32)
    • Method GetFromIdxCreatedBy(Int32)
    • Method GetFromIdxFolderId(Int32)
    • Method GetFromIdxTitle(String)
    • Method GetFromReader(SoDataReader, DocDocumentTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAttachmentIdAsync(Int32, CancellationToken)
    • Method GetFromIdxChangedByAsync(Int32, CancellationToken)
    • Method GetFromIdxCreatedByAsync(Int32, CancellationToken)
    • Method GetFromIdxFolderIdAsync(Int32, CancellationToken)
    • Method GetFromIdxTitleAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, DocDocumentTableInfo, CancellationToken)

SuperOffice.CRM.Rows.DocFolderRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(DocFolderRecordData)
    • Method ToInserts(IEnumerable<DocFolderRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<DocFolderTableInfo>, CancellationToken)
    • Method ToInsertAsync(DocFolderRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<DocFolderRecordData>, CancellationToken)

SuperOffice.CRM.Rows.DocFolderRow is Modified

  • Deleted items
    • Method GetFromIdxDocFolderId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.DocFolderRow.DocFolderRowIdxBase is Modified
  • Deleted items
    • Method .DocFolderRowIdxBaseop_Implicit(DocFolderRowIdxBase)
    • Method .DocFolderRowIdxBaseop_Implicit(DocFolderRowIdxBase)
  • New items
    • Method .DocFolderRowIdxBaseToDocFolderRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .DocFolderRowIdxBaseToDocFolderRowAsync(CancellationToken)
    • Method .DocFolderRowIdxBaseToDocFolderRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .DocFolderRowIdxBaseToDocFolderRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDocFolderIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.DocFolderRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCreatedBy(Int32)
    • Method GetFromIdxFolderId(Int32)
    • Method GetFromIdxTitle(String)
    • Method GetFromReader(SoDataReader, DocFolderTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCreatedByAsync(Int32, CancellationToken)
    • Method GetFromIdxFolderIdAsync(Int32, CancellationToken)
    • Method GetFromIdxTitleAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, DocFolderTableInfo, CancellationToken)

SuperOffice.CRM.Rows.DocTmplGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(DocTmplGroupLinkRecordData)
    • Method ToInserts(IEnumerable<DocTmplGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<DocTmplGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(DocTmplGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<DocTmplGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.DocTmplGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxDoctmplgrouplinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.DocTmplGroupLinkRow.DocTmplGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .DocTmplGroupLinkRowIdxBaseop_Implicit(DocTmplGroupLinkRowIdxBase)
    • Method .DocTmplGroupLinkRowIdxBaseop_Implicit(DocTmplGroupLinkRowIdxBase)
  • New items
    • Method .DocTmplGroupLinkRowIdxBaseToDocTmplGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .DocTmplGroupLinkRowIdxBaseToDocTmplGroupLinkRowAsync(CancellationToken)
    • Method .DocTmplGroupLinkRowIdxBaseToDocTmplGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .DocTmplGroupLinkRowIdxBaseToDocTmplGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDoctmplgrouplinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.DocTmplGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxDocTmplId(Int32)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromReader(SoDataReader, DocTmplGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDocTmplIdAsync(Int32, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, DocTmplGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.DocTmplHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(DocTmplHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<DocTmplHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<DocTmplHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(DocTmplHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<DocTmplHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.DocTmplHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxDoctmplheadinglinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.DocTmplHeadingLinkRow.DocTmplHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .DocTmplHeadingLinkRowIdxBaseop_Implicit(DocTmplHeadingLinkRowIdxBase)
    • Method .DocTmplHeadingLinkRowIdxBaseop_Implicit(DocTmplHeadingLinkRowIdxBase)
  • New items
    • Method .DocTmplHeadingLinkRowIdxBaseToDocTmplHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .DocTmplHeadingLinkRowIdxBaseToDocTmplHeadingLinkRowAsync(CancellationToken)
    • Method .DocTmplHeadingLinkRowIdxBaseToDocTmplHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .DocTmplHeadingLinkRowIdxBaseToDocTmplHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDoctmplheadinglinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.DocTmplHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxDocTmplId(Int32)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromReader(SoDataReader, DocTmplHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDocTmplIdAsync(Int32, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, DocTmplHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.DocTmplRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(DocTmplRecordData)
    • Method ToInserts(IEnumerable<DocTmplRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<DocTmplTableInfo>, CancellationToken)
    • Method ToInsertAsync(DocTmplRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<DocTmplRecordData>, CancellationToken)

SuperOffice.CRM.Rows.DocTmplRow is Modified

  • Deleted items
    • Method GetFromIdxDocTmplId(Int32)
    • Method GetFromIdxName(String)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.DocTmplRow.DocTmplRowIdxBase is Modified
  • Deleted items
    • Method .DocTmplRowIdxBaseop_Implicit(DocTmplRowIdxBase)
    • Method .DocTmplRowIdxBaseop_Implicit(DocTmplRowIdxBase)
  • New items
    • Method .DocTmplRowIdxBaseToDocTmplRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .DocTmplRowIdxBaseToDocTmplRowAsync(CancellationToken)
    • Method .DocTmplRowIdxBaseToDocTmplRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .DocTmplRowIdxBaseToDocTmplRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDocTmplIdAsync(Int32, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.DocTmplRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, DocTmplTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, DocTmplTableInfo, CancellationToken)

SuperOffice.CRM.Rows.DocumentRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(DocumentRecordData)
    • Method ToInserts(IEnumerable<DocumentRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<DocumentTableInfo>, CancellationToken)
    • Method ToInsertAsync(DocumentRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<DocumentRecordData>, CancellationToken)

SuperOffice.CRM.Rows.DocumentRow is Modified

  • Deleted items
    • Method GetFromIdxDocumentId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.DocumentRow.DocumentRowIdxBase is Modified
  • Deleted items
    • Method .DocumentRowIdxBaseop_Implicit(DocumentRowIdxBase)
    • Method .DocumentRowIdxBaseop_Implicit(DocumentRowIdxBase)
  • New items
    • Method .DocumentRowIdxBaseToDocumentRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .DocumentRowIdxBaseToDocumentRowAsync(CancellationToken)
    • Method .DocumentRowIdxBaseToDocumentRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .DocumentRowIdxBaseToDocumentRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDocumentIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.DocumentRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxArchiveProvider(Int32)
    • Method GetFromIdxExtref(String)
    • Method GetFromIdxHeader(String)
    • Method GetFromIdxOurRef(String)
    • Method GetFromIdxSearchname(String)
    • Method GetFromIdxUserdef2Id(Int32)
    • Method GetFromIdxUserdefId(Int32)
    • Method GetFromReader(SoDataReader, DocumentTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxArchiveProviderAsync(Int32, CancellationToken)
    • Method GetFromIdxExtrefAsync(String, CancellationToken)
    • Method GetFromIdxHeaderAsync(String, CancellationToken)
    • Method GetFromIdxOurRefAsync(String, CancellationToken)
    • Method GetFromIdxSearchnameAsync(String, CancellationToken)
    • Method GetFromIdxUserdef2IdAsync(Int32, CancellationToken)
    • Method GetFromIdxUserdefIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, DocumentTableInfo, CancellationToken)

SuperOffice.CRM.Rows.EabEntryRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(EabEntryRecordData)
    • Method ToInserts(IEnumerable<EabEntryRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<EabEntryTableInfo>, CancellationToken)
    • Method ToInsertAsync(EabEntryRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<EabEntryRecordData>, CancellationToken)

SuperOffice.CRM.Rows.EabEntryRow is Modified

  • Deleted items
    • Method GetFromIdxEabEntryId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.EabEntryRow.EabEntryRowIdxBase is Modified
  • Deleted items
    • Method .EabEntryRowIdxBaseop_Implicit(EabEntryRowIdxBase)
    • Method .EabEntryRowIdxBaseop_Implicit(EabEntryRowIdxBase)
  • New items
    • Method .EabEntryRowIdxBaseToEabEntryRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .EabEntryRowIdxBaseToEabEntryRowAsync(CancellationToken)
    • Method .EabEntryRowIdxBaseToEabEntryRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .EabEntryRowIdxBaseToEabEntryRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEabEntryIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.EabEntryRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxDbiAgentId(Int32)
    • Method GetFromIdxDbiKey(String)
    • Method GetFromIdxDbiLastModified(DateTime)
    • Method GetFromIdxDbiLastSyncronized(DateTime)
    • Method GetFromIdxFolderId(Int32)
    • Method GetFromIdxName(String)
    • Method GetFromReader(SoDataReader, EabEntryTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDbiAgentIdAsync(Int32, CancellationToken)
    • Method GetFromIdxDbiKeyAsync(String, CancellationToken)
    • Method GetFromIdxDbiLastModifiedAsync(DateTime, CancellationToken)
    • Method GetFromIdxDbiLastSyncronizedAsync(DateTime, CancellationToken)
    • Method GetFromIdxFolderIdAsync(Int32, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, EabEntryTableInfo, CancellationToken)

SuperOffice.CRM.Rows.EabFolderRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(EabFolderRecordData)
    • Method ToInserts(IEnumerable<EabFolderRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<EabFolderTableInfo>, CancellationToken)
    • Method ToInsertAsync(EabFolderRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<EabFolderRecordData>, CancellationToken)

SuperOffice.CRM.Rows.EabFolderRow is Modified

  • Deleted items
    • Method GetFromIdxEabFolderId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.EabFolderRow.EabFolderRowIdxBase is Modified
  • Deleted items
    • Method .EabFolderRowIdxBaseop_Implicit(EabFolderRowIdxBase)
    • Method .EabFolderRowIdxBaseop_Implicit(EabFolderRowIdxBase)
  • New items
    • Method .EabFolderRowIdxBaseToEabFolderRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .EabFolderRowIdxBaseToEabFolderRowAsync(CancellationToken)
    • Method .EabFolderRowIdxBaseToEabFolderRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .EabFolderRowIdxBaseToEabFolderRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEabFolderIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.EabFolderRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxFolderId(Int32)
    • Method GetFromIdxName(String)
    • Method GetFromReader(SoDataReader, EabFolderTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxFolderIdAsync(Int32, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, EabFolderTableInfo, CancellationToken)

SuperOffice.CRM.Rows.EjCategoryGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(EjCategoryGroupLinkRecordData)
    • Method ToInserts(IEnumerable<EjCategoryGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<EjCategoryGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(EjCategoryGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<EjCategoryGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.EjCategoryGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxEjCategorygrouplinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.EjCategoryGroupLinkRow.EjCategoryGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .EjCategoryGroupLinkRowIdxBaseop_Implicit(EjCategoryGroupLinkRowIdxBase)
    • Method .EjCategoryGroupLinkRowIdxBaseop_Implicit(EjCategoryGroupLinkRowIdxBase)
  • New items
    • Method .EjCategoryGroupLinkRowIdxBaseToEjCategoryGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .EjCategoryGroupLinkRowIdxBaseToEjCategoryGroupLinkRowAsync(CancellationToken)
    • Method .EjCategoryGroupLinkRowIdxBaseToEjCategoryGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .EjCategoryGroupLinkRowIdxBaseToEjCategoryGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEjCategorygrouplinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.EjCategoryGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxEjCategoryId(Int32)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromReader(SoDataReader, EjCategoryGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEjCategoryIdAsync(Int32, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, EjCategoryGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.EjCategoryRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(EjCategoryRecordData)
    • Method ToInserts(IEnumerable<EjCategoryRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<EjCategoryTableInfo>, CancellationToken)
    • Method ToInsertAsync(EjCategoryRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<EjCategoryRecordData>, CancellationToken)

SuperOffice.CRM.Rows.EjCategoryRow is Modified

  • Deleted items
    • Method GetFromIdxEjCategoryId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.EjCategoryRow.EjCategoryRowIdxBase is Modified
  • Deleted items
    • Method .EjCategoryRowIdxBaseop_Implicit(EjCategoryRowIdxBase)
    • Method .EjCategoryRowIdxBaseop_Implicit(EjCategoryRowIdxBase)
  • New items
    • Method .EjCategoryRowIdxBaseToEjCategoryRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .EjCategoryRowIdxBaseToEjCategoryRowAsync(CancellationToken)
    • Method .EjCategoryRowIdxBaseToEjCategoryRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .EjCategoryRowIdxBaseToEjCategoryRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEjCategoryIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.EjCategoryRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCategoryMaster(Int32)
    • Method GetFromIdxParentId(Int32)
    • Method GetFromIdxReplyTemplate(Int32)
    • Method GetFromReader(SoDataReader, EjCategoryTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCategoryMasterAsync(Int32, CancellationToken)
    • Method GetFromIdxParentIdAsync(Int32, CancellationToken)
    • Method GetFromIdxReplyTemplateAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, EjCategoryTableInfo, CancellationToken)

SuperOffice.CRM.Rows.EjMessageRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(EjMessageRecordData)
    • Method ToInserts(IEnumerable<EjMessageRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<EjMessageTableInfo>, CancellationToken)
    • Method ToInsertAsync(EjMessageRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<EjMessageRecordData>, CancellationToken)

SuperOffice.CRM.Rows.EjMessageRow is Modified

  • Deleted items
    • Method GetFromIdxEjMessageId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.EjMessageRow.EjMessageRowIdxBase is Modified
  • Deleted items
    • Method .EjMessageRowIdxBaseop_Implicit(EjMessageRowIdxBase)
    • Method .EjMessageRowIdxBaseop_Implicit(EjMessageRowIdxBase)
  • New items
    • Method .EjMessageRowIdxBaseToEjMessageRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .EjMessageRowIdxBaseToEjMessageRowAsync(CancellationToken)
    • Method .EjMessageRowIdxBaseToEjMessageRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .EjMessageRowIdxBaseToEjMessageRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEjMessageIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.EjMessageRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxBodyAttachment(Int32)
    • Method GetFromIdxCreatedAt(DateTime)
    • Method GetFromIdxCreatedBy(Int32)
    • Method GetFromIdxCustomerId(Int32)
    • Method GetFromIdxHtmlBodyAttachment(Int32)
    • Method GetFromIdxMessageId(String)
    • Method GetFromIdxSearchTitle(String)
    • Method GetFromIdxSearchTitleBody(String, String)
    • Method GetFromIdxSearchTitleBodyHtmlBody(String, String, String)
    • Method GetFromIdxTicketId(Int32)
    • Method GetFromReader(SoDataReader, EjMessageTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxBodyAttachmentAsync(Int32, CancellationToken)
    • Method GetFromIdxCreatedAtAsync(DateTime, CancellationToken)
    • Method GetFromIdxCreatedByAsync(Int32, CancellationToken)
    • Method GetFromIdxCustomerIdAsync(Int32, CancellationToken)
    • Method GetFromIdxHtmlBodyAttachmentAsync(Int32, CancellationToken)
    • Method GetFromIdxMessageIdAsync(String, CancellationToken)
    • Method GetFromIdxSearchTitleAsync(String, CancellationToken)
    • Method GetFromIdxSearchTitleBodyAsync(String, String, CancellationToken)
    • Method GetFromIdxSearchTitleBodyHtmlBodyAsync(String, String, String, CancellationToken)
    • Method GetFromIdxTicketIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, EjMessageTableInfo, CancellationToken)

SuperOffice.CRM.Rows.EjpackageItemRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(EjpackageItemRecordData)
    • Method ToInserts(IEnumerable<EjpackageItemRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<EjpackageItemTableInfo>, CancellationToken)
    • Method ToInsertAsync(EjpackageItemRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<EjpackageItemRecordData>, CancellationToken)

SuperOffice.CRM.Rows.EjpackageItemRow is Modified

  • Deleted items
    • Method GetFromIdxEjpackageItemId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.EjpackageItemRow.EjpackageItemRowIdxBase is Modified
  • Deleted items
    • Method .EjpackageItemRowIdxBaseop_Implicit(EjpackageItemRowIdxBase)
    • Method .EjpackageItemRowIdxBaseop_Implicit(EjpackageItemRowIdxBase)
  • New items
    • Method .EjpackageItemRowIdxBaseToEjpackageItemRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .EjpackageItemRowIdxBaseToEjpackageItemRowAsync(CancellationToken)
    • Method .EjpackageItemRowIdxBaseToEjpackageItemRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .EjpackageItemRowIdxBaseToEjpackageItemRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEjpackageItemIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.EjpackageItemRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxDomain(Int32)
    • Method GetFromIdxEjpackage(Int32)
    • Method GetFromIdxItemId(Int32)
    • Method GetFromIdxParentId(Int32)
    • Method GetFromReader(SoDataReader, EjpackageItemTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDomainAsync(Int32, CancellationToken)
    • Method GetFromIdxEjpackageAsync(Int32, CancellationToken)
    • Method GetFromIdxItemIdAsync(Int32, CancellationToken)
    • Method GetFromIdxParentIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, EjpackageItemTableInfo, CancellationToken)

SuperOffice.CRM.Rows.EjpackageRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(EjpackageRecordData)
    • Method ToInserts(IEnumerable<EjpackageRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<EjpackageTableInfo>, CancellationToken)
    • Method ToInsertAsync(EjpackageRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<EjpackageRecordData>, CancellationToken)

SuperOffice.CRM.Rows.EjpackageRow is Modified

  • Deleted items
    • Method GetFromIdxEjpackageId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.EjpackageRow.EjpackageRowIdxBase is Modified
  • Deleted items
    • Method .EjpackageRowIdxBaseop_Implicit(EjpackageRowIdxBase)
    • Method .EjpackageRowIdxBaseop_Implicit(EjpackageRowIdxBase)
  • New items
    • Method .EjpackageRowIdxBaseToEjpackageRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .EjpackageRowIdxBaseToEjpackageRowAsync(CancellationToken)
    • Method .EjpackageRowIdxBaseToEjpackageRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .EjpackageRowIdxBaseToEjpackageRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEjpackageIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.EjpackageRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAttachmentId(Int32)
    • Method GetFromIdxUploadedBy(Int32)
    • Method GetFromReader(SoDataReader, EjpackageTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAttachmentIdAsync(Int32, CancellationToken)
    • Method GetFromIdxUploadedByAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, EjpackageTableInfo, CancellationToken)

SuperOffice.CRM.Rows.EjRoleRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(EjRoleRecordData)
    • Method ToInserts(IEnumerable<EjRoleRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<EjRoleTableInfo>, CancellationToken)
    • Method ToInsertAsync(EjRoleRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<EjRoleRecordData>, CancellationToken)

SuperOffice.CRM.Rows.EjRoleRow is Modified

  • Deleted items
    • Method GetFromIdxEjRoleId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.EjRoleRow.EjRoleRowIdxBase is Modified
  • Deleted items
    • Method .EjRoleRowIdxBaseop_Implicit(EjRoleRowIdxBase)
    • Method .EjRoleRowIdxBaseop_Implicit(EjRoleRowIdxBase)
  • New items
    • Method .EjRoleRowIdxBaseToEjRoleRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .EjRoleRowIdxBaseToEjRoleRowAsync(CancellationToken)
    • Method .EjRoleRowIdxBaseToEjRoleRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .EjRoleRowIdxBaseToEjRoleRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEjRoleIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.EjRoleRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxUserGroup(Int32)
    • Method GetFromReader(SoDataReader, EjRoleTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxUserGroupAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, EjRoleTableInfo, CancellationToken)

SuperOffice.CRM.Rows.EjscriptDebugRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(EjscriptDebugRecordData)
    • Method ToInserts(IEnumerable<EjscriptDebugRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<EjscriptDebugTableInfo>, CancellationToken)
    • Method ToInsertAsync(EjscriptDebugRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<EjscriptDebugRecordData>, CancellationToken)

SuperOffice.CRM.Rows.EjscriptDebugRow is Modified

  • Deleted items
    • Method GetFromIdxEjscriptDebugId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.EjscriptDebugRow.EjscriptDebugRowIdxBase is Modified
  • Deleted items
    • Method .EjscriptDebugRowIdxBaseop_Implicit(EjscriptDebugRowIdxBase)
    • Method .EjscriptDebugRowIdxBaseop_Implicit(EjscriptDebugRowIdxBase)
  • New items
    • Method .EjscriptDebugRowIdxBaseToEjscriptDebugRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .EjscriptDebugRowIdxBaseToEjscriptDebugRowAsync(CancellationToken)
    • Method .EjscriptDebugRowIdxBaseToEjscriptDebugRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .EjscriptDebugRowIdxBaseToEjscriptDebugRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEjscriptDebugIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.EjscriptDebugRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, EjscriptDebugTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, EjscriptDebugTableInfo, CancellationToken)

SuperOffice.CRM.Rows.EjscriptRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(EjscriptRecordData)
    • Method ToInserts(IEnumerable<EjscriptRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<EjscriptTableInfo>, CancellationToken)
    • Method ToInsertAsync(EjscriptRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<EjscriptRecordData>, CancellationToken)

SuperOffice.CRM.Rows.EjscriptRow is Modified

  • Deleted items
    • Method GetFromIdxEjscriptId(Int32)
    • Method GetFromIdxUniqueIdentifier(String)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.EjscriptRow.EjscriptRowIdxBase is Modified
  • Deleted items
    • Method .EjscriptRowIdxBaseop_Implicit(EjscriptRowIdxBase)
    • Method .EjscriptRowIdxBaseop_Implicit(EjscriptRowIdxBase)
  • New items
    • Method .EjscriptRowIdxBaseToEjscriptRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .EjscriptRowIdxBaseToEjscriptRowAsync(CancellationToken)
    • Method .EjscriptRowIdxBaseToEjscriptRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .EjscriptRowIdxBaseToEjscriptRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEjscriptIdAsync(Int32, CancellationToken)
    • Method GetFromIdxUniqueIdentifierAsync(String, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.EjscriptRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxHierarchyId(Int32)
    • Method GetFromIdxIncludeId(String)
    • Method GetFromReader(SoDataReader, EjscriptTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHierarchyIdAsync(Int32, CancellationToken)
    • Method GetFromIdxIncludeIdAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, EjscriptTableInfo, CancellationToken)

SuperOffice.CRM.Rows.EjselectionRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(EjselectionRecordData)
    • Method ToInserts(IEnumerable<EjselectionRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<EjselectionTableInfo>, CancellationToken)
    • Method ToInsertAsync(EjselectionRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<EjselectionRecordData>, CancellationToken)

SuperOffice.CRM.Rows.EjselectionRow is Modified

  • Deleted items
    • Method GetFromIdxEjselectionId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.EjselectionRow.EjselectionRowIdxBase is Modified
  • Deleted items
    • Method .EjselectionRowIdxBaseop_Implicit(EjselectionRowIdxBase)
    • Method .EjselectionRowIdxBaseop_Implicit(EjselectionRowIdxBase)
  • New items
    • Method .EjselectionRowIdxBaseToEjselectionRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .EjselectionRowIdxBaseToEjselectionRowAsync(CancellationToken)
    • Method .EjselectionRowIdxBaseToEjselectionRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .EjselectionRowIdxBaseToEjselectionRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEjselectionIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.EjselectionRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCreator(Int32)
    • Method GetFromIdxHierarchyId(Int32)
    • Method GetFromIdxIncludeId(String)
    • Method GetFromIdxSourceId(Int32)
    • Method GetFromIdxSourceType(Int32)
    • Method GetFromReader(SoDataReader, EjselectionTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCreatorAsync(Int32, CancellationToken)
    • Method GetFromIdxHierarchyIdAsync(Int32, CancellationToken)
    • Method GetFromIdxIncludeIdAsync(String, CancellationToken)
    • Method GetFromIdxSourceIdAsync(Int32, CancellationToken)
    • Method GetFromIdxSourceTypeAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, EjselectionTableInfo, CancellationToken)

SuperOffice.CRM.Rows.EjselEjselRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(EjselEjselRecordData)
    • Method ToInserts(IEnumerable<EjselEjselRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<EjselEjselTableInfo>, CancellationToken)
    • Method ToInsertAsync(EjselEjselRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<EjselEjselRecordData>, CancellationToken)

SuperOffice.CRM.Rows.EjselEjselRow is Modified

  • Deleted items
    • Method GetFromIdxEjselEjselId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.EjselEjselRow.EjselEjselRowIdxBase is Modified
  • Deleted items
    • Method .EjselEjselRowIdxBaseop_Implicit(EjselEjselRowIdxBase)
    • Method .EjselEjselRowIdxBaseop_Implicit(EjselEjselRowIdxBase)
  • New items
    • Method .EjselEjselRowIdxBaseToEjselEjselRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .EjselEjselRowIdxBaseToEjselEjselRowAsync(CancellationToken)
    • Method .EjselEjselRowIdxBaseToEjselEjselRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .EjselEjselRowIdxBaseToEjselEjselRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEjselEjselIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.EjselEjselRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxChild(Int32)
    • Method GetFromIdxOperation(Int32)
    • Method GetFromIdxOrderPos(Int32)
    • Method GetFromIdxParent(Int32)
    • Method GetFromReader(SoDataReader, EjselEjselTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxChildAsync(Int32, CancellationToken)
    • Method GetFromIdxOperationAsync(Int32, CancellationToken)
    • Method GetFromIdxOrderPosAsync(Int32, CancellationToken)
    • Method GetFromIdxParentAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, EjselEjselTableInfo, CancellationToken)

SuperOffice.CRM.Rows.EjselMetaResultRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(EjselMetaResultRecordData)
    • Method ToInserts(IEnumerable<EjselMetaResultRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<EjselMetaResultTableInfo>, CancellationToken)
    • Method ToInsertAsync(EjselMetaResultRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<EjselMetaResultRecordData>, CancellationToken)

SuperOffice.CRM.Rows.EjselMetaResultRow is Modified

  • Deleted items
    • Method GetFromIdxEjselMetaResultId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.EjselMetaResultRow.EjselMetaResultRowIdxBase is Modified
  • Deleted items
    • Method .EjselMetaResultRowIdxBaseop_Implicit(EjselMetaResultRowIdxBase)
    • Method .EjselMetaResultRowIdxBaseop_Implicit(EjselMetaResultRowIdxBase)
  • New items
    • Method .EjselMetaResultRowIdxBaseToEjselMetaResultRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .EjselMetaResultRowIdxBaseToEjselMetaResultRowAsync(CancellationToken)
    • Method .EjselMetaResultRowIdxBaseToEjselMetaResultRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .EjselMetaResultRowIdxBaseToEjselMetaResultRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEjselMetaResultIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.EjselMetaResultRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCreatedAt(DateTime)
    • Method GetFromIdxEjselection(Int32)
    • Method GetFromIdxOwner(Int32)
    • Method GetFromReader(SoDataReader, EjselMetaResultTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCreatedAtAsync(DateTime, CancellationToken)
    • Method GetFromIdxEjselectionAsync(Int32, CancellationToken)
    • Method GetFromIdxOwnerAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, EjselMetaResultTableInfo, CancellationToken)

SuperOffice.CRM.Rows.EjselResultSetRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(EjselResultSetRecordData)
    • Method ToInserts(IEnumerable<EjselResultSetRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<EjselResultSetTableInfo>, CancellationToken)
    • Method ToInsertAsync(EjselResultSetRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<EjselResultSetRecordData>, CancellationToken)

SuperOffice.CRM.Rows.EjselResultSetRow is Modified

  • Deleted items
    • Method GetFromIdxEjselResultSetId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.EjselResultSetRow.EjselResultSetRowIdxBase is Modified
  • Deleted items
    • Method .EjselResultSetRowIdxBaseop_Implicit(EjselResultSetRowIdxBase)
    • Method .EjselResultSetRowIdxBaseop_Implicit(EjselResultSetRowIdxBase)
  • New items
    • Method .EjselResultSetRowIdxBaseToEjselResultSetRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .EjselResultSetRowIdxBaseToEjselResultSetRowAsync(CancellationToken)
    • Method .EjselResultSetRowIdxBaseToEjselResultSetRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .EjselResultSetRowIdxBaseToEjselResultSetRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEjselResultSetIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.EjselResultSetRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxMetaResult(Int32)
    • Method GetFromIdxRefId(Int32)
    • Method GetFromReader(SoDataReader, EjselResultSetTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxMetaResultAsync(Int32, CancellationToken)
    • Method GetFromIdxRefIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, EjselResultSetTableInfo, CancellationToken)

SuperOffice.CRM.Rows.EjselSourceIdlistRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(EjselSourceIdlistRecordData)
    • Method ToInserts(IEnumerable<EjselSourceIdlistRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<EjselSourceIdlistTableInfo>, CancellationToken)
    • Method ToInsertAsync(EjselSourceIdlistRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<EjselSourceIdlistRecordData>, CancellationToken)

SuperOffice.CRM.Rows.EjselSourceIdlistRow is Modified

  • Deleted items
    • Method GetFromIdxEjselSourceIdlistId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.EjselSourceIdlistRow.EjselSourceIdlistRowIdxBase is Modified
  • Deleted items
    • Method .EjselSourceIdlistRowIdxBaseop_Implicit(EjselSourceIdlistRowIdxBase)
    • Method .EjselSourceIdlistRowIdxBaseop_Implicit(EjselSourceIdlistRowIdxBase)
  • New items
    • Method .EjselSourceIdlistRowIdxBaseToEjselSourceIdlistRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .EjselSourceIdlistRowIdxBaseToEjselSourceIdlistRowAsync(CancellationToken)
    • Method .EjselSourceIdlistRowIdxBaseToEjselSourceIdlistRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .EjselSourceIdlistRowIdxBaseToEjselSourceIdlistRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEjselSourceIdlistIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.EjselSourceIdlistRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, EjselSourceIdlistTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, EjselSourceIdlistTableInfo, CancellationToken)

SuperOffice.CRM.Rows.EjselSourceScriptRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(EjselSourceScriptRecordData)
    • Method ToInserts(IEnumerable<EjselSourceScriptRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<EjselSourceScriptTableInfo>, CancellationToken)
    • Method ToInsertAsync(EjselSourceScriptRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<EjselSourceScriptRecordData>, CancellationToken)

SuperOffice.CRM.Rows.EjselSourceScriptRow is Modified

  • Deleted items
    • Method GetFromIdxEjselSourceScriptId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.EjselSourceScriptRow.EjselSourceScriptRowIdxBase is Modified
  • Deleted items
    • Method .EjselSourceScriptRowIdxBaseop_Implicit(EjselSourceScriptRowIdxBase)
    • Method .EjselSourceScriptRowIdxBaseop_Implicit(EjselSourceScriptRowIdxBase)
  • New items
    • Method .EjselSourceScriptRowIdxBaseToEjselSourceScriptRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .EjselSourceScriptRowIdxBaseToEjselSourceScriptRowAsync(CancellationToken)
    • Method .EjselSourceScriptRowIdxBaseToEjselSourceScriptRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .EjselSourceScriptRowIdxBaseToEjselSourceScriptRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEjselSourceScriptIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.EjselSourceScriptRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, EjselSourceScriptTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, EjselSourceScriptTableInfo, CancellationToken)

SuperOffice.CRM.Rows.EjselSourceXmlRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(EjselSourceXmlRecordData)
    • Method ToInserts(IEnumerable<EjselSourceXmlRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<EjselSourceXmlTableInfo>, CancellationToken)
    • Method ToInsertAsync(EjselSourceXmlRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<EjselSourceXmlRecordData>, CancellationToken)

SuperOffice.CRM.Rows.EjselSourceXmlRow is Modified

  • Deleted items
    • Method GetFromIdxEjselSourceXmlId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.EjselSourceXmlRow.EjselSourceXmlRowIdxBase is Modified
  • Deleted items
    • Method .EjselSourceXmlRowIdxBaseop_Implicit(EjselSourceXmlRowIdxBase)
    • Method .EjselSourceXmlRowIdxBaseop_Implicit(EjselSourceXmlRowIdxBase)
  • New items
    • Method .EjselSourceXmlRowIdxBaseToEjselSourceXmlRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .EjselSourceXmlRowIdxBaseToEjselSourceXmlRowAsync(CancellationToken)
    • Method .EjselSourceXmlRowIdxBaseToEjselSourceXmlRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .EjselSourceXmlRowIdxBaseToEjselSourceXmlRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEjselSourceXmlIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.EjselSourceXmlRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, EjselSourceXmlTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, EjselSourceXmlTableInfo, CancellationToken)

SuperOffice.CRM.Rows.EjuserRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(EjuserRecordData)
    • Method ToInserts(IEnumerable<EjuserRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<EjuserTableInfo>, CancellationToken)
    • Method ToInsertAsync(EjuserRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<EjuserRecordData>, CancellationToken)

SuperOffice.CRM.Rows.EjuserRow is Modified

  • Deleted items
    • Method GetFromIdxEjuserId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.EjuserRow.EjuserRowIdxBase is Modified
  • Deleted items
    • Method .EjuserRowIdxBaseop_Implicit(EjuserRowIdxBase)
    • Method .EjuserRowIdxBaseop_Implicit(EjuserRowIdxBase)
  • New items
    • Method .EjuserRowIdxBaseToEjuserRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .EjuserRowIdxBaseToEjuserRowAsync(CancellationToken)
    • Method .EjuserRowIdxBaseToEjuserRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .EjuserRowIdxBaseToEjuserRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEjuserIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.EjuserRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxDbiAgentId(Int32)
    • Method GetFromIdxDbiKey(String)
    • Method GetFromIdxDbiLastModified(DateTime)
    • Method GetFromIdxDbiLastSyncronized(DateTime)
    • Method GetFromIdxDefaultCategory(Int32)
    • Method GetFromIdxDefaultStatusAddMessage(Int32)
    • Method GetFromIdxDefaultStatusNewTicket(Int32)
    • Method GetFromIdxEmail(String)
    • Method GetFromIdxLastCategory(Int32)
    • Method GetFromIdxLoginname(String)
    • Method GetFromIdxPictureId(Int32)
    • Method GetFromIdxProfileId(Int32)
    • Method GetFromIdxUsergroup(Int32)
    • Method GetFromIdxUsername(String)
    • Method GetFromReader(SoDataReader, EjuserTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDbiAgentIdAsync(Int32, CancellationToken)
    • Method GetFromIdxDbiKeyAsync(String, CancellationToken)
    • Method GetFromIdxDbiLastModifiedAsync(DateTime, CancellationToken)
    • Method GetFromIdxDbiLastSyncronizedAsync(DateTime, CancellationToken)
    • Method GetFromIdxDefaultCategoryAsync(Int32, CancellationToken)
    • Method GetFromIdxDefaultStatusAddMessageAsync(Int32, CancellationToken)
    • Method GetFromIdxDefaultStatusNewTicketAsync(Int32, CancellationToken)
    • Method GetFromIdxEmailAsync(String, CancellationToken)
    • Method GetFromIdxLastCategoryAsync(Int32, CancellationToken)
    • Method GetFromIdxLoginnameAsync(String, CancellationToken)
    • Method GetFromIdxPictureIdAsync(Int32, CancellationToken)
    • Method GetFromIdxProfileIdAsync(Int32, CancellationToken)
    • Method GetFromIdxUsergroupAsync(Int32, CancellationToken)
    • Method GetFromIdxUsernameAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, EjuserTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ElementProfileRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ElementProfileRecordData)
    • Method ToInserts(IEnumerable<ElementProfileRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ElementProfileTableInfo>, CancellationToken)
    • Method ToInsertAsync(ElementProfileRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ElementProfileRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ElementProfileRow is Modified

  • Deleted items
    • Method GetFromIdxElementProfileId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ElementProfileRow.ElementProfileRowIdxBase is Modified
  • Deleted items
    • Method .ElementProfileRowIdxBaseop_Implicit(ElementProfileRowIdxBase)
    • Method .ElementProfileRowIdxBaseop_Implicit(ElementProfileRowIdxBase)
  • New items
    • Method .ElementProfileRowIdxBaseToElementProfileRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ElementProfileRowIdxBaseToElementProfileRowAsync(CancellationToken)
    • Method .ElementProfileRowIdxBaseToElementProfileRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ElementProfileRowIdxBaseToElementProfileRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxElementProfileIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ElementProfileRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxOwnedByUser(Int32)
    • Method GetFromIdxScreenDefinitionElement(Int32)
    • Method GetFromReader(SoDataReader, ElementProfileTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxOwnedByUserAsync(Int32, CancellationToken)
    • Method GetFromIdxScreenDefinitionElementAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ElementProfileTableInfo, CancellationToken)

SuperOffice.CRM.Rows.EmailAccountRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(EmailAccountRecordData)
    • Method ToInserts(IEnumerable<EmailAccountRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<EmailAccountTableInfo>, CancellationToken)
    • Method ToInsertAsync(EmailAccountRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<EmailAccountRecordData>, CancellationToken)

SuperOffice.CRM.Rows.EmailAccountRow is Modified

  • Deleted items
    • Method GetFromIdxEmailAccountId(Int32)
    • Method GetFromIdxEmailAddress(String)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.EmailAccountRow.EmailAccountRowIdxBase is Modified
  • Deleted items
    • Method .EmailAccountRowIdxBaseop_Implicit(EmailAccountRowIdxBase)
    • Method .EmailAccountRowIdxBaseop_Implicit(EmailAccountRowIdxBase)
  • New items
    • Method .EmailAccountRowIdxBaseToEmailAccountRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .EmailAccountRowIdxBaseToEmailAccountRowAsync(CancellationToken)
    • Method .EmailAccountRowIdxBaseToEmailAccountRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .EmailAccountRowIdxBaseToEmailAccountRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEmailAccountIdAsync(Int32, CancellationToken)
    • Method GetFromIdxEmailAddressAsync(String, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.EmailAccountRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAssociateId(Int32)
    • Method GetFromReader(SoDataReader, EmailAccountTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAssociateIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, EmailAccountTableInfo, CancellationToken)

SuperOffice.CRM.Rows.EmailAttachmentRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(EmailAttachmentRecordData)
    • Method ToInserts(IEnumerable<EmailAttachmentRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<EmailAttachmentTableInfo>, CancellationToken)
    • Method ToInsertAsync(EmailAttachmentRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<EmailAttachmentRecordData>, CancellationToken)

SuperOffice.CRM.Rows.EmailAttachmentRow is Modified

  • Deleted items
    • Method GetFromIdxEmailAttachmentId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.EmailAttachmentRow.EmailAttachmentRowIdxBase is Modified
  • Deleted items
    • Method .EmailAttachmentRowIdxBaseop_Implicit(EmailAttachmentRowIdxBase)
    • Method .EmailAttachmentRowIdxBaseop_Implicit(EmailAttachmentRowIdxBase)
  • New items
    • Method .EmailAttachmentRowIdxBaseToEmailAttachmentRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .EmailAttachmentRowIdxBaseToEmailAttachmentRowAsync(CancellationToken)
    • Method .EmailAttachmentRowIdxBaseToEmailAttachmentRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .EmailAttachmentRowIdxBaseToEmailAttachmentRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEmailAttachmentIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.EmailAttachmentRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxEmailItemId(Int32)
    • Method GetFromReader(SoDataReader, EmailAttachmentTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEmailItemIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, EmailAttachmentTableInfo, CancellationToken)

SuperOffice.CRM.Rows.EmailFlowContentLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(EmailFlowContentLinkRecordData)
    • Method ToInserts(IEnumerable<EmailFlowContentLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<EmailFlowContentLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(EmailFlowContentLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<EmailFlowContentLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.EmailFlowContentLinkRow is Modified

  • Deleted items
    • Method GetFromIdxEmailFlowContentLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.EmailFlowContentLinkRow.EmailFlowContentLinkRowIdxBase is Modified
  • Deleted items
    • Method .EmailFlowContentLinkRowIdxBaseop_Implicit(EmailFlowContentLinkRowIdxBase)
    • Method .EmailFlowContentLinkRowIdxBaseop_Implicit(EmailFlowContentLinkRowIdxBase)
  • New items
    • Method .EmailFlowContentLinkRowIdxBaseToEmailFlowContentLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .EmailFlowContentLinkRowIdxBaseToEmailFlowContentLinkRowAsync(CancellationToken)
    • Method .EmailFlowContentLinkRowIdxBaseToEmailFlowContentLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .EmailFlowContentLinkRowIdxBaseToEmailFlowContentLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEmailFlowContentLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.EmailFlowContentLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, EmailFlowContentLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, EmailFlowContentLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.EmailFlowRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(EmailFlowRecordData)
    • Method ToInserts(IEnumerable<EmailFlowRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<EmailFlowTableInfo>, CancellationToken)
    • Method ToInsertAsync(EmailFlowRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<EmailFlowRecordData>, CancellationToken)

SuperOffice.CRM.Rows.EmailFlowRow is Modified

  • Deleted items
    • Method GetFromIdxEmailFlowId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.EmailFlowRow.EmailFlowRowIdxBase is Modified
  • Deleted items
    • Method .EmailFlowRowIdxBaseop_Implicit(EmailFlowRowIdxBase)
    • Method .EmailFlowRowIdxBaseop_Implicit(EmailFlowRowIdxBase)
  • New items
    • Method .EmailFlowRowIdxBaseToEmailFlowRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .EmailFlowRowIdxBaseToEmailFlowRowAsync(CancellationToken)
    • Method .EmailFlowRowIdxBaseToEmailFlowRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .EmailFlowRowIdxBaseToEmailFlowRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEmailFlowIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.EmailFlowRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxHierarchyId(Int32)
    • Method GetFromReader(SoDataReader, EmailFlowTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHierarchyIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, EmailFlowTableInfo, CancellationToken)

SuperOffice.CRM.Rows.EmailFolderRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(EmailFolderRecordData)
    • Method ToInserts(IEnumerable<EmailFolderRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<EmailFolderTableInfo>, CancellationToken)
    • Method ToInsertAsync(EmailFolderRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<EmailFolderRecordData>, CancellationToken)

SuperOffice.CRM.Rows.EmailFolderRow is Modified

  • Deleted items
    • Method GetFromIdxEmailFolderId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.EmailFolderRow.EmailFolderRowIdxBase is Modified
  • Deleted items
    • Method .EmailFolderRowIdxBaseop_Implicit(EmailFolderRowIdxBase)
    • Method .EmailFolderRowIdxBaseop_Implicit(EmailFolderRowIdxBase)
  • New items
    • Method .EmailFolderRowIdxBaseToEmailFolderRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .EmailFolderRowIdxBaseToEmailFolderRowAsync(CancellationToken)
    • Method .EmailFolderRowIdxBaseToEmailFolderRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .EmailFolderRowIdxBaseToEmailFolderRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEmailFolderIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.EmailFolderRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAccountId(Int32)
    • Method GetFromReader(SoDataReader, EmailFolderTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAccountIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, EmailFolderTableInfo, CancellationToken)

SuperOffice.CRM.Rows.EmailItemRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(EmailItemRecordData)
    • Method ToInserts(IEnumerable<EmailItemRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<EmailItemTableInfo>, CancellationToken)
    • Method ToInsertAsync(EmailItemRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<EmailItemRecordData>, CancellationToken)

SuperOffice.CRM.Rows.EmailItemRow is Modified

  • Deleted items
    • Method GetFromIdxEmailItemId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.EmailItemRow.EmailItemRowIdxBase is Modified
  • Deleted items
    • Method .EmailItemRowIdxBaseop_Implicit(EmailItemRowIdxBase)
    • Method .EmailItemRowIdxBaseop_Implicit(EmailItemRowIdxBase)
  • New items
    • Method .EmailItemRowIdxBaseToEmailItemRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .EmailItemRowIdxBaseToEmailItemRowAsync(CancellationToken)
    • Method .EmailItemRowIdxBaseToEmailItemRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .EmailItemRowIdxBaseToEmailItemRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEmailItemIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.EmailItemRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAccountId(Int32)
    • Method GetFromIdxAccountIdServerId(Int32, Int32)
    • Method GetFromIdxEmailFolderId(Int32)
    • Method GetFromIdxMessageId(String)
    • Method GetFromIdxServerId(Int32)
    • Method GetFromReader(SoDataReader, EmailItemTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAccountIdAsync(Int32, CancellationToken)
    • Method GetFromIdxAccountIdServerIdAsync(Int32, Int32, CancellationToken)
    • Method GetFromIdxEmailFolderIdAsync(Int32, CancellationToken)
    • Method GetFromIdxMessageIdAsync(String, CancellationToken)
    • Method GetFromIdxServerIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, EmailItemTableInfo, CancellationToken)

SuperOffice.CRM.Rows.EmailRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(EmailRecordData)
    • Method ToInserts(IEnumerable<EmailRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<EmailTableInfo>, CancellationToken)
    • Method ToInsertAsync(EmailRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<EmailRecordData>, CancellationToken)

SuperOffice.CRM.Rows.EmailRow is Modified

  • Deleted items
    • Method GetFromIdxEmailId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.EmailRow.EmailRowIdxBase is Modified
  • Deleted items
    • Method .EmailRowIdxBaseop_Implicit(EmailRowIdxBase)
    • Method .EmailRowIdxBaseop_Implicit(EmailRowIdxBase)
  • New items
    • Method .EmailRowIdxBaseToEmailRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .EmailRowIdxBaseToEmailRowAsync(CancellationToken)
    • Method .EmailRowIdxBaseToEmailRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .EmailRowIdxBaseToEmailRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEmailIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.EmailRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAppointmentId(Int32)
    • Method GetFromIdxContactId(Int32)
    • Method GetFromIdxDbiAgentId(Int32)
    • Method GetFromIdxEmailAddress(String)
    • Method GetFromIdxPersonId(Int32)
    • Method GetFromIdxProjectId(Int32)
    • Method GetFromIdxProtocol(String)
    • Method GetFromIdxRank(Int16)
    • Method GetFromIdxReservedId1(Int32)
    • Method GetFromIdxReservedId2(Int32)
    • Method GetFromReader(SoDataReader, EmailTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAppointmentIdAsync(Int32, CancellationToken)
    • Method GetFromIdxContactIdAsync(Int32, CancellationToken)
    • Method GetFromIdxDbiAgentIdAsync(Int32, CancellationToken)
    • Method GetFromIdxEmailAddressAsync(String, CancellationToken)
    • Method GetFromIdxPersonIdAsync(Int32, CancellationToken)
    • Method GetFromIdxProjectIdAsync(Int32, CancellationToken)
    • Method GetFromIdxProtocolAsync(String, CancellationToken)
    • Method GetFromIdxRankAsync(Int16, CancellationToken)
    • Method GetFromIdxReservedId1Async(Int32, CancellationToken)
    • Method GetFromIdxReservedId2Async(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, EmailTableInfo, CancellationToken)

SuperOffice.CRM.Rows.EntityCountsRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(EntityCountsRecordData)
    • Method ToInserts(IEnumerable<EntityCountsRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<EntityCountsTableInfo>, CancellationToken)
    • Method ToInsertAsync(EntityCountsRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<EntityCountsRecordData>, CancellationToken)

SuperOffice.CRM.Rows.EntityCountsRow is Modified

  • Deleted items
    • Method GetFromIdxAssociateIdEntityName(Int32, String)
    • Method GetFromIdxEntityCountsId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.EntityCountsRow.EntityCountsRowIdxBase is Modified
  • Deleted items
    • Method .EntityCountsRowIdxBaseop_Implicit(EntityCountsRowIdxBase)
    • Method .EntityCountsRowIdxBaseop_Implicit(EntityCountsRowIdxBase)
  • New items
    • Method .EntityCountsRowIdxBaseToEntityCountsRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .EntityCountsRowIdxBaseToEntityCountsRowAsync(CancellationToken)
    • Method .EntityCountsRowIdxBaseToEntityCountsRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .EntityCountsRowIdxBaseToEntityCountsRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAssociateIdEntityNameAsync(Int32, String, CancellationToken)
    • Method GetFromIdxEntityCountsIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.EntityCountsRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAssociateId(Int32)
    • Method GetFromReader(SoDataReader, EntityCountsTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAssociateIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, EntityCountsTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ErpConfigurationRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ErpConfigurationRecordData)
    • Method ToInserts(IEnumerable<ErpConfigurationRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ErpConfigurationTableInfo>, CancellationToken)
    • Method ToInsertAsync(ErpConfigurationRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ErpConfigurationRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ErpConfigurationRow is Modified

  • Deleted items
    • Method GetFromIdxErpConfigurationId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ErpConfigurationRow.ErpConfigurationRowIdxBase is Modified
  • Deleted items
    • Method .ErpConfigurationRowIdxBaseop_Implicit(ErpConfigurationRowIdxBase)
    • Method .ErpConfigurationRowIdxBaseop_Implicit(ErpConfigurationRowIdxBase)
  • New items
    • Method .ErpConfigurationRowIdxBaseToErpConfigurationRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ErpConfigurationRowIdxBaseToErpConfigurationRowAsync(CancellationToken)
    • Method .ErpConfigurationRowIdxBaseToErpConfigurationRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ErpConfigurationRowIdxBaseToErpConfigurationRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxErpConfigurationIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ErpConfigurationRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, ErpConfigurationTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ErpConfigurationTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ErpConnectionAccessRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ErpConnectionAccessRecordData)
    • Method ToInserts(IEnumerable<ErpConnectionAccessRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ErpConnectionAccessTableInfo>, CancellationToken)
    • Method ToInsertAsync(ErpConnectionAccessRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ErpConnectionAccessRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ErpConnectionAccessRow is Modified

  • Deleted items
    • Method GetFromIdxErpConnectionAccessId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ErpConnectionAccessRow.ErpConnectionAccessRowIdxBase is Modified
  • Deleted items
    • Method .ErpConnectionAccessRowIdxBaseop_Implicit(ErpConnectionAccessRowIdxBase)
    • Method .ErpConnectionAccessRowIdxBaseop_Implicit(ErpConnectionAccessRowIdxBase)
  • New items
    • Method .ErpConnectionAccessRowIdxBaseToErpConnectionAccessRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ErpConnectionAccessRowIdxBaseToErpConnectionAccessRowAsync(CancellationToken)
    • Method .ErpConnectionAccessRowIdxBaseToErpConnectionAccessRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ErpConnectionAccessRowIdxBaseToErpConnectionAccessRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxErpConnectionAccessIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ErpConnectionAccessRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, ErpConnectionAccessTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ErpConnectionAccessTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ErpConnectionActorTypeRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ErpConnectionActorTypeRecordData)
    • Method ToInserts(IEnumerable<ErpConnectionActorTypeRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ErpConnectionActorTypeTableInfo>, CancellationToken)
    • Method ToInsertAsync(ErpConnectionActorTypeRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ErpConnectionActorTypeRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ErpConnectionActorTypeRow is Modified

  • Deleted items
    • Method GetFromIdxErpConnectionActorTypeId(Int32)
    • Method GetFromIdxErpConnectionIdActorTypeErp(Int32, ErpActorType)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ErpConnectionActorTypeRow.ErpConnectionActorTypeRowIdxBase is Modified
  • Deleted items
    • Method .ErpConnectionActorTypeRowIdxBaseop_Implicit(ErpConnectionActorTypeRowIdxBase)
    • Method .ErpConnectionActorTypeRowIdxBaseop_Implicit(ErpConnectionActorTypeRowIdxBase)
  • New items
    • Method .ErpConnectionActorTypeRowIdxBaseToErpConnectionActorTypeRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ErpConnectionActorTypeRowIdxBaseToErpConnectionActorTypeRowAsync(CancellationToken)
    • Method .ErpConnectionActorTypeRowIdxBaseToErpConnectionActorTypeRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ErpConnectionActorTypeRowIdxBaseToErpConnectionActorTypeRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxErpConnectionActorTypeIdAsync(Int32, CancellationToken)
    • Method GetFromIdxErpConnectionIdActorTypeErpAsync(Int32, ErpActorType, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ErpConnectionActorTypeRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxErpConnectionId(Int32)
    • Method GetFromIdxErpConnectionIdActorTypeCrm(Int32, CrmActorType)
    • Method GetFromReader(SoDataReader, ErpConnectionActorTypeTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxErpConnectionIdActorTypeCrmAsync(Int32, CrmActorType, CancellationToken)
    • Method GetFromIdxErpConnectionIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ErpConnectionActorTypeTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ErpConnectionRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ErpConnectionRecordData)
    • Method ToInserts(IEnumerable<ErpConnectionRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ErpConnectionTableInfo>, CancellationToken)
    • Method ToInsertAsync(ErpConnectionRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ErpConnectionRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ErpConnectionRow is Modified

  • Deleted items
    • Method GetFromIdxConnectionId(String)
    • Method GetFromIdxErpConnectionId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ErpConnectionRow.ErpConnectionRowIdxBase is Modified
  • Deleted items
    • Method .ErpConnectionRowIdxBaseop_Implicit(ErpConnectionRowIdxBase)
    • Method .ErpConnectionRowIdxBaseop_Implicit(ErpConnectionRowIdxBase)
  • New items
    • Method .ErpConnectionRowIdxBaseToErpConnectionRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ErpConnectionRowIdxBaseToErpConnectionRowAsync(CancellationToken)
    • Method .ErpConnectionRowIdxBaseToErpConnectionRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ErpConnectionRowIdxBaseToErpConnectionRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxConnectionIdAsync(String, CancellationToken)
    • Method GetFromIdxErpConnectionIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ErpConnectionRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxErpConnectorId(Int32)
    • Method GetFromReader(SoDataReader, ErpConnectionTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxErpConnectorIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ErpConnectionTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ErpConnectorRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ErpConnectorRecordData)
    • Method ToInserts(IEnumerable<ErpConnectorRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ErpConnectorTableInfo>, CancellationToken)
    • Method ToInsertAsync(ErpConnectorRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ErpConnectorRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ErpConnectorRow is Modified

  • Deleted items
    • Method GetFromIdxErpConnectorId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ErpConnectorRow.ErpConnectorRowIdxBase is Modified
  • Deleted items
    • Method .ErpConnectorRowIdxBaseop_Implicit(ErpConnectorRowIdxBase)
    • Method .ErpConnectorRowIdxBaseop_Implicit(ErpConnectorRowIdxBase)
  • New items
    • Method .ErpConnectorRowIdxBaseToErpConnectorRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ErpConnectorRowIdxBaseToErpConnectorRowAsync(CancellationToken)
    • Method .ErpConnectorRowIdxBaseToErpConnectorRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ErpConnectorRowIdxBaseToErpConnectorRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxErpConnectorIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ErpConnectorRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, ErpConnectorTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ErpConnectorTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ErpExternalKeyRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ErpExternalKeyRecordData)
    • Method ToInserts(IEnumerable<ErpExternalKeyRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ErpExternalKeyTableInfo>, CancellationToken)
    • Method ToInsertAsync(ErpExternalKeyRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ErpExternalKeyRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ErpExternalKeyRow is Modified

  • Deleted items
    • Method GetFromIdxErpConnectionIdActorTypeErpKey(Int32, ErpActorType, String)
    • Method GetFromIdxErpConnectionIdErpInternalKeyId(Int32, Int32)
    • Method GetFromIdxErpExternalKeyId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ErpExternalKeyRow.ErpExternalKeyRowIdxBase is Modified
  • Deleted items
    • Method .ErpExternalKeyRowIdxBaseop_Implicit(ErpExternalKeyRowIdxBase)
    • Method .ErpExternalKeyRowIdxBaseop_Implicit(ErpExternalKeyRowIdxBase)
  • New items
    • Method .ErpExternalKeyRowIdxBaseToErpExternalKeyRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ErpExternalKeyRowIdxBaseToErpExternalKeyRowAsync(CancellationToken)
    • Method .ErpExternalKeyRowIdxBaseToErpExternalKeyRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ErpExternalKeyRowIdxBaseToErpExternalKeyRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxErpConnectionIdActorTypeErpKeyAsync(Int32, ErpActorType, String, CancellationToken)
    • Method GetFromIdxErpConnectionIdErpInternalKeyIdAsync(Int32, Int32, CancellationToken)
    • Method GetFromIdxErpExternalKeyIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ErpExternalKeyRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxErpConnectionId(Int32)
    • Method GetFromIdxErpConnectionIdActorType(Int32, ErpActorType)
    • Method GetFromIdxErpInternalKeyId(Int32)
    • Method GetFromReader(SoDataReader, ErpExternalKeyTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxErpConnectionIdActorTypeAsync(Int32, ErpActorType, CancellationToken)
    • Method GetFromIdxErpConnectionIdAsync(Int32, CancellationToken)
    • Method GetFromIdxErpInternalKeyIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ErpExternalKeyTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ErpFieldRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ErpFieldRecordData)
    • Method ToInserts(IEnumerable<ErpFieldRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ErpFieldTableInfo>, CancellationToken)
    • Method ToInsertAsync(ErpFieldRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ErpFieldRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ErpFieldRow is Modified

  • Deleted items
    • Method GetFromIdxErpConnectionActorTypeIdErpFieldKey(Int32, String)
    • Method GetFromIdxErpFieldId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ErpFieldRow.ErpFieldRowIdxBase is Modified
  • Deleted items
    • Method .ErpFieldRowIdxBaseop_Implicit(ErpFieldRowIdxBase)
    • Method .ErpFieldRowIdxBaseop_Implicit(ErpFieldRowIdxBase)
  • New items
    • Method .ErpFieldRowIdxBaseToErpFieldRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ErpFieldRowIdxBaseToErpFieldRowAsync(CancellationToken)
    • Method .ErpFieldRowIdxBaseToErpFieldRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ErpFieldRowIdxBaseToErpFieldRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxErpConnectionActorTypeIdErpFieldKeyAsync(Int32, String, CancellationToken)
    • Method GetFromIdxErpFieldIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ErpFieldRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxErpConnectionActorTypeId(Int32)
    • Method GetFromReader(SoDataReader, ErpFieldTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxErpConnectionActorTypeIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ErpFieldTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ErpInternalKeyRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ErpInternalKeyRecordData)
    • Method ToInserts(IEnumerable<ErpInternalKeyRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ErpInternalKeyTableInfo>, CancellationToken)
    • Method ToInsertAsync(ErpInternalKeyRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ErpInternalKeyRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ErpInternalKeyRow is Modified

  • Deleted items
    • Method GetFromIdxErpInternalKeyId(Int32)
    • Method GetFromIdxRecordIdTableId(Int32, Int16)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ErpInternalKeyRow.ErpInternalKeyRowIdxBase is Modified
  • Deleted items
    • Method .ErpInternalKeyRowIdxBaseop_Implicit(ErpInternalKeyRowIdxBase)
    • Method .ErpInternalKeyRowIdxBaseop_Implicit(ErpInternalKeyRowIdxBase)
  • New items
    • Method .ErpInternalKeyRowIdxBaseToErpInternalKeyRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ErpInternalKeyRowIdxBaseToErpInternalKeyRowAsync(CancellationToken)
    • Method .ErpInternalKeyRowIdxBaseToErpInternalKeyRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ErpInternalKeyRowIdxBaseToErpInternalKeyRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxErpInternalKeyIdAsync(Int32, CancellationToken)
    • Method GetFromIdxRecordIdTableIdAsync(Int32, Int16, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ErpInternalKeyRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxRecordId(Int32)
    • Method GetFromReader(SoDataReader, ErpInternalKeyTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxRecordIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ErpInternalKeyTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ErpListItemMappingRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ErpListItemMappingRecordData)
    • Method ToInserts(IEnumerable<ErpListItemMappingRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ErpListItemMappingTableInfo>, CancellationToken)
    • Method ToInsertAsync(ErpListItemMappingRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ErpListItemMappingRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ErpListItemMappingRow is Modified

  • Deleted items
    • Method GetFromIdxErpFieldIdErpItemKey(Int32, String)
    • Method GetFromIdxErpListItemMappingId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ErpListItemMappingRow.ErpListItemMappingRowIdxBase is Modified
  • Deleted items
    • Method .ErpListItemMappingRowIdxBaseop_Implicit(ErpListItemMappingRowIdxBase)
    • Method .ErpListItemMappingRowIdxBaseop_Implicit(ErpListItemMappingRowIdxBase)
  • New items
    • Method .ErpListItemMappingRowIdxBaseToErpListItemMappingRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ErpListItemMappingRowIdxBaseToErpListItemMappingRowAsync(CancellationToken)
    • Method .ErpListItemMappingRowIdxBaseToErpListItemMappingRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ErpListItemMappingRowIdxBaseToErpListItemMappingRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxErpFieldIdErpItemKeyAsync(Int32, String, CancellationToken)
    • Method GetFromIdxErpListItemMappingIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ErpListItemMappingRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxErpFieldId(Int32)
    • Method GetFromReader(SoDataReader, ErpListItemMappingTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxErpFieldIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ErpListItemMappingTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ErpSyncLogRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ErpSyncLogRecordData)
    • Method ToInserts(IEnumerable<ErpSyncLogRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ErpSyncLogTableInfo>, CancellationToken)
    • Method ToInsertAsync(ErpSyncLogRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ErpSyncLogRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ErpSyncLogRow is Modified

  • Deleted items
    • Method GetFromIdxErpSyncLogId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ErpSyncLogRow.ErpSyncLogRowIdxBase is Modified
  • Deleted items
    • Method .ErpSyncLogRowIdxBaseop_Implicit(ErpSyncLogRowIdxBase)
    • Method .ErpSyncLogRowIdxBaseop_Implicit(ErpSyncLogRowIdxBase)
  • New items
    • Method .ErpSyncLogRowIdxBaseToErpSyncLogRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ErpSyncLogRowIdxBaseToErpSyncLogRowAsync(CancellationToken)
    • Method .ErpSyncLogRowIdxBaseToErpSyncLogRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ErpSyncLogRowIdxBaseToErpSyncLogRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxErpSyncLogIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ErpSyncLogRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, ErpSyncLogTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ErpSyncLogTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ExtAppGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ExtAppGroupLinkRecordData)
    • Method ToInserts(IEnumerable<ExtAppGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ExtAppGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(ExtAppGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ExtAppGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ExtAppGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxExtappgrouplinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ExtAppGroupLinkRow.ExtAppGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .ExtAppGroupLinkRowIdxBaseop_Implicit(ExtAppGroupLinkRowIdxBase)
    • Method .ExtAppGroupLinkRowIdxBaseop_Implicit(ExtAppGroupLinkRowIdxBase)
  • New items
    • Method .ExtAppGroupLinkRowIdxBaseToExtAppGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ExtAppGroupLinkRowIdxBaseToExtAppGroupLinkRowAsync(CancellationToken)
    • Method .ExtAppGroupLinkRowIdxBaseToExtAppGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ExtAppGroupLinkRowIdxBaseToExtAppGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxExtappgrouplinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ExtAppGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxExtAppId(Int32)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromReader(SoDataReader, ExtAppGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxExtAppIdAsync(Int32, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ExtAppGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ExtAppHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ExtAppHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<ExtAppHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ExtAppHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(ExtAppHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ExtAppHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ExtAppHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxExtappheadinglinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ExtAppHeadingLinkRow.ExtAppHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .ExtAppHeadingLinkRowIdxBaseop_Implicit(ExtAppHeadingLinkRowIdxBase)
    • Method .ExtAppHeadingLinkRowIdxBaseop_Implicit(ExtAppHeadingLinkRowIdxBase)
  • New items
    • Method .ExtAppHeadingLinkRowIdxBaseToExtAppHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ExtAppHeadingLinkRowIdxBaseToExtAppHeadingLinkRowAsync(CancellationToken)
    • Method .ExtAppHeadingLinkRowIdxBaseToExtAppHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ExtAppHeadingLinkRowIdxBaseToExtAppHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxExtappheadinglinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ExtAppHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxExtAppId(Int32)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromReader(SoDataReader, ExtAppHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxExtAppIdAsync(Int32, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ExtAppHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ExtAppRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ExtAppRecordData)
    • Method ToInserts(IEnumerable<ExtAppRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ExtAppTableInfo>, CancellationToken)
    • Method ToInsertAsync(ExtAppRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ExtAppRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ExtAppRow is Modified

  • Deleted items
    • Method GetFromIdxExtAppId(Int32)
    • Method GetFromIdxName(String)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ExtAppRow.ExtAppRowIdxBase is Modified
  • Deleted items
    • Method .ExtAppRowIdxBaseop_Implicit(ExtAppRowIdxBase)
    • Method .ExtAppRowIdxBaseop_Implicit(ExtAppRowIdxBase)
  • New items
    • Method .ExtAppRowIdxBaseToExtAppRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ExtAppRowIdxBaseToExtAppRowAsync(CancellationToken)
    • Method .ExtAppRowIdxBaseToExtAppRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ExtAppRowIdxBaseToExtAppRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxExtAppIdAsync(Int32, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ExtAppRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, ExtAppTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ExtAppTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ExtDatasourceRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ExtDatasourceRecordData)
    • Method ToInserts(IEnumerable<ExtDatasourceRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ExtDatasourceTableInfo>, CancellationToken)
    • Method ToInsertAsync(ExtDatasourceRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ExtDatasourceRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ExtDatasourceRow is Modified

  • Deleted items
    • Method GetFromIdxExtDatasourceId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ExtDatasourceRow.ExtDatasourceRowIdxBase is Modified
  • Deleted items
    • Method .ExtDatasourceRowIdxBaseop_Implicit(ExtDatasourceRowIdxBase)
    • Method .ExtDatasourceRowIdxBaseop_Implicit(ExtDatasourceRowIdxBase)
  • New items
    • Method .ExtDatasourceRowIdxBaseToExtDatasourceRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ExtDatasourceRowIdxBaseToExtDatasourceRowAsync(CancellationToken)
    • Method .ExtDatasourceRowIdxBaseToExtDatasourceRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ExtDatasourceRowIdxBaseToExtDatasourceRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxExtDatasourceIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ExtDatasourceRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, ExtDatasourceTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ExtDatasourceTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ExternalDocumentRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ExternalDocumentRecordData)
    • Method ToInserts(IEnumerable<ExternalDocumentRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ExternalDocumentTableInfo>, CancellationToken)
    • Method ToInsertAsync(ExternalDocumentRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ExternalDocumentRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ExternalDocumentRow is Modified

  • Deleted items
    • Method GetFromIdxExternalDocumentId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ExternalDocumentRow.ExternalDocumentRowIdxBase is Modified
  • Deleted items
    • Method .ExternalDocumentRowIdxBaseop_Implicit(ExternalDocumentRowIdxBase)
    • Method .ExternalDocumentRowIdxBaseop_Implicit(ExternalDocumentRowIdxBase)
  • New items
    • Method .ExternalDocumentRowIdxBaseToExternalDocumentRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ExternalDocumentRowIdxBaseToExternalDocumentRowAsync(CancellationToken)
    • Method .ExternalDocumentRowIdxBaseToExternalDocumentRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ExternalDocumentRowIdxBaseToExternalDocumentRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxExternalDocumentIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ExternalDocumentRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAttachmentId(Int32)
    • Method GetFromIdxChangedBy(Int32)
    • Method GetFromIdxCreatedBy(Int32)
    • Method GetFromIdxHierarchyId(Int32)
    • Method GetFromIdxSMessage(Int32)
    • Method GetFromIdxTitle(String)
    • Method GetFromReader(SoDataReader, ExternalDocumentTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAttachmentIdAsync(Int32, CancellationToken)
    • Method GetFromIdxChangedByAsync(Int32, CancellationToken)
    • Method GetFromIdxCreatedByAsync(Int32, CancellationToken)
    • Method GetFromIdxHierarchyIdAsync(Int32, CancellationToken)
    • Method GetFromIdxSMessageAsync(Int32, CancellationToken)
    • Method GetFromIdxTitleAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ExternalDocumentTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ExternalEventRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ExternalEventRecordData)
    • Method ToInserts(IEnumerable<ExternalEventRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ExternalEventTableInfo>, CancellationToken)
    • Method ToInsertAsync(ExternalEventRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ExternalEventRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ExternalEventRow is Modified

  • Deleted items
    • Method GetFromIdxExternalEventId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ExternalEventRow.ExternalEventRowIdxBase is Modified
  • Deleted items
    • Method .ExternalEventRowIdxBaseop_Implicit(ExternalEventRowIdxBase)
    • Method .ExternalEventRowIdxBaseop_Implicit(ExternalEventRowIdxBase)
  • New items
    • Method .ExternalEventRowIdxBaseToExternalEventRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ExternalEventRowIdxBaseToExternalEventRowAsync(CancellationToken)
    • Method .ExternalEventRowIdxBaseToExternalEventRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ExternalEventRowIdxBaseToExternalEventRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxExternalEventIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ExternalEventRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxEventDate(DateTime)
    • Method GetFromIdxEventEnabled(Int16)
    • Method GetFromIdxParentRecord(Int32)
    • Method GetFromIdxParentTable(Int16)
    • Method GetFromReader(SoDataReader, ExternalEventTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEventDateAsync(DateTime, CancellationToken)
    • Method GetFromIdxEventEnabledAsync(Int16, CancellationToken)
    • Method GetFromIdxParentRecordAsync(Int32, CancellationToken)
    • Method GetFromIdxParentTableAsync(Int16, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ExternalEventTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ExtFieldRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ExtFieldRecordData)
    • Method ToInserts(IEnumerable<ExtFieldRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ExtFieldTableInfo>, CancellationToken)
    • Method ToInsertAsync(ExtFieldRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ExtFieldRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ExtFieldRow is Modified

  • Deleted items
    • Method GetFromIdxExtFieldId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ExtFieldRow.ExtFieldRowIdxBase is Modified
  • Deleted items
    • Method .ExtFieldRowIdxBaseop_Implicit(ExtFieldRowIdxBase)
    • Method .ExtFieldRowIdxBaseop_Implicit(ExtFieldRowIdxBase)
  • New items
    • Method .ExtFieldRowIdxBaseToExtFieldRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ExtFieldRowIdxBaseToExtFieldRowAsync(CancellationToken)
    • Method .ExtFieldRowIdxBaseToExtFieldRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ExtFieldRowIdxBaseToExtFieldRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxExtFieldIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ExtFieldRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxExtTable(Int32)
    • Method GetFromReader(SoDataReader, ExtFieldTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxExtTableAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ExtFieldTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ExtraFieldsHelper is Modified

  • Deleted items
    • Method OnSaved()
  • New items
    • Method OnSavedAsync()

SuperOffice.CRM.Rows.ExtraFieldsRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ExtraFieldsRecordData)
    • Method ToInserts(IEnumerable<ExtraFieldsRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ExtraFieldsTableInfo>, CancellationToken)
    • Method ToInsertAsync(ExtraFieldsRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ExtraFieldsRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ExtraFieldsRow is Modified

  • Deleted items
    • Method GetFromIdxExtraFieldsId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ExtraFieldsRow.ExtraFieldsRowIdxBase is Modified
  • Deleted items
    • Method .ExtraFieldsRowIdxBaseop_Implicit(ExtraFieldsRowIdxBase)
    • Method .ExtraFieldsRowIdxBaseop_Implicit(ExtraFieldsRowIdxBase)
  • New items
    • Method .ExtraFieldsRowIdxBaseToExtraFieldsRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ExtraFieldsRowIdxBaseToExtraFieldsRowAsync(CancellationToken)
    • Method .ExtraFieldsRowIdxBaseToExtraFieldsRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ExtraFieldsRowIdxBaseToExtraFieldsRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxExtraFieldsIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ExtraFieldsRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxExtraTable(Int32)
    • Method GetFromIdxTargetExtraTable(Int32)
    • Method GetFromReader(SoDataReader, ExtraFieldsTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxExtraTableAsync(Int32, CancellationToken)
    • Method GetFromIdxTargetExtraTableAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ExtraFieldsTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ExtraMenusRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ExtraMenusRecordData)
    • Method ToInserts(IEnumerable<ExtraMenusRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ExtraMenusTableInfo>, CancellationToken)
    • Method ToInsertAsync(ExtraMenusRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ExtraMenusRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ExtraMenusRow is Modified

  • Deleted items
    • Method GetFromIdxExtraMenusId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ExtraMenusRow.ExtraMenusRowIdxBase is Modified
  • Deleted items
    • Method .ExtraMenusRowIdxBaseop_Implicit(ExtraMenusRowIdxBase)
    • Method .ExtraMenusRowIdxBaseop_Implicit(ExtraMenusRowIdxBase)
  • New items
    • Method .ExtraMenusRowIdxBaseToExtraMenusRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ExtraMenusRowIdxBaseToExtraMenusRowAsync(CancellationToken)
    • Method .ExtraMenusRowIdxBaseToExtraMenusRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ExtraMenusRowIdxBaseToExtraMenusRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxExtraMenusIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ExtraMenusRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxExtraTable(Int32)
    • Method GetFromReader(SoDataReader, ExtraMenusTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxExtraTableAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ExtraMenusTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ExtraTablesEntryRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ExtraTablesEntryRecordData)
    • Method ToInserts(IEnumerable<ExtraTablesEntryRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ExtraTablesEntryTableInfo>, CancellationToken)
    • Method ToInsertAsync(ExtraTablesEntryRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ExtraTablesEntryRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ExtraTablesEntryRow is Modified

  • Deleted items
    • Method GetFromIdxExtraTablesEntryId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ExtraTablesEntryRow.ExtraTablesEntryRowIdxBase is Modified
  • Deleted items
    • Method .ExtraTablesEntryRowIdxBaseop_Implicit(ExtraTablesEntryRowIdxBase)
    • Method .ExtraTablesEntryRowIdxBaseop_Implicit(ExtraTablesEntryRowIdxBase)
  • New items
    • Method .ExtraTablesEntryRowIdxBaseToExtraTablesEntryRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ExtraTablesEntryRowIdxBaseToExtraTablesEntryRowAsync(CancellationToken)
    • Method .ExtraTablesEntryRowIdxBaseToExtraTablesEntryRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ExtraTablesEntryRowIdxBaseToExtraTablesEntryRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxExtraTablesEntryIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ExtraTablesEntryRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxExtraTablesResult(Int32)
    • Method GetFromReader(SoDataReader, ExtraTablesEntryTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxExtraTablesResultAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ExtraTablesEntryTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ExtraTablesRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ExtraTablesRecordData)
    • Method ToInserts(IEnumerable<ExtraTablesRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ExtraTablesTableInfo>, CancellationToken)
    • Method ToInsertAsync(ExtraTablesRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ExtraTablesRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ExtraTablesResultRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ExtraTablesResultRecordData)
    • Method ToInserts(IEnumerable<ExtraTablesResultRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ExtraTablesResultTableInfo>, CancellationToken)
    • Method ToInsertAsync(ExtraTablesResultRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ExtraTablesResultRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ExtraTablesResultRow is Modified

  • Deleted items
    • Method GetFromIdxExtraTablesResultId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ExtraTablesResultRow.ExtraTablesResultRowIdxBase is Modified
  • Deleted items
    • Method .ExtraTablesResultRowIdxBaseop_Implicit(ExtraTablesResultRowIdxBase)
    • Method .ExtraTablesResultRowIdxBaseop_Implicit(ExtraTablesResultRowIdxBase)
  • New items
    • Method .ExtraTablesResultRowIdxBaseToExtraTablesResultRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ExtraTablesResultRowIdxBaseToExtraTablesResultRowAsync(CancellationToken)
    • Method .ExtraTablesResultRowIdxBaseToExtraTablesResultRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ExtraTablesResultRowIdxBaseToExtraTablesResultRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxExtraTablesResultIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ExtraTablesResultRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxExtraTable(Int32)
    • Method GetFromIdxLoginId(Int32)
    • Method GetFromReader(SoDataReader, ExtraTablesResultTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxExtraTableAsync(Int32, CancellationToken)
    • Method GetFromIdxLoginIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ExtraTablesResultTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ExtraTablesRow is Modified

  • Deleted items
    • Method GetFromIdxExtraTablesId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ExtraTablesRow.ExtraTablesRowIdxBase is Modified
  • Deleted items
    • Method .ExtraTablesRowIdxBaseop_Implicit(ExtraTablesRowIdxBase)
    • Method .ExtraTablesRowIdxBaseop_Implicit(ExtraTablesRowIdxBase)
  • New items
    • Method .ExtraTablesRowIdxBaseToExtraTablesRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ExtraTablesRowIdxBaseToExtraTablesRowAsync(CancellationToken)
    • Method .ExtraTablesRowIdxBaseToExtraTablesRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ExtraTablesRowIdxBaseToExtraTablesRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxExtraTablesIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ExtraTablesRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxDisplayField(Int32)
    • Method GetFromIdxFullnameField(Int32)
    • Method GetFromIdxHierarchyId(Int32)
    • Method GetFromIdxParentField(Int32)
    • Method GetFromIdxScreenChooserAll(Int32)
    • Method GetFromIdxScreenChooserEdit(Int32)
    • Method GetFromIdxScreenChooserEntry(Int32)
    • Method GetFromReader(SoDataReader, ExtraTablesTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDisplayFieldAsync(Int32, CancellationToken)
    • Method GetFromIdxFullnameFieldAsync(Int32, CancellationToken)
    • Method GetFromIdxHierarchyIdAsync(Int32, CancellationToken)
    • Method GetFromIdxParentFieldAsync(Int32, CancellationToken)
    • Method GetFromIdxScreenChooserAllAsync(Int32, CancellationToken)
    • Method GetFromIdxScreenChooserEditAsync(Int32, CancellationToken)
    • Method GetFromIdxScreenChooserEntryAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ExtraTablesTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ExtTableRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ExtTableRecordData)
    • Method ToInserts(IEnumerable<ExtTableRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ExtTableTableInfo>, CancellationToken)
    • Method ToInsertAsync(ExtTableRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ExtTableRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ExtTableRow is Modified

  • Deleted items
    • Method GetFromIdxExtTableId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ExtTableRow.ExtTableRowIdxBase is Modified
  • Deleted items
    • Method .ExtTableRowIdxBaseop_Implicit(ExtTableRowIdxBase)
    • Method .ExtTableRowIdxBaseop_Implicit(ExtTableRowIdxBase)
  • New items
    • Method .ExtTableRowIdxBaseToExtTableRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ExtTableRowIdxBaseToExtTableRowAsync(CancellationToken)
    • Method .ExtTableRowIdxBaseToExtTableRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ExtTableRowIdxBaseToExtTableRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxExtTableIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ExtTableRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxChildTable(Int32)
    • Method GetFromIdxExtDatasource(Int32)
    • Method GetFromIdxParentTable(Int32)
    • Method GetFromReader(SoDataReader, ExtTableTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxChildTableAsync(Int32, CancellationToken)
    • Method GetFromIdxExtDatasourceAsync(Int32, CancellationToken)
    • Method GetFromIdxParentTableAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ExtTableTableInfo, CancellationToken)

SuperOffice.CRM.Rows.FavouriteRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(FavouriteRecordData)
    • Method ToInserts(IEnumerable<FavouriteRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<FavouriteTableInfo>, CancellationToken)
    • Method ToInsertAsync(FavouriteRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<FavouriteRecordData>, CancellationToken)

SuperOffice.CRM.Rows.FavouriteRow is Modified

  • Deleted items
    • Method GetFromIdxFavouriteId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.FavouriteRow.FavouriteRowIdxBase is Modified
  • Deleted items
    • Method .FavouriteRowIdxBaseop_Implicit(FavouriteRowIdxBase)
    • Method .FavouriteRowIdxBaseop_Implicit(FavouriteRowIdxBase)
  • New items
    • Method .FavouriteRowIdxBaseToFavouriteRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .FavouriteRowIdxBaseToFavouriteRowAsync(CancellationToken)
    • Method .FavouriteRowIdxBaseToFavouriteRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .FavouriteRowIdxBaseToFavouriteRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxFavouriteIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.FavouriteRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxRecordId(Int32)
    • Method GetFromIdxRecordIdAssociateId(Int32, Int32)
    • Method GetFromIdxRecordIdAssociateIdTableId(Int32, Int32, Int16)
    • Method GetFromReader(SoDataReader, FavouriteTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxRecordIdAssociateIdAsync(Int32, Int32, CancellationToken)
    • Method GetFromIdxRecordIdAssociateIdTableIdAsync(Int32, Int32, Int16, CancellationToken)
    • Method GetFromIdxRecordIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, FavouriteTableInfo, CancellationToken)

SuperOffice.CRM.Rows.FieldLabelRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(FieldLabelRecordData)
    • Method ToInserts(IEnumerable<FieldLabelRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<FieldLabelTableInfo>, CancellationToken)
    • Method ToInsertAsync(FieldLabelRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<FieldLabelRecordData>, CancellationToken)

SuperOffice.CRM.Rows.FieldLabelRow is Modified

  • Deleted items
    • Method GetFromIdxFieldLabelId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.FieldLabelRow.FieldLabelRowIdxBase is Modified
  • Deleted items
    • Method .FieldLabelRowIdxBaseop_Implicit(FieldLabelRowIdxBase)
    • Method .FieldLabelRowIdxBaseop_Implicit(FieldLabelRowIdxBase)
  • New items
    • Method .FieldLabelRowIdxBaseToFieldLabelRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .FieldLabelRowIdxBaseToFieldLabelRowAsync(CancellationToken)
    • Method .FieldLabelRowIdxBaseToFieldLabelRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .FieldLabelRowIdxBaseToFieldLabelRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxFieldLabelIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.FieldLabelRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxResourceId(Int32)
    • Method GetFromReader(SoDataReader, FieldLabelTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxResourceIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, FieldLabelTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ForeignAppRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ForeignAppRecordData)
    • Method ToInserts(IEnumerable<ForeignAppRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ForeignAppTableInfo>, CancellationToken)
    • Method ToInsertAsync(ForeignAppRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ForeignAppRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ForeignAppRow is Modified

  • Deleted items
    • Method GetFromIdxForeignappId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ForeignAppRow.ForeignAppRowIdxBase is Modified
  • Deleted items
    • Method .ForeignAppRowIdxBaseop_Implicit(ForeignAppRowIdxBase)
    • Method .ForeignAppRowIdxBaseop_Implicit(ForeignAppRowIdxBase)
  • New items
    • Method .ForeignAppRowIdxBaseToForeignAppRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ForeignAppRowIdxBaseToForeignAppRowAsync(CancellationToken)
    • Method .ForeignAppRowIdxBaseToForeignAppRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ForeignAppRowIdxBaseToForeignAppRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxForeignappIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ForeignAppRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, ForeignAppTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ForeignAppTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ForeignDeviceRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ForeignDeviceRecordData)
    • Method ToInserts(IEnumerable<ForeignDeviceRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ForeignDeviceTableInfo>, CancellationToken)
    • Method ToInsertAsync(ForeignDeviceRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ForeignDeviceRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ForeignDeviceRow is Modified

  • Deleted items
    • Method GetFromIdxForeigndeviceId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ForeignDeviceRow.ForeignDeviceRowIdxBase is Modified
  • Deleted items
    • Method .ForeignDeviceRowIdxBaseop_Implicit(ForeignDeviceRowIdxBase)
    • Method .ForeignDeviceRowIdxBaseop_Implicit(ForeignDeviceRowIdxBase)
  • New items
    • Method .ForeignDeviceRowIdxBaseToForeignDeviceRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ForeignDeviceRowIdxBaseToForeignDeviceRowAsync(CancellationToken)
    • Method .ForeignDeviceRowIdxBaseToForeignDeviceRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ForeignDeviceRowIdxBaseToForeignDeviceRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxForeigndeviceIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ForeignDeviceRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxDeviceId(String)
    • Method GetFromIdxForeignappId(Int32)
    • Method GetFromIdxName(String)
    • Method GetFromIdxOwnerId(Int32)
    • Method GetFromReader(SoDataReader, ForeignDeviceTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDeviceIdAsync(String, CancellationToken)
    • Method GetFromIdxForeignappIdAsync(Int32, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxOwnerIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ForeignDeviceTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ForeignKeyRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ForeignKeyRecordData)
    • Method ToInserts(IEnumerable<ForeignKeyRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ForeignKeyTableInfo>, CancellationToken)
    • Method ToInsertAsync(ForeignKeyRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ForeignKeyRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ForeignKeyRow is Modified

  • Deleted items
    • Method GetFromIdxForeignkeyId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ForeignKeyRow.ForeignKeyRowIdxBase is Modified
  • Deleted items
    • Method .ForeignKeyRowIdxBaseop_Implicit(ForeignKeyRowIdxBase)
    • Method .ForeignKeyRowIdxBaseop_Implicit(ForeignKeyRowIdxBase)
  • New items
    • Method .ForeignKeyRowIdxBaseToForeignKeyRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ForeignKeyRowIdxBaseToForeignKeyRowAsync(CancellationToken)
    • Method .ForeignKeyRowIdxBaseToForeignKeyRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ForeignKeyRowIdxBaseToForeignKeyRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxForeignkeyIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ForeignKeyRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxForeigndeviceId(Int32)
    • Method GetFromIdxRecordId(Int32)
    • Method GetFromIdxSeqno(Int32)
    • Method GetFromIdxSubkey(String)
    • Method GetFromIdxSubvalue(String)
    • Method GetFromReader(SoDataReader, ForeignKeyTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxForeigndeviceIdAsync(Int32, CancellationToken)
    • Method GetFromIdxRecordIdAsync(Int32, CancellationToken)
    • Method GetFromIdxSeqnoAsync(Int32, CancellationToken)
    • Method GetFromIdxSubkeyAsync(String, CancellationToken)
    • Method GetFromIdxSubvalueAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ForeignKeyTableInfo, CancellationToken)

SuperOffice.CRM.Rows.FormFieldValueRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(FormFieldValueRecordData)
    • Method ToInserts(IEnumerable<FormFieldValueRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<FormFieldValueTableInfo>, CancellationToken)
    • Method ToInsertAsync(FormFieldValueRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<FormFieldValueRecordData>, CancellationToken)

SuperOffice.CRM.Rows.FormFieldValueRow is Modified

  • Deleted items
    • Method GetFromIdxFormFieldValueId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.FormFieldValueRow.FormFieldValueRowIdxBase is Modified
  • Deleted items
    • Method .FormFieldValueRowIdxBaseop_Implicit(FormFieldValueRowIdxBase)
    • Method .FormFieldValueRowIdxBaseop_Implicit(FormFieldValueRowIdxBase)
  • New items
    • Method .FormFieldValueRowIdxBaseToFormFieldValueRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .FormFieldValueRowIdxBaseToFormFieldValueRowAsync(CancellationToken)
    • Method .FormFieldValueRowIdxBaseToFormFieldValueRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .FormFieldValueRowIdxBaseToFormFieldValueRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxFormFieldValueIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.FormFieldValueRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxBoolValue(Int16)
    • Method GetFromIdxDatetimeValue(DateTime)
    • Method GetFromIdxDoubleValue(Double)
    • Method GetFromIdxFormSubmissionId(Int32)
    • Method GetFromIdxIntValue(Int32)
    • Method GetFromIdxLabel(String)
    • Method GetFromIdxSequence(Int32)
    • Method GetFromIdxStringValue(String)
    • Method GetFromIdxType(String)
    • Method GetFromReader(SoDataReader, FormFieldValueTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxBoolValueAsync(Int16, CancellationToken)
    • Method GetFromIdxDatetimeValueAsync(DateTime, CancellationToken)
    • Method GetFromIdxDoubleValueAsync(Double, CancellationToken)
    • Method GetFromIdxFormSubmissionIdAsync(Int32, CancellationToken)
    • Method GetFromIdxIntValueAsync(Int32, CancellationToken)
    • Method GetFromIdxLabelAsync(String, CancellationToken)
    • Method GetFromIdxSequenceAsync(Int32, CancellationToken)
    • Method GetFromIdxStringValueAsync(String, CancellationToken)
    • Method GetFromIdxTypeAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, FormFieldValueTableInfo, CancellationToken)

SuperOffice.CRM.Rows.FormKeysRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(FormKeysRecordData)
    • Method ToInserts(IEnumerable<FormKeysRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<FormKeysTableInfo>, CancellationToken)
    • Method ToInsertAsync(FormKeysRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<FormKeysRecordData>, CancellationToken)

SuperOffice.CRM.Rows.FormKeysRow is Modified

  • Deleted items
    • Method GetFromIdxFormKeysId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.FormKeysRow.FormKeysRowIdxBase is Modified
  • Deleted items
    • Method .FormKeysRowIdxBaseop_Implicit(FormKeysRowIdxBase)
    • Method .FormKeysRowIdxBaseop_Implicit(FormKeysRowIdxBase)
  • New items
    • Method .FormKeysRowIdxBaseToFormKeysRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .FormKeysRowIdxBaseToFormKeysRowAsync(CancellationToken)
    • Method .FormKeysRowIdxBaseToFormKeysRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .FormKeysRowIdxBaseToFormKeysRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxFormKeysIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.FormKeysRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxFormKey(String)
    • Method GetFromReader(SoDataReader, FormKeysTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxFormKeyAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, FormKeysTableInfo, CancellationToken)

SuperOffice.CRM.Rows.FormRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(FormRecordData)
    • Method ToInserts(IEnumerable<FormRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<FormTableInfo>, CancellationToken)
    • Method ToInsertAsync(FormRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<FormRecordData>, CancellationToken)

SuperOffice.CRM.Rows.FormRow is Modified

  • Deleted items
    • Method GetFromIdxFormId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.FormRow.FormRowIdxBase is Modified
  • Deleted items
    • Method .FormRowIdxBaseop_Implicit(FormRowIdxBase)
    • Method .FormRowIdxBaseop_Implicit(FormRowIdxBase)
  • New items
    • Method .FormRowIdxBaseToFormRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .FormRowIdxBaseToFormRowAsync(CancellationToken)
    • Method .FormRowIdxBaseToFormRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .FormRowIdxBaseToFormRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxFormIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.FormRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxFormKey(String)
    • Method GetFromIdxResponseShipmentId(Int32)
    • Method GetFromIdxScriptId(Int32)
    • Method GetFromReader(SoDataReader, FormTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxFormKeyAsync(String, CancellationToken)
    • Method GetFromIdxResponseShipmentIdAsync(Int32, CancellationToken)
    • Method GetFromIdxScriptIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, FormTableInfo, CancellationToken)

SuperOffice.CRM.Rows.FormSubmissionRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(FormSubmissionRecordData)
    • Method ToInserts(IEnumerable<FormSubmissionRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<FormSubmissionTableInfo>, CancellationToken)
    • Method ToInsertAsync(FormSubmissionRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<FormSubmissionRecordData>, CancellationToken)

SuperOffice.CRM.Rows.FormSubmissionRow is Modified

  • Deleted items
    • Method GetFromIdxFormSubmissionId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.FormSubmissionRow.FormSubmissionRowIdxBase is Modified
  • Deleted items
    • Method .FormSubmissionRowIdxBaseop_Implicit(FormSubmissionRowIdxBase)
    • Method .FormSubmissionRowIdxBaseop_Implicit(FormSubmissionRowIdxBase)
  • New items
    • Method .FormSubmissionRowIdxBaseToFormSubmissionRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .FormSubmissionRowIdxBaseToFormSubmissionRowAsync(CancellationToken)
    • Method .FormSubmissionRowIdxBaseToFormSubmissionRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .FormSubmissionRowIdxBaseToFormSubmissionRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxFormSubmissionIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.FormSubmissionRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxContactId(Int32)
    • Method GetFromIdxFormId(Int32)
    • Method GetFromIdxPersonId(Int32)
    • Method GetFromIdxResponseShipmentAddrId(Int32)
    • Method GetFromReader(SoDataReader, FormSubmissionTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxContactIdAsync(Int32, CancellationToken)
    • Method GetFromIdxFormIdAsync(Int32, CancellationToken)
    • Method GetFromIdxPersonIdAsync(Int32, CancellationToken)
    • Method GetFromIdxResponseShipmentAddrIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, FormSubmissionTableInfo, CancellationToken)

SuperOffice.CRM.Rows.FreeTextIndexRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(FreeTextIndexRecordData)
    • Method ToInserts(IEnumerable<FreeTextIndexRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<FreeTextIndexTableInfo>, CancellationToken)
    • Method ToInsertAsync(FreeTextIndexRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<FreeTextIndexRecordData>, CancellationToken)

SuperOffice.CRM.Rows.FreeTextIndexRow is Modified

  • Deleted items
    • Method GetFromIdxFreetextindexId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.FreeTextIndexRow.FreeTextIndexRowIdxBase is Modified
  • Deleted items
    • Method .FreeTextIndexRowIdxBaseop_Implicit(FreeTextIndexRowIdxBase)
    • Method .FreeTextIndexRowIdxBaseop_Implicit(FreeTextIndexRowIdxBase)
  • New items
    • Method .FreeTextIndexRowIdxBaseToFreeTextIndexRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .FreeTextIndexRowIdxBaseToFreeTextIndexRowAsync(CancellationToken)
    • Method .FreeTextIndexRowIdxBaseToFreeTextIndexRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .FreeTextIndexRowIdxBaseToFreeTextIndexRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxFreetextindexIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.FreeTextIndexRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxContactId(Int32)
    • Method GetFromIdxFreetextwordsId(Int32)
    • Method GetFromIdxFreetextwordsIdOwnertableId(Int32, Int16)
    • Method GetFromIdxOwnerrecordId(Int32)
    • Method GetFromIdxOwnerrecordIdOwnertableId(Int32, Int16)
    • Method GetFromIdxOwnerrecordIdOwnertableIdFreetextwordsId(Int32, Int16, Int32)
    • Method GetFromIdxTableId(Int16)
    • Method GetFromIdxTableIdRecordId(Int16, Int32)
    • Method GetFromReader(SoDataReader, FreeTextIndexTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxContactIdAsync(Int32, CancellationToken)
    • Method GetFromIdxFreetextwordsIdAsync(Int32, CancellationToken)
    • Method GetFromIdxFreetextwordsIdOwnertableIdAsync(Int32, Int16, CancellationToken)
    • Method GetFromIdxOwnerrecordIdAsync(Int32, CancellationToken)
    • Method GetFromIdxOwnerrecordIdOwnertableIdAsync(Int32, Int16, CancellationToken)
    • Method GetFromIdxOwnerrecordIdOwnertableIdFreetextwordsIdAsync(Int32, Int16, Int32, CancellationToken)
    • Method GetFromIdxTableIdAsync(Int16, CancellationToken)
    • Method GetFromIdxTableIdRecordIdAsync(Int16, Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, FreeTextIndexTableInfo, CancellationToken)

SuperOffice.CRM.Rows.FreeTextStopWordsRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(FreeTextStopWordsRecordData)
    • Method ToInserts(IEnumerable<FreeTextStopWordsRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<FreeTextStopWordsTableInfo>, CancellationToken)
    • Method ToInsertAsync(FreeTextStopWordsRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<FreeTextStopWordsRecordData>, CancellationToken)

SuperOffice.CRM.Rows.FreeTextStopWordsRow is Modified

  • Deleted items
    • Method GetFromIdxFreetextwordsId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.FreeTextStopWordsRow.FreeTextStopWordsRowIdxBase is Modified
  • Deleted items
    • Method .FreeTextStopWordsRowIdxBaseop_Implicit(FreeTextStopWordsRowIdxBase)
    • Method .FreeTextStopWordsRowIdxBaseop_Implicit(FreeTextStopWordsRowIdxBase)
  • New items
    • Method .FreeTextStopWordsRowIdxBaseToFreeTextStopWordsRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .FreeTextStopWordsRowIdxBaseToFreeTextStopWordsRowAsync(CancellationToken)
    • Method .FreeTextStopWordsRowIdxBaseToFreeTextStopWordsRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .FreeTextStopWordsRowIdxBaseToFreeTextStopWordsRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxFreetextwordsIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.FreeTextStopWordsRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxWord(String)
    • Method GetFromReader(SoDataReader, FreeTextStopWordsTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxWordAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, FreeTextStopWordsTableInfo, CancellationToken)

SuperOffice.CRM.Rows.FreeTextWordsRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(FreeTextWordsRecordData)
    • Method ToInserts(IEnumerable<FreeTextWordsRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<FreeTextWordsTableInfo>, CancellationToken)
    • Method ToInsertAsync(FreeTextWordsRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<FreeTextWordsRecordData>, CancellationToken)

SuperOffice.CRM.Rows.FreeTextWordsRow is Modified

  • Deleted items
    • Method GetFromIdxFreetextwordsId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.FreeTextWordsRow.FreeTextWordsRowIdxBase is Modified
  • Deleted items
    • Method .FreeTextWordsRowIdxBaseop_Implicit(FreeTextWordsRowIdxBase)
    • Method .FreeTextWordsRowIdxBaseop_Implicit(FreeTextWordsRowIdxBase)
  • New items
    • Method .FreeTextWordsRowIdxBaseToFreeTextWordsRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .FreeTextWordsRowIdxBaseToFreeTextWordsRowAsync(CancellationToken)
    • Method .FreeTextWordsRowIdxBaseToFreeTextWordsRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .FreeTextWordsRowIdxBaseToFreeTextWordsRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxFreetextwordsIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.FreeTextWordsRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxSoundEx(String)
    • Method GetFromIdxWord(String)
    • Method GetFromReader(SoDataReader, FreeTextWordsTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSoundExAsync(String, CancellationToken)
    • Method GetFromIdxWordAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, FreeTextWordsTableInfo, CancellationToken)

SuperOffice.CRM.Rows.FunctionRightRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(FunctionRightRecordData)
    • Method ToInserts(IEnumerable<FunctionRightRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<FunctionRightTableInfo>, CancellationToken)
    • Method ToInsertAsync(FunctionRightRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<FunctionRightRecordData>, CancellationToken)

SuperOffice.CRM.Rows.FunctionRightRoleLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(FunctionRightRoleLinkRecordData)
    • Method ToInserts(IEnumerable<FunctionRightRoleLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<FunctionRightRoleLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(FunctionRightRoleLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<FunctionRightRoleLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.FunctionRightRoleLinkRow is Modified

  • Deleted items
    • Method GetFromIdxFunctionRightRoleLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.FunctionRightRoleLinkRow.FunctionRightRoleLinkRowIdxBase is Modified
  • Deleted items
    • Method .FunctionRightRoleLinkRowIdxBaseop_Implicit(FunctionRightRoleLinkRowIdxBase)
    • Method .FunctionRightRoleLinkRowIdxBaseop_Implicit(FunctionRightRoleLinkRowIdxBase)
  • New items
    • Method .FunctionRightRoleLinkRowIdxBaseToFunctionRightRoleLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .FunctionRightRoleLinkRowIdxBaseToFunctionRightRoleLinkRowAsync(CancellationToken)
    • Method .FunctionRightRoleLinkRowIdxBaseToFunctionRightRoleLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .FunctionRightRoleLinkRowIdxBaseToFunctionRightRoleLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxFunctionRightRoleLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.FunctionRightRoleLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxFunctionRightId(Int32)
    • Method GetFromIdxRoleId(Int32)
    • Method GetFromIdxRoleIdFunctionRightId(Int32, Int32)
    • Method GetFromReader(SoDataReader, FunctionRightRoleLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxFunctionRightIdAsync(Int32, CancellationToken)
    • Method GetFromIdxRoleIdAsync(Int32, CancellationToken)
    • Method GetFromIdxRoleIdFunctionRightIdAsync(Int32, Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, FunctionRightRoleLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.FunctionRightRow is Modified

  • Deleted items
    • Method GetFromIdxFunctionRightId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.FunctionRightRow.FunctionRightRowIdxBase is Modified
  • Deleted items
    • Method .FunctionRightRowIdxBaseop_Implicit(FunctionRightRowIdxBase)
    • Method .FunctionRightRowIdxBaseop_Implicit(FunctionRightRowIdxBase)
  • New items
    • Method .FunctionRightRowIdxBaseToFunctionRightRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .FunctionRightRowIdxBaseToFunctionRightRowAsync(CancellationToken)
    • Method .FunctionRightRowIdxBaseToFunctionRightRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .FunctionRightRowIdxBaseToFunctionRightRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxFunctionRightIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.FunctionRightRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, FunctionRightTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, FunctionRightTableInfo, CancellationToken)

SuperOffice.CRM.Rows.HeadingRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(HeadingRecordData)
    • Method ToInserts(IEnumerable<HeadingRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<HeadingTableInfo>, CancellationToken)
    • Method ToInsertAsync(HeadingRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<HeadingRecordData>, CancellationToken)

SuperOffice.CRM.Rows.HeadingRow is Modified

  • Deleted items
    • Method GetFromIdxHeadingId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.HeadingRow.HeadingRowIdxBase is Modified
  • Deleted items
    • Method .HeadingRowIdxBaseop_Implicit(HeadingRowIdxBase)
    • Method .HeadingRowIdxBaseop_Implicit(HeadingRowIdxBase)
  • New items
    • Method .HeadingRowIdxBaseToHeadingRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .HeadingRowIdxBaseToHeadingRowAsync(CancellationToken)
    • Method .HeadingRowIdxBaseToHeadingRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .HeadingRowIdxBaseToHeadingRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.HeadingRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxListTableId(Int16)
    • Method GetFromIdxName(String)
    • Method GetFromReader(SoDataReader, HeadingTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxListTableIdAsync(Int16, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, HeadingTableInfo, CancellationToken)

SuperOffice.CRM.Rows.HelpRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(HelpRecordData)
    • Method ToInserts(IEnumerable<HelpRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<HelpTableInfo>, CancellationToken)
    • Method ToInsertAsync(HelpRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<HelpRecordData>, CancellationToken)

SuperOffice.CRM.Rows.HelpRow is Modified

  • Deleted items
    • Method GetFromIdxHelpId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.HelpRow.HelpRowIdxBase is Modified
  • Deleted items
    • Method .HelpRowIdxBaseop_Implicit(HelpRowIdxBase)
    • Method .HelpRowIdxBaseop_Implicit(HelpRowIdxBase)
  • New items
    • Method .HelpRowIdxBaseToHelpRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .HelpRowIdxBaseToHelpRowAsync(CancellationToken)
    • Method .HelpRowIdxBaseToHelpRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .HelpRowIdxBaseToHelpRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHelpIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.HelpRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxApplicationAreaId(Int32)
    • Method GetFromIdxModuleId(Int32)
    • Method GetFromIdxParentId(Int32)
    • Method GetFromIdxScreenId(Int32)
    • Method GetFromReader(SoDataReader, HelpTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxApplicationAreaIdAsync(Int32, CancellationToken)
    • Method GetFromIdxModuleIdAsync(Int32, CancellationToken)
    • Method GetFromIdxParentIdAsync(Int32, CancellationToken)
    • Method GetFromIdxScreenIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, HelpTableInfo, CancellationToken)

SuperOffice.CRM.Rows.HierarchyRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(HierarchyRecordData)
    • Method ToInserts(IEnumerable<HierarchyRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<HierarchyTableInfo>, CancellationToken)
    • Method ToInsertAsync(HierarchyRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<HierarchyRecordData>, CancellationToken)

SuperOffice.CRM.Rows.HierarchyRow is Modified

  • Deleted items
    • Method GetFromIdxHierarchyId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.HierarchyRow.HierarchyRowIdxBase is Modified
  • Deleted items
    • Method .HierarchyRowIdxBaseop_Implicit(HierarchyRowIdxBase)
    • Method .HierarchyRowIdxBaseop_Implicit(HierarchyRowIdxBase)
  • New items
    • Method .HierarchyRowIdxBaseToHierarchyRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .HierarchyRowIdxBaseToHierarchyRowAsync(CancellationToken)
    • Method .HierarchyRowIdxBaseToHierarchyRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .HierarchyRowIdxBaseToHierarchyRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHierarchyIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.HierarchyRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxDomain(Int32)
    • Method GetFromIdxName(String)
    • Method GetFromIdxParentId(Int32)
    • Method GetFromReader(SoDataReader, HierarchyTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDomainAsync(Int32, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxParentIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, HierarchyTableInfo, CancellationToken)

SuperOffice.CRM.Rows.HistoryRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(HistoryRecordData)
    • Method ToInserts(IEnumerable<HistoryRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<HistoryTableInfo>, CancellationToken)
    • Method ToInsertAsync(HistoryRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<HistoryRecordData>, CancellationToken)

SuperOffice.CRM.Rows.HistoryRow is Modified

  • Deleted items
    • Method GetFromIdxHistoryId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.HistoryRow.HistoryRowIdxBase is Modified
  • Deleted items
    • Method .HistoryRowIdxBaseop_Implicit(HistoryRowIdxBase)
    • Method .HistoryRowIdxBaseop_Implicit(HistoryRowIdxBase)
  • New items
    • Method .HistoryRowIdxBaseToHistoryRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .HistoryRowIdxBaseToHistoryRowAsync(CancellationToken)
    • Method .HistoryRowIdxBaseToHistoryRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .HistoryRowIdxBaseToHistoryRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHistoryIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.HistoryRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAssociateId(Int32)
    • Method GetFromIdxAssociateIdTableId(Int32, Int16)
    • Method GetFromIdxAssociateIdTableIdExtraId(Int32, Int16, Int32)
    • Method GetFromIdxRank(Int16)
    • Method GetFromReader(SoDataReader, HistoryTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAssociateIdAsync(Int32, CancellationToken)
    • Method GetFromIdxAssociateIdTableIdAsync(Int32, Int16, CancellationToken)
    • Method GetFromIdxAssociateIdTableIdExtraIdAsync(Int32, Int16, Int32, CancellationToken)
    • Method GetFromIdxRankAsync(Int16, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, HistoryTableInfo, CancellationToken)

SuperOffice.CRM.Rows.HotlistRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(HotlistRecordData)
    • Method ToInserts(IEnumerable<HotlistRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<HotlistTableInfo>, CancellationToken)
    • Method ToInsertAsync(HotlistRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<HotlistRecordData>, CancellationToken)

SuperOffice.CRM.Rows.HotlistRow is Modified

  • Deleted items
    • Method GetFromIdxHotlistId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.HotlistRow.HotlistRowIdxBase is Modified
  • Deleted items
    • Method .HotlistRowIdxBaseop_Implicit(HotlistRowIdxBase)
    • Method .HotlistRowIdxBaseop_Implicit(HotlistRowIdxBase)
  • New items
    • Method .HotlistRowIdxBaseToHotlistRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .HotlistRowIdxBaseToHotlistRowAsync(CancellationToken)
    • Method .HotlistRowIdxBaseToHotlistRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .HotlistRowIdxBaseToHotlistRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHotlistIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.HotlistRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxTicketId(Int32)
    • Method GetFromIdxUserId(Int32)
    • Method GetFromReader(SoDataReader, HotlistTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTicketIdAsync(Int32, CancellationToken)
    • Method GetFromIdxUserIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, HotlistTableInfo, CancellationToken)

SuperOffice.CRM.Rows.Implementation.AppointmentRowImplementation is Modified

  • Deleted items
    • Method OnPreIdUpdate()
    • Method OnSaved(Boolean)
  • New items
    • Method OnPreIdUpdateAsync()
    • Method OnSavedAsync(Boolean)

SuperOffice.CRM.Rows.Implementation.BinaryObjectRowImplementation is Modified

  • Deleted items
    • Method OnPreIdUpdate()
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
  • New items
    • Method OnPreIdUpdateAsync()
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)

SuperOffice.CRM.Rows.Implementation.ContactRowImplementation is Modified

  • Deleted items
    • Method Delete()
    • Method OnPreIdUpdate()
    • Method OnSaved(Boolean)
    • Method Undelete()
  • New items
    • Method DeleteAsync()
    • Method OnPreIdUpdateAsync()
    • Method OnSavedAsync(Boolean)
    • Method UndeleteAsync()

SuperOffice.CRM.Rows.Implementation.EjMessageRowImplementation is Modified

  • Deleted items
    • Method OnSaved(Boolean)
  • New items
    • Method OnSavedAsync(Boolean)

SuperOffice.CRM.Rows.Implementation.FavouriteRowImplementation is Modified

  • Deleted items
    • Method OnPreIdUpdate()
  • New items
    • Method OnPreIdUpdateAsync()

SuperOffice.CRM.Rows.Implementation.PersonRowImplementation is Modified

  • Deleted items
    • Method OnPreIdUpdate()
    • Method OnSave(BatchSave)
    • Method Undelete()
  • New items
    • Method OnPreIdUpdateAsync()
    • Method OnSaveAsync(BatchSave)
    • Method UndeleteAsync()

SuperOffice.CRM.Rows.Implementation.PriceListRowImplementation is Modified

  • Deleted items
    • Method OnPrimaryKeyUpdate(PKContainer)
  • New items
    • Method OnPrimaryKeyUpdateAsync(PKContainer)

SuperOffice.CRM.Rows.Implementation.ProductRowImplementation is Modified

  • Deleted items
    • Method OnPrimaryKeyUpdate(PKContainer)
  • New items
    • Method OnPrimaryKeyUpdateAsync(PKContainer)

SuperOffice.CRM.Rows.Implementation.ProjectRowImplementation is Modified

  • Deleted items
    • Method OnSave(BatchSave)
  • New items
    • Method OnSaveAsync(BatchSave)

SuperOffice.CRM.Rows.Implementation.SaleRowImplementation is Modified

  • Deleted items
    • Method OnIdUpdate()
    • Method OnPreIdUpdate()
    • Method OnPrimaryKeyRequest(PKContainer)
    • Method OnPrimaryKeyUpdate(PKContainer)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
  • New items
    • Method OnIdUpdateAsync()
    • Method OnPreIdUpdateAsync()
    • Method OnPrimaryKeyRequestAsync(PKContainer)
    • Method OnPrimaryKeyUpdateAsync(PKContainer)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)

SuperOffice.CRM.Rows.Implementation.SearchCriteriaRowImplementation is Modified

  • Deleted items
    • Method Delete()
    • Method OnSaved(Boolean)
  • New items
    • Method DeleteAsync()
    • Method OnSavedAsync(Boolean)

SuperOffice.CRM.Rows.Implementation.TextRowImplementation is Modified

  • Deleted items
    • Method OnPreIdUpdate()
  • New items
    • Method OnPreIdUpdateAsync()

SuperOffice.CRM.Rows.Implementation.TicketRowImplementation is Modified

  • Deleted items
    • Method ApplyBusinessLogic()
    • Method CalculateReadStatus(Boolean, Boolean)
    • Method OnSaved(Boolean)
    • Method Save()
  • New items
    • Method ApplyBusinessLogicAsync(CancellationToken)
    • Method CalculateReadStatusAsync(Boolean, Boolean, CancellationToken)
    • Method OnSavedAsync(Boolean)
    • Method SaveAsync()

SuperOffice.CRM.Rows.ImportDefaultRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ImportDefaultRecordData)
    • Method ToInserts(IEnumerable<ImportDefaultRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ImportDefaultTableInfo>, CancellationToken)
    • Method ToInsertAsync(ImportDefaultRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ImportDefaultRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ImportDefaultRow is Modified

  • Deleted items
    • Method GetFromIdxImportDefaultId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ImportDefaultRow.ImportDefaultRowIdxBase is Modified
  • Deleted items
    • Method .ImportDefaultRowIdxBaseop_Implicit(ImportDefaultRowIdxBase)
    • Method .ImportDefaultRowIdxBaseop_Implicit(ImportDefaultRowIdxBase)
  • New items
    • Method .ImportDefaultRowIdxBaseToImportDefaultRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ImportDefaultRowIdxBaseToImportDefaultRowAsync(CancellationToken)
    • Method .ImportDefaultRowIdxBaseToImportDefaultRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ImportDefaultRowIdxBaseToImportDefaultRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxImportDefaultIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ImportDefaultRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxImportObjectId(Int32)
    • Method GetFromReader(SoDataReader, ImportDefaultTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxImportObjectIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ImportDefaultTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ImportFieldRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ImportFieldRecordData)
    • Method ToInserts(IEnumerable<ImportFieldRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ImportFieldTableInfo>, CancellationToken)
    • Method ToInsertAsync(ImportFieldRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ImportFieldRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ImportFieldRow is Modified

  • Deleted items
    • Method GetFromIdxImportFieldId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ImportFieldRow.ImportFieldRowIdxBase is Modified
  • Deleted items
    • Method .ImportFieldRowIdxBaseop_Implicit(ImportFieldRowIdxBase)
    • Method .ImportFieldRowIdxBaseop_Implicit(ImportFieldRowIdxBase)
  • New items
    • Method .ImportFieldRowIdxBaseToImportFieldRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ImportFieldRowIdxBaseToImportFieldRowAsync(CancellationToken)
    • Method .ImportFieldRowIdxBaseToImportFieldRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ImportFieldRowIdxBaseToImportFieldRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxImportFieldIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ImportFieldRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxImportObjectId(Int32)
    • Method GetFromReader(SoDataReader, ImportFieldTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxImportObjectIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ImportFieldTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ImportObjectRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ImportObjectRecordData)
    • Method ToInserts(IEnumerable<ImportObjectRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ImportObjectTableInfo>, CancellationToken)
    • Method ToInsertAsync(ImportObjectRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ImportObjectRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ImportObjectRow is Modified

  • Deleted items
    • Method GetFromIdxImportObjectId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ImportObjectRow.ImportObjectRowIdxBase is Modified
  • Deleted items
    • Method .ImportObjectRowIdxBaseop_Implicit(ImportObjectRowIdxBase)
    • Method .ImportObjectRowIdxBaseop_Implicit(ImportObjectRowIdxBase)
  • New items
    • Method .ImportObjectRowIdxBaseToImportObjectRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ImportObjectRowIdxBaseToImportObjectRowAsync(CancellationToken)
    • Method .ImportObjectRowIdxBaseToImportObjectRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ImportObjectRowIdxBaseToImportObjectRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxImportObjectIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ImportObjectRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, ImportObjectTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ImportObjectTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ImportRelationRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ImportRelationRecordData)
    • Method ToInserts(IEnumerable<ImportRelationRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ImportRelationTableInfo>, CancellationToken)
    • Method ToInsertAsync(ImportRelationRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ImportRelationRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ImportRelationRow is Modified

  • Deleted items
    • Method GetFromIdxImportRelationId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ImportRelationRow.ImportRelationRowIdxBase is Modified
  • Deleted items
    • Method .ImportRelationRowIdxBaseop_Implicit(ImportRelationRowIdxBase)
    • Method .ImportRelationRowIdxBaseop_Implicit(ImportRelationRowIdxBase)
  • New items
    • Method .ImportRelationRowIdxBaseToImportRelationRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ImportRelationRowIdxBaseToImportRelationRowAsync(CancellationToken)
    • Method .ImportRelationRowIdxBaseToImportRelationRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ImportRelationRowIdxBaseToImportRelationRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxImportRelationIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ImportRelationRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxSource(Int32)
    • Method GetFromIdxTarget(Int32)
    • Method GetFromReader(SoDataReader, ImportRelationTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSourceAsync(Int32, CancellationToken)
    • Method GetFromIdxTargetAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ImportRelationTableInfo, CancellationToken)

SuperOffice.CRM.Rows.InboxRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(InboxRecordData)
    • Method ToInserts(IEnumerable<InboxRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<InboxTableInfo>, CancellationToken)
    • Method ToInsertAsync(InboxRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<InboxRecordData>, CancellationToken)

SuperOffice.CRM.Rows.InboxRow is Modified

  • Deleted items
    • Method GetFromIdxInboxId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.InboxRow.InboxRowIdxBase is Modified
  • Deleted items
    • Method .InboxRowIdxBaseop_Implicit(InboxRowIdxBase)
    • Method .InboxRowIdxBaseop_Implicit(InboxRowIdxBase)
  • New items
    • Method .InboxRowIdxBaseToInboxRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .InboxRowIdxBaseToInboxRowAsync(CancellationToken)
    • Method .InboxRowIdxBaseToInboxRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .InboxRowIdxBaseToInboxRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxInboxIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.InboxRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxImported(DateTime)
    • Method GetFromIdxLockingId(Int32)
    • Method GetFromIdxMailInFilter(Int32)
    • Method GetFromIdxStatus(Int32)
    • Method GetFromReader(SoDataReader, InboxTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxImportedAsync(DateTime, CancellationToken)
    • Method GetFromIdxLockingIdAsync(Int32, CancellationToken)
    • Method GetFromIdxMailInFilterAsync(Int32, CancellationToken)
    • Method GetFromIdxStatusAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, InboxTableInfo, CancellationToken)

SuperOffice.CRM.Rows.IntentGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(IntentGroupLinkRecordData)
    • Method ToInserts(IEnumerable<IntentGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<IntentGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(IntentGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<IntentGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.IntentGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxIntentgrouplinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.IntentGroupLinkRow.IntentGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .IntentGroupLinkRowIdxBaseop_Implicit(IntentGroupLinkRowIdxBase)
    • Method .IntentGroupLinkRowIdxBaseop_Implicit(IntentGroupLinkRowIdxBase)
  • New items
    • Method .IntentGroupLinkRowIdxBaseToIntentGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .IntentGroupLinkRowIdxBaseToIntentGroupLinkRowAsync(CancellationToken)
    • Method .IntentGroupLinkRowIdxBaseToIntentGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .IntentGroupLinkRowIdxBaseToIntentGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxIntentgrouplinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.IntentGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromIdxIntentId(Int32)
    • Method GetFromReader(SoDataReader, IntentGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromIdxIntentIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, IntentGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.IntentHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(IntentHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<IntentHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<IntentHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(IntentHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<IntentHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.IntentHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxIntentheadinglinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.IntentHeadingLinkRow.IntentHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .IntentHeadingLinkRowIdxBaseop_Implicit(IntentHeadingLinkRowIdxBase)
    • Method .IntentHeadingLinkRowIdxBaseop_Implicit(IntentHeadingLinkRowIdxBase)
  • New items
    • Method .IntentHeadingLinkRowIdxBaseToIntentHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .IntentHeadingLinkRowIdxBaseToIntentHeadingLinkRowAsync(CancellationToken)
    • Method .IntentHeadingLinkRowIdxBaseToIntentHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .IntentHeadingLinkRowIdxBaseToIntentHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxIntentheadinglinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.IntentHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromIdxIntentId(Int32)
    • Method GetFromReader(SoDataReader, IntentHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromIdxIntentIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, IntentHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.IntentRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(IntentRecordData)
    • Method ToInserts(IEnumerable<IntentRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<IntentTableInfo>, CancellationToken)
    • Method ToInsertAsync(IntentRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<IntentRecordData>, CancellationToken)

SuperOffice.CRM.Rows.IntentRow is Modified

  • Deleted items
    • Method GetFromIdxIntentId(Int32)
    • Method GetFromIdxName(String)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.IntentRow.IntentRowIdxBase is Modified
  • Deleted items
    • Method .IntentRowIdxBaseop_Implicit(IntentRowIdxBase)
    • Method .IntentRowIdxBaseop_Implicit(IntentRowIdxBase)
  • New items
    • Method .IntentRowIdxBaseToIntentRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .IntentRowIdxBaseToIntentRowAsync(CancellationToken)
    • Method .IntentRowIdxBaseToIntentRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .IntentRowIdxBaseToIntentRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxIntentIdAsync(Int32, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.IntentRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, IntentTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, IntentTableInfo, CancellationToken)

SuperOffice.CRM.Rows.InvitationRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(InvitationRecordData)
    • Method ToInserts(IEnumerable<InvitationRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<InvitationTableInfo>, CancellationToken)
    • Method ToInsertAsync(InvitationRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<InvitationRecordData>, CancellationToken)

SuperOffice.CRM.Rows.InvitationRow is Modified

  • Deleted items
    • Method GetFromIdxInvitationId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.InvitationRow.InvitationRowIdxBase is Modified
  • Deleted items
    • Method .InvitationRowIdxBaseop_Implicit(InvitationRowIdxBase)
    • Method .InvitationRowIdxBaseop_Implicit(InvitationRowIdxBase)
  • New items
    • Method .InvitationRowIdxBaseToInvitationRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .InvitationRowIdxBaseToInvitationRowAsync(CancellationToken)
    • Method .InvitationRowIdxBaseToInvitationRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .InvitationRowIdxBaseToInvitationRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxInvitationIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.InvitationRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAppointmentId(Int32)
    • Method GetFromIdxEventUid(String)
    • Method GetFromReader(SoDataReader, InvitationTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAppointmentIdAsync(Int32, CancellationToken)
    • Method GetFromIdxEventUidAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, InvitationTableInfo, CancellationToken)

SuperOffice.CRM.Rows.InvoiceEntryRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(InvoiceEntryRecordData)
    • Method ToInserts(IEnumerable<InvoiceEntryRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<InvoiceEntryTableInfo>, CancellationToken)
    • Method ToInsertAsync(InvoiceEntryRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<InvoiceEntryRecordData>, CancellationToken)

SuperOffice.CRM.Rows.InvoiceEntryRow is Modified

  • Deleted items
    • Method GetFromIdxInvoiceEntryId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.InvoiceEntryRow.InvoiceEntryRowIdxBase is Modified
  • Deleted items
    • Method .InvoiceEntryRowIdxBaseop_Implicit(InvoiceEntryRowIdxBase)
    • Method .InvoiceEntryRowIdxBaseop_Implicit(InvoiceEntryRowIdxBase)
  • New items
    • Method .InvoiceEntryRowIdxBaseToInvoiceEntryRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .InvoiceEntryRowIdxBaseToInvoiceEntryRowAsync(CancellationToken)
    • Method .InvoiceEntryRowIdxBaseToInvoiceEntryRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .InvoiceEntryRowIdxBaseToInvoiceEntryRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxInvoiceEntryIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.InvoiceEntryRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxDateInvoiced(DateTime)
    • Method GetFromIdxMessageId(Int32)
    • Method GetFromIdxType(Int32)
    • Method GetFromReader(SoDataReader, InvoiceEntryTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDateInvoicedAsync(DateTime, CancellationToken)
    • Method GetFromIdxMessageIdAsync(Int32, CancellationToken)
    • Method GetFromIdxTypeAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, InvoiceEntryTableInfo, CancellationToken)

SuperOffice.CRM.Rows.InvoiceRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(InvoiceRecordData)
    • Method ToInserts(IEnumerable<InvoiceRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<InvoiceTableInfo>, CancellationToken)
    • Method ToInsertAsync(InvoiceRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<InvoiceRecordData>, CancellationToken)

SuperOffice.CRM.Rows.InvoiceRow is Modified

  • Deleted items
    • Method GetFromIdxInvoiceId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.InvoiceRow.InvoiceRowIdxBase is Modified
  • Deleted items
    • Method .InvoiceRowIdxBaseop_Implicit(InvoiceRowIdxBase)
    • Method .InvoiceRowIdxBaseop_Implicit(InvoiceRowIdxBase)
  • New items
    • Method .InvoiceRowIdxBaseToInvoiceRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .InvoiceRowIdxBaseToInvoiceRowAsync(CancellationToken)
    • Method .InvoiceRowIdxBaseToInvoiceRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .InvoiceRowIdxBaseToInvoiceRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxInvoiceIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.InvoiceRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCompanyId(Int32)
    • Method GetFromIdxCustomerId(Int32)
    • Method GetFromReader(SoDataReader, InvoiceTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCompanyIdAsync(Int32, CancellationToken)
    • Method GetFromIdxCustomerIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, InvoiceTableInfo, CancellationToken)

SuperOffice.CRM.Rows.InvoiceSumRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(InvoiceSumRecordData)
    • Method ToInserts(IEnumerable<InvoiceSumRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<InvoiceSumTableInfo>, CancellationToken)
    • Method ToInsertAsync(InvoiceSumRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<InvoiceSumRecordData>, CancellationToken)

SuperOffice.CRM.Rows.InvoiceSumRow is Modified

  • Deleted items
    • Method GetFromIdxInvoiceSumId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.InvoiceSumRow.InvoiceSumRowIdxBase is Modified
  • Deleted items
    • Method .InvoiceSumRowIdxBaseop_Implicit(InvoiceSumRowIdxBase)
    • Method .InvoiceSumRowIdxBaseop_Implicit(InvoiceSumRowIdxBase)
  • New items
    • Method .InvoiceSumRowIdxBaseToInvoiceSumRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .InvoiceSumRowIdxBaseToInvoiceSumRowAsync(CancellationToken)
    • Method .InvoiceSumRowIdxBaseToInvoiceSumRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .InvoiceSumRowIdxBaseToInvoiceSumRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxInvoiceSumIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.InvoiceSumRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCompanyId(Int32)
    • Method GetFromIdxCustomerId(Int32)
    • Method GetFromIdxLoginId(Int32)
    • Method GetFromReader(SoDataReader, InvoiceSumTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCompanyIdAsync(Int32, CancellationToken)
    • Method GetFromIdxCustomerIdAsync(Int32, CancellationToken)
    • Method GetFromIdxLoginIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, InvoiceSumTableInfo, CancellationToken)

SuperOffice.CRM.Rows.InvoiceTypeRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(InvoiceTypeRecordData)
    • Method ToInserts(IEnumerable<InvoiceTypeRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<InvoiceTypeTableInfo>, CancellationToken)
    • Method ToInsertAsync(InvoiceTypeRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<InvoiceTypeRecordData>, CancellationToken)

SuperOffice.CRM.Rows.InvoiceTypeRow is Modified

  • Deleted items
    • Method GetFromIdxInvoiceTypeId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.InvoiceTypeRow.InvoiceTypeRowIdxBase is Modified
  • Deleted items
    • Method .InvoiceTypeRowIdxBaseop_Implicit(InvoiceTypeRowIdxBase)
    • Method .InvoiceTypeRowIdxBaseop_Implicit(InvoiceTypeRowIdxBase)
  • New items
    • Method .InvoiceTypeRowIdxBaseToInvoiceTypeRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .InvoiceTypeRowIdxBaseToInvoiceTypeRowAsync(CancellationToken)
    • Method .InvoiceTypeRowIdxBaseToInvoiceTypeRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .InvoiceTypeRowIdxBaseToInvoiceTypeRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxInvoiceTypeIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.InvoiceTypeRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, InvoiceTypeTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, InvoiceTypeTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ItemConfigRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ItemConfigRecordData)
    • Method ToInserts(IEnumerable<ItemConfigRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ItemConfigTableInfo>, CancellationToken)
    • Method ToInsertAsync(ItemConfigRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ItemConfigRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ItemConfigRow is Modified

  • Deleted items
    • Method GetFromIdxItemConfigId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ItemConfigRow.ItemConfigRowIdxBase is Modified
  • Deleted items
    • Method .ItemConfigRowIdxBaseop_Implicit(ItemConfigRowIdxBase)
    • Method .ItemConfigRowIdxBaseop_Implicit(ItemConfigRowIdxBase)
  • New items
    • Method .ItemConfigRowIdxBaseToItemConfigRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ItemConfigRowIdxBaseToItemConfigRowAsync(CancellationToken)
    • Method .ItemConfigRowIdxBaseToItemConfigRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ItemConfigRowIdxBaseToItemConfigRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxItemConfigIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ItemConfigRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxDomain(Int32)
    • Method GetFromIdxItemId(Int32)
    • Method GetFromReader(SoDataReader, ItemConfigTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDomainAsync(Int32, CancellationToken)
    • Method GetFromIdxItemIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ItemConfigTableInfo, CancellationToken)

SuperOffice.CRM.Rows.KbAttachmentRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(KbAttachmentRecordData)
    • Method ToInserts(IEnumerable<KbAttachmentRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<KbAttachmentTableInfo>, CancellationToken)
    • Method ToInsertAsync(KbAttachmentRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<KbAttachmentRecordData>, CancellationToken)

SuperOffice.CRM.Rows.KbAttachmentRow is Modified

  • Deleted items
    • Method GetFromIdxKbAttachmentId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.KbAttachmentRow.KbAttachmentRowIdxBase is Modified
  • Deleted items
    • Method .KbAttachmentRowIdxBaseop_Implicit(KbAttachmentRowIdxBase)
    • Method .KbAttachmentRowIdxBaseop_Implicit(KbAttachmentRowIdxBase)
  • New items
    • Method .KbAttachmentRowIdxBaseToKbAttachmentRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .KbAttachmentRowIdxBaseToKbAttachmentRowAsync(CancellationToken)
    • Method .KbAttachmentRowIdxBaseToKbAttachmentRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .KbAttachmentRowIdxBaseToKbAttachmentRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxKbAttachmentIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.KbAttachmentRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAttachmentId(Int32)
    • Method GetFromIdxEntryId(Int32)
    • Method GetFromReader(SoDataReader, KbAttachmentTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAttachmentIdAsync(Int32, CancellationToken)
    • Method GetFromIdxEntryIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, KbAttachmentTableInfo, CancellationToken)

SuperOffice.CRM.Rows.KbCategoryLogRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(KbCategoryLogRecordData)
    • Method ToInserts(IEnumerable<KbCategoryLogRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<KbCategoryLogTableInfo>, CancellationToken)
    • Method ToInsertAsync(KbCategoryLogRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<KbCategoryLogRecordData>, CancellationToken)

SuperOffice.CRM.Rows.KbCategoryLogRow is Modified

  • Deleted items
    • Method GetFromIdxKbCategoryLogId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.KbCategoryLogRow.KbCategoryLogRowIdxBase is Modified
  • Deleted items
    • Method .KbCategoryLogRowIdxBaseop_Implicit(KbCategoryLogRowIdxBase)
    • Method .KbCategoryLogRowIdxBaseop_Implicit(KbCategoryLogRowIdxBase)
  • New items
    • Method .KbCategoryLogRowIdxBaseToKbCategoryLogRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .KbCategoryLogRowIdxBaseToKbCategoryLogRowAsync(CancellationToken)
    • Method .KbCategoryLogRowIdxBaseToKbCategoryLogRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .KbCategoryLogRowIdxBaseToKbCategoryLogRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxKbCategoryLogIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.KbCategoryLogRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxKbCategoryId(Int32)
    • Method GetFromIdxUserId(Int32)
    • Method GetFromReader(SoDataReader, KbCategoryLogTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxKbCategoryIdAsync(Int32, CancellationToken)
    • Method GetFromIdxUserIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, KbCategoryLogTableInfo, CancellationToken)

SuperOffice.CRM.Rows.KbCategoryRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(KbCategoryRecordData)
    • Method ToInserts(IEnumerable<KbCategoryRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<KbCategoryTableInfo>, CancellationToken)
    • Method ToInsertAsync(KbCategoryRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<KbCategoryRecordData>, CancellationToken)

SuperOffice.CRM.Rows.KbCategoryRow is Modified

  • Deleted items
    • Method GetFromIdxKbCategoryId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.KbCategoryRow.KbCategoryRowIdxBase is Modified
  • Deleted items
    • Method .KbCategoryRowIdxBaseop_Implicit(KbCategoryRowIdxBase)
    • Method .KbCategoryRowIdxBaseop_Implicit(KbCategoryRowIdxBase)
  • New items
    • Method .KbCategoryRowIdxBaseToKbCategoryRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .KbCategoryRowIdxBaseToKbCategoryRowAsync(CancellationToken)
    • Method .KbCategoryRowIdxBaseToKbCategoryRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .KbCategoryRowIdxBaseToKbCategoryRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxKbCategoryIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.KbCategoryRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCreatedBy(Int32)
    • Method GetFromIdxDbiAgentId(Int32)
    • Method GetFromIdxDbiKey(String)
    • Method GetFromIdxDbiLastModified(DateTime)
    • Method GetFromIdxDbiLastSyncronized(DateTime)
    • Method GetFromIdxParentId(Int32)
    • Method GetFromIdxSortOrder(Int32)
    • Method GetFromReader(SoDataReader, KbCategoryTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCreatedByAsync(Int32, CancellationToken)
    • Method GetFromIdxDbiAgentIdAsync(Int32, CancellationToken)
    • Method GetFromIdxDbiKeyAsync(String, CancellationToken)
    • Method GetFromIdxDbiLastModifiedAsync(DateTime, CancellationToken)
    • Method GetFromIdxDbiLastSyncronizedAsync(DateTime, CancellationToken)
    • Method GetFromIdxParentIdAsync(Int32, CancellationToken)
    • Method GetFromIdxSortOrderAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, KbCategoryTableInfo, CancellationToken)

SuperOffice.CRM.Rows.KbEntryCommentRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(KbEntryCommentRecordData)
    • Method ToInserts(IEnumerable<KbEntryCommentRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<KbEntryCommentTableInfo>, CancellationToken)
    • Method ToInsertAsync(KbEntryCommentRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<KbEntryCommentRecordData>, CancellationToken)

SuperOffice.CRM.Rows.KbEntryCommentRow is Modified

  • Deleted items
    • Method GetFromIdxKbEntryCommentId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.KbEntryCommentRow.KbEntryCommentRowIdxBase is Modified
  • Deleted items
    • Method .KbEntryCommentRowIdxBaseop_Implicit(KbEntryCommentRowIdxBase)
    • Method .KbEntryCommentRowIdxBaseop_Implicit(KbEntryCommentRowIdxBase)
  • New items
    • Method .KbEntryCommentRowIdxBaseToKbEntryCommentRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .KbEntryCommentRowIdxBaseToKbEntryCommentRowAsync(CancellationToken)
    • Method .KbEntryCommentRowIdxBaseToKbEntryCommentRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .KbEntryCommentRowIdxBaseToKbEntryCommentRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxKbEntryCommentIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.KbEntryCommentRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCustomerId(Int32)
    • Method GetFromIdxDbiAgentId(Int32)
    • Method GetFromIdxDbiKey(String)
    • Method GetFromIdxDbiLastModified(DateTime)
    • Method GetFromIdxDbiLastSyncronized(DateTime)
    • Method GetFromIdxKbEntryId(Int32)
    • Method GetFromReader(SoDataReader, KbEntryCommentTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCustomerIdAsync(Int32, CancellationToken)
    • Method GetFromIdxDbiAgentIdAsync(Int32, CancellationToken)
    • Method GetFromIdxDbiKeyAsync(String, CancellationToken)
    • Method GetFromIdxDbiLastModifiedAsync(DateTime, CancellationToken)
    • Method GetFromIdxDbiLastSyncronizedAsync(DateTime, CancellationToken)
    • Method GetFromIdxKbEntryIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, KbEntryCommentTableInfo, CancellationToken)

SuperOffice.CRM.Rows.KbEntryKeywordRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(KbEntryKeywordRecordData)
    • Method ToInserts(IEnumerable<KbEntryKeywordRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<KbEntryKeywordTableInfo>, CancellationToken)
    • Method ToInsertAsync(KbEntryKeywordRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<KbEntryKeywordRecordData>, CancellationToken)

SuperOffice.CRM.Rows.KbEntryKeywordRow is Modified

  • Deleted items
    • Method GetFromIdxKbEntryKeywordId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.KbEntryKeywordRow.KbEntryKeywordRowIdxBase is Modified
  • Deleted items
    • Method .KbEntryKeywordRowIdxBaseop_Implicit(KbEntryKeywordRowIdxBase)
    • Method .KbEntryKeywordRowIdxBaseop_Implicit(KbEntryKeywordRowIdxBase)
  • New items
    • Method .KbEntryKeywordRowIdxBaseToKbEntryKeywordRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .KbEntryKeywordRowIdxBaseToKbEntryKeywordRowAsync(CancellationToken)
    • Method .KbEntryKeywordRowIdxBaseToKbEntryKeywordRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .KbEntryKeywordRowIdxBaseToKbEntryKeywordRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxKbEntryKeywordIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.KbEntryKeywordRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxKbEntryId(Int32)
    • Method GetFromIdxKeyword(String)
    • Method GetFromReader(SoDataReader, KbEntryKeywordTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxKbEntryIdAsync(Int32, CancellationToken)
    • Method GetFromIdxKeywordAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, KbEntryKeywordTableInfo, CancellationToken)

SuperOffice.CRM.Rows.KbEntryLogRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(KbEntryLogRecordData)
    • Method ToInserts(IEnumerable<KbEntryLogRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<KbEntryLogTableInfo>, CancellationToken)
    • Method ToInsertAsync(KbEntryLogRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<KbEntryLogRecordData>, CancellationToken)

SuperOffice.CRM.Rows.KbEntryLogRow is Modified

  • Deleted items
    • Method GetFromIdxKbEntryLogId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.KbEntryLogRow.KbEntryLogRowIdxBase is Modified
  • Deleted items
    • Method .KbEntryLogRowIdxBaseop_Implicit(KbEntryLogRowIdxBase)
    • Method .KbEntryLogRowIdxBaseop_Implicit(KbEntryLogRowIdxBase)
  • New items
    • Method .KbEntryLogRowIdxBaseToKbEntryLogRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .KbEntryLogRowIdxBaseToKbEntryLogRowAsync(CancellationToken)
    • Method .KbEntryLogRowIdxBaseToKbEntryLogRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .KbEntryLogRowIdxBaseToKbEntryLogRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxKbEntryLogIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.KbEntryLogRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxKbEntryId(Int32)
    • Method GetFromIdxUserId(Int32)
    • Method GetFromReader(SoDataReader, KbEntryLogTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxKbEntryIdAsync(Int32, CancellationToken)
    • Method GetFromIdxUserIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, KbEntryLogTableInfo, CancellationToken)

SuperOffice.CRM.Rows.KbEntryRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(KbEntryRecordData)
    • Method ToInserts(IEnumerable<KbEntryRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<KbEntryTableInfo>, CancellationToken)
    • Method ToInsertAsync(KbEntryRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<KbEntryRecordData>, CancellationToken)

SuperOffice.CRM.Rows.KbEntryRow is Modified

  • Deleted items
    • Method GetFromIdxKbEntryId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.KbEntryRow.KbEntryRowIdxBase is Modified
  • Deleted items
    • Method .KbEntryRowIdxBaseop_Implicit(KbEntryRowIdxBase)
    • Method .KbEntryRowIdxBaseop_Implicit(KbEntryRowIdxBase)
  • New items
    • Method .KbEntryRowIdxBaseToKbEntryRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .KbEntryRowIdxBaseToKbEntryRowAsync(CancellationToken)
    • Method .KbEntryRowIdxBaseToKbEntryRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .KbEntryRowIdxBaseToKbEntryRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxKbEntryIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.KbEntryRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCategoryId(Int32)
    • Method GetFromIdxCreatedBy(Int32)
    • Method GetFromIdxDbiAgentId(Int32)
    • Method GetFromIdxDbiKey(String)
    • Method GetFromIdxDbiLastModified(DateTime)
    • Method GetFromIdxDbiLastSyncronized(DateTime)
    • Method GetFromIdxSortOrder(Int32)
    • Method GetFromIdxTitle(String)
    • Method GetFromIdxTitleQuestion(String, String)
    • Method GetFromIdxTitleQuestionAnswer(String, String, String)
    • Method GetFromIdxTitleQuestionAnswerKeywords(String, String, String, String)
    • Method GetFromIdxWorkflowPhase(Int32)
    • Method GetFromReader(SoDataReader, KbEntryTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCategoryIdAsync(Int32, CancellationToken)
    • Method GetFromIdxCreatedByAsync(Int32, CancellationToken)
    • Method GetFromIdxDbiAgentIdAsync(Int32, CancellationToken)
    • Method GetFromIdxDbiKeyAsync(String, CancellationToken)
    • Method GetFromIdxDbiLastModifiedAsync(DateTime, CancellationToken)
    • Method GetFromIdxDbiLastSyncronizedAsync(DateTime, CancellationToken)
    • Method GetFromIdxSortOrderAsync(Int32, CancellationToken)
    • Method GetFromIdxTitleAsync(String, CancellationToken)
    • Method GetFromIdxTitleQuestionAnswerAsync(String, String, String, CancellationToken)
    • Method GetFromIdxTitleQuestionAnswerKeywordsAsync(String, String, String, String, CancellationToken)
    • Method GetFromIdxTitleQuestionAsync(String, String, CancellationToken)
    • Method GetFromIdxWorkflowPhaseAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, KbEntryTableInfo, CancellationToken)

SuperOffice.CRM.Rows.KbEntryWordsRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(KbEntryWordsRecordData)
    • Method ToInserts(IEnumerable<KbEntryWordsRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<KbEntryWordsTableInfo>, CancellationToken)
    • Method ToInsertAsync(KbEntryWordsRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<KbEntryWordsRecordData>, CancellationToken)

SuperOffice.CRM.Rows.KbEntryWordsRow is Modified

  • Deleted items
    • Method GetFromIdxKbEntryWordsId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.KbEntryWordsRow.KbEntryWordsRowIdxBase is Modified
  • Deleted items
    • Method .KbEntryWordsRowIdxBaseop_Implicit(KbEntryWordsRowIdxBase)
    • Method .KbEntryWordsRowIdxBaseop_Implicit(KbEntryWordsRowIdxBase)
  • New items
    • Method .KbEntryWordsRowIdxBaseToKbEntryWordsRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .KbEntryWordsRowIdxBaseToKbEntryWordsRowAsync(CancellationToken)
    • Method .KbEntryWordsRowIdxBaseToKbEntryWordsRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .KbEntryWordsRowIdxBaseToKbEntryWordsRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxKbEntryWordsIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.KbEntryWordsRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxWord(String)
    • Method GetFromReader(SoDataReader, KbEntryWordsTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxWordAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, KbEntryWordsTableInfo, CancellationToken)

SuperOffice.CRM.Rows.KbGroupEntryRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(KbGroupEntryRecordData)
    • Method ToInserts(IEnumerable<KbGroupEntryRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<KbGroupEntryTableInfo>, CancellationToken)
    • Method ToInsertAsync(KbGroupEntryRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<KbGroupEntryRecordData>, CancellationToken)

SuperOffice.CRM.Rows.KbGroupEntryRow is Modified

  • Deleted items
    • Method GetFromIdxKbGroupEntryId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.KbGroupEntryRow.KbGroupEntryRowIdxBase is Modified
  • Deleted items
    • Method .KbGroupEntryRowIdxBaseop_Implicit(KbGroupEntryRowIdxBase)
    • Method .KbGroupEntryRowIdxBaseop_Implicit(KbGroupEntryRowIdxBase)
  • New items
    • Method .KbGroupEntryRowIdxBaseToKbGroupEntryRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .KbGroupEntryRowIdxBaseToKbGroupEntryRowAsync(CancellationToken)
    • Method .KbGroupEntryRowIdxBaseToKbGroupEntryRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .KbGroupEntryRowIdxBaseToKbGroupEntryRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxKbGroupEntryIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.KbGroupEntryRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxKbEntryId(Int32)
    • Method GetFromIdxKbGroupId(Int32)
    • Method GetFromReader(SoDataReader, KbGroupEntryTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxKbEntryIdAsync(Int32, CancellationToken)
    • Method GetFromIdxKbGroupIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, KbGroupEntryTableInfo, CancellationToken)

SuperOffice.CRM.Rows.KbGroupRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(KbGroupRecordData)
    • Method ToInserts(IEnumerable<KbGroupRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<KbGroupTableInfo>, CancellationToken)
    • Method ToInsertAsync(KbGroupRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<KbGroupRecordData>, CancellationToken)

SuperOffice.CRM.Rows.KbGroupRow is Modified

  • Deleted items
    • Method GetFromIdxKbGroupId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.KbGroupRow.KbGroupRowIdxBase is Modified
  • Deleted items
    • Method .KbGroupRowIdxBaseop_Implicit(KbGroupRowIdxBase)
    • Method .KbGroupRowIdxBaseop_Implicit(KbGroupRowIdxBase)
  • New items
    • Method .KbGroupRowIdxBaseToKbGroupRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .KbGroupRowIdxBaseToKbGroupRowAsync(CancellationToken)
    • Method .KbGroupRowIdxBaseToKbGroupRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .KbGroupRowIdxBaseToKbGroupRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxKbGroupIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.KbGroupRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxDbiAgentId(Int32)
    • Method GetFromIdxDbiKey(String)
    • Method GetFromIdxDbiLastModified(DateTime)
    • Method GetFromIdxDbiLastSyncronized(DateTime)
    • Method GetFromIdxKbCategoryId(Int32)
    • Method GetFromIdxParentId(Int32)
    • Method GetFromReader(SoDataReader, KbGroupTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDbiAgentIdAsync(Int32, CancellationToken)
    • Method GetFromIdxDbiKeyAsync(String, CancellationToken)
    • Method GetFromIdxDbiLastModifiedAsync(DateTime, CancellationToken)
    • Method GetFromIdxDbiLastSyncronizedAsync(DateTime, CancellationToken)
    • Method GetFromIdxKbCategoryIdAsync(Int32, CancellationToken)
    • Method GetFromIdxParentIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, KbGroupTableInfo, CancellationToken)

SuperOffice.CRM.Rows.KbHttpLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(KbHttpLinkRecordData)
    • Method ToInserts(IEnumerable<KbHttpLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<KbHttpLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(KbHttpLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<KbHttpLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.KbHttpLinkRow is Modified

  • Deleted items
    • Method GetFromIdxKbHttpLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.KbHttpLinkRow.KbHttpLinkRowIdxBase is Modified
  • Deleted items
    • Method .KbHttpLinkRowIdxBaseop_Implicit(KbHttpLinkRowIdxBase)
    • Method .KbHttpLinkRowIdxBaseop_Implicit(KbHttpLinkRowIdxBase)
  • New items
    • Method .KbHttpLinkRowIdxBaseToKbHttpLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .KbHttpLinkRowIdxBaseToKbHttpLinkRowAsync(CancellationToken)
    • Method .KbHttpLinkRowIdxBaseToKbHttpLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .KbHttpLinkRowIdxBaseToKbHttpLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxKbHttpLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.KbHttpLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxEntryId(Int32)
    • Method GetFromReader(SoDataReader, KbHttpLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEntryIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, KbHttpLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.KbSolutionFinderEntryRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(KbSolutionFinderEntryRecordData)
    • Method ToInserts(IEnumerable<KbSolutionFinderEntryRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<KbSolutionFinderEntryTableInfo>, CancellationToken)
    • Method ToInsertAsync(KbSolutionFinderEntryRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<KbSolutionFinderEntryRecordData>, CancellationToken)

SuperOffice.CRM.Rows.KbSolutionFinderEntryRow is Modified

  • Deleted items
    • Method GetFromIdxKbSolutionFinderEntryId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.KbSolutionFinderEntryRow.KbSolutionFinderEntryRowIdxBase is Modified
  • Deleted items
    • Method .KbSolutionFinderEntryRowIdxBaseop_Implicit(KbSolutionFinderEntryRowIdxBase)
    • Method .KbSolutionFinderEntryRowIdxBaseop_Implicit(KbSolutionFinderEntryRowIdxBase)
  • New items
    • Method .KbSolutionFinderEntryRowIdxBaseToKbSolutionFinderEntryRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .KbSolutionFinderEntryRowIdxBaseToKbSolutionFinderEntryRowAsync(CancellationToken)
    • Method .KbSolutionFinderEntryRowIdxBaseToKbSolutionFinderEntryRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .KbSolutionFinderEntryRowIdxBaseToKbSolutionFinderEntryRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxKbSolutionFinderEntryIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.KbSolutionFinderEntryRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxKbEntry(Int32)
    • Method GetFromIdxSolutionFinder(Int32)
    • Method GetFromReader(SoDataReader, KbSolutionFinderEntryTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxKbEntryAsync(Int32, CancellationToken)
    • Method GetFromIdxSolutionFinderAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, KbSolutionFinderEntryTableInfo, CancellationToken)

SuperOffice.CRM.Rows.KbSolutionFinderRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(KbSolutionFinderRecordData)
    • Method ToInserts(IEnumerable<KbSolutionFinderRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<KbSolutionFinderTableInfo>, CancellationToken)
    • Method ToInsertAsync(KbSolutionFinderRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<KbSolutionFinderRecordData>, CancellationToken)

SuperOffice.CRM.Rows.KbSolutionFinderRow is Modified

  • Deleted items
    • Method GetFromIdxKbSolutionFinderId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.KbSolutionFinderRow.KbSolutionFinderRowIdxBase is Modified
  • Deleted items
    • Method .KbSolutionFinderRowIdxBaseop_Implicit(KbSolutionFinderRowIdxBase)
    • Method .KbSolutionFinderRowIdxBaseop_Implicit(KbSolutionFinderRowIdxBase)
  • New items
    • Method .KbSolutionFinderRowIdxBaseToKbSolutionFinderRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .KbSolutionFinderRowIdxBaseToKbSolutionFinderRowAsync(CancellationToken)
    • Method .KbSolutionFinderRowIdxBaseToKbSolutionFinderRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .KbSolutionFinderRowIdxBaseToKbSolutionFinderRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxKbSolutionFinderIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.KbSolutionFinderRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxParentId(Int32)
    • Method GetFromReader(SoDataReader, KbSolutionFinderTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxParentIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, KbSolutionFinderTableInfo, CancellationToken)

SuperOffice.CRM.Rows.KbWorkflowAccessRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(KbWorkflowAccessRecordData)
    • Method ToInserts(IEnumerable<KbWorkflowAccessRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<KbWorkflowAccessTableInfo>, CancellationToken)
    • Method ToInsertAsync(KbWorkflowAccessRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<KbWorkflowAccessRecordData>, CancellationToken)

SuperOffice.CRM.Rows.KbWorkflowAccessRow is Modified

  • Deleted items
    • Method GetFromIdxKbWorkflowAccessId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.KbWorkflowAccessRow.KbWorkflowAccessRowIdxBase is Modified
  • Deleted items
    • Method .KbWorkflowAccessRowIdxBaseop_Implicit(KbWorkflowAccessRowIdxBase)
    • Method .KbWorkflowAccessRowIdxBaseop_Implicit(KbWorkflowAccessRowIdxBase)
  • New items
    • Method .KbWorkflowAccessRowIdxBaseToKbWorkflowAccessRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .KbWorkflowAccessRowIdxBaseToKbWorkflowAccessRowAsync(CancellationToken)
    • Method .KbWorkflowAccessRowIdxBaseToKbWorkflowAccessRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .KbWorkflowAccessRowIdxBaseToKbWorkflowAccessRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxKbWorkflowAccessIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.KbWorkflowAccessRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxKbWorkflow(Int32)
    • Method GetFromIdxUserId(Int32)
    • Method GetFromReader(SoDataReader, KbWorkflowAccessTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxKbWorkflowAsync(Int32, CancellationToken)
    • Method GetFromIdxUserIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, KbWorkflowAccessTableInfo, CancellationToken)

SuperOffice.CRM.Rows.KbWorkflowRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(KbWorkflowRecordData)
    • Method ToInserts(IEnumerable<KbWorkflowRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<KbWorkflowTableInfo>, CancellationToken)
    • Method ToInsertAsync(KbWorkflowRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<KbWorkflowRecordData>, CancellationToken)

SuperOffice.CRM.Rows.KbWorkflowRow is Modified

  • Deleted items
    • Method GetFromIdxKbWorkflowId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.KbWorkflowRow.KbWorkflowRowIdxBase is Modified
  • Deleted items
    • Method .KbWorkflowRowIdxBaseop_Implicit(KbWorkflowRowIdxBase)
    • Method .KbWorkflowRowIdxBaseop_Implicit(KbWorkflowRowIdxBase)
  • New items
    • Method .KbWorkflowRowIdxBaseToKbWorkflowRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .KbWorkflowRowIdxBaseToKbWorkflowRowAsync(CancellationToken)
    • Method .KbWorkflowRowIdxBaseToKbWorkflowRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .KbWorkflowRowIdxBaseToKbWorkflowRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxKbWorkflowIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.KbWorkflowRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxNext(Int32)
    • Method GetFromIdxPrevious(Int32)
    • Method GetFromReader(SoDataReader, KbWorkflowTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNextAsync(Int32, CancellationToken)
    • Method GetFromIdxPreviousAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, KbWorkflowTableInfo, CancellationToken)

SuperOffice.CRM.Rows.LanguageInfoCountryRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(LanguageInfoCountryRecordData)
    • Method ToInserts(IEnumerable<LanguageInfoCountryRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<LanguageInfoCountryTableInfo>, CancellationToken)
    • Method ToInsertAsync(LanguageInfoCountryRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<LanguageInfoCountryRecordData>, CancellationToken)

SuperOffice.CRM.Rows.LanguageInfoCountryRow is Modified

  • Deleted items
    • Method GetFromIdxLanguageInfoCountryId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.LanguageInfoCountryRow.LanguageInfoCountryRowIdxBase is Modified
  • Deleted items
    • Method .LanguageInfoCountryRowIdxBaseop_Implicit(LanguageInfoCountryRowIdxBase)
    • Method .LanguageInfoCountryRowIdxBaseop_Implicit(LanguageInfoCountryRowIdxBase)
  • New items
    • Method .LanguageInfoCountryRowIdxBaseToLanguageInfoCountryRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .LanguageInfoCountryRowIdxBaseToLanguageInfoCountryRowAsync(CancellationToken)
    • Method .LanguageInfoCountryRowIdxBaseToLanguageInfoCountryRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .LanguageInfoCountryRowIdxBaseToLanguageInfoCountryRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxLanguageInfoCountryIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.LanguageInfoCountryRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, LanguageInfoCountryTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, LanguageInfoCountryTableInfo, CancellationToken)

SuperOffice.CRM.Rows.LanguageInfoRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(LanguageInfoRecordData)
    • Method ToInserts(IEnumerable<LanguageInfoRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<LanguageInfoTableInfo>, CancellationToken)
    • Method ToInsertAsync(LanguageInfoRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<LanguageInfoRecordData>, CancellationToken)

SuperOffice.CRM.Rows.LanguageInfoRow is Modified

  • Deleted items
    • Method GetFromIdxLanguageInfoId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.LanguageInfoRow.LanguageInfoRowIdxBase is Modified
  • Deleted items
    • Method .LanguageInfoRowIdxBaseop_Implicit(LanguageInfoRowIdxBase)
    • Method .LanguageInfoRowIdxBaseop_Implicit(LanguageInfoRowIdxBase)
  • New items
    • Method .LanguageInfoRowIdxBaseToLanguageInfoRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .LanguageInfoRowIdxBaseToLanguageInfoRowAsync(CancellationToken)
    • Method .LanguageInfoRowIdxBaseToLanguageInfoRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .LanguageInfoRowIdxBaseToLanguageInfoRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxLanguageInfoIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.LanguageInfoRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, LanguageInfoTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, LanguageInfoTableInfo, CancellationToken)

SuperOffice.CRM.Rows.LegalBaseRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(LegalBaseRecordData)
    • Method ToInserts(IEnumerable<LegalBaseRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<LegalBaseTableInfo>, CancellationToken)
    • Method ToInsertAsync(LegalBaseRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<LegalBaseRecordData>, CancellationToken)

SuperOffice.CRM.Rows.LegalBaseRow is Modified

  • Deleted items
    • Method GetFromIdxKey(String)
    • Method GetFromIdxLegalBaseId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.LegalBaseRow.LegalBaseRowIdxBase is Modified
  • Deleted items
    • Method .LegalBaseRowIdxBaseop_Implicit(LegalBaseRowIdxBase)
    • Method .LegalBaseRowIdxBaseop_Implicit(LegalBaseRowIdxBase)
  • New items
    • Method .LegalBaseRowIdxBaseToLegalBaseRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .LegalBaseRowIdxBaseToLegalBaseRowAsync(CancellationToken)
    • Method .LegalBaseRowIdxBaseToLegalBaseRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .LegalBaseRowIdxBaseToLegalBaseRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxKeyAsync(String, CancellationToken)
    • Method GetFromIdxLegalBaseIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.LegalBaseRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, LegalBaseTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, LegalBaseTableInfo, CancellationToken)

SuperOffice.CRM.Rows.LegalHtmlTagsRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(LegalHtmlTagsRecordData)
    • Method ToInserts(IEnumerable<LegalHtmlTagsRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<LegalHtmlTagsTableInfo>, CancellationToken)
    • Method ToInsertAsync(LegalHtmlTagsRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<LegalHtmlTagsRecordData>, CancellationToken)

SuperOffice.CRM.Rows.LegalHtmlTagsRow is Modified

  • Deleted items
    • Method GetFromIdxLegalHtmlTagsId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.LegalHtmlTagsRow.LegalHtmlTagsRowIdxBase is Modified
  • Deleted items
    • Method .LegalHtmlTagsRowIdxBaseop_Implicit(LegalHtmlTagsRowIdxBase)
    • Method .LegalHtmlTagsRowIdxBaseop_Implicit(LegalHtmlTagsRowIdxBase)
  • New items
    • Method .LegalHtmlTagsRowIdxBaseToLegalHtmlTagsRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .LegalHtmlTagsRowIdxBaseToLegalHtmlTagsRowAsync(CancellationToken)
    • Method .LegalHtmlTagsRowIdxBaseToLegalHtmlTagsRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .LegalHtmlTagsRowIdxBaseToLegalHtmlTagsRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxLegalHtmlTagsIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.LegalHtmlTagsRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, LegalHtmlTagsTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, LegalHtmlTagsTableInfo, CancellationToken)

SuperOffice.CRM.Rows.LicenseAssocLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(LicenseAssocLinkRecordData)
    • Method ToInserts(IEnumerable<LicenseAssocLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<LicenseAssocLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(LicenseAssocLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<LicenseAssocLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.LicenseAssocLinkRow is Modified

  • Deleted items
    • Method GetFromIdxLicenseAssocLinkId(Int32)
    • Method GetFromIdxModuleLicenseIdAssocId(Int32, Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.LicenseAssocLinkRow.LicenseAssocLinkRowIdxBase is Modified
  • Deleted items
    • Method .LicenseAssocLinkRowIdxBaseop_Implicit(LicenseAssocLinkRowIdxBase)
    • Method .LicenseAssocLinkRowIdxBaseop_Implicit(LicenseAssocLinkRowIdxBase)
  • New items
    • Method .LicenseAssocLinkRowIdxBaseToLicenseAssocLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .LicenseAssocLinkRowIdxBaseToLicenseAssocLinkRowAsync(CancellationToken)
    • Method .LicenseAssocLinkRowIdxBaseToLicenseAssocLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .LicenseAssocLinkRowIdxBaseToLicenseAssocLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxLicenseAssocLinkIdAsync(Int32, CancellationToken)
    • Method GetFromIdxModuleLicenseIdAssocIdAsync(Int32, Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.LicenseAssocLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxModuleLicenseId(Int32)
    • Method GetFromReader(SoDataReader, LicenseAssocLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxModuleLicenseIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, LicenseAssocLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.LicenseSatlLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(LicenseSatlLinkRecordData)
    • Method ToInserts(IEnumerable<LicenseSatlLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<LicenseSatlLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(LicenseSatlLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<LicenseSatlLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.LicenseSatlLinkRow is Modified

  • Deleted items
    • Method GetFromIdxLicenseSatlLinkId(Int32)
    • Method GetFromIdxModuleLicenseIdSatelliteId(Int32, Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.LicenseSatlLinkRow.LicenseSatlLinkRowIdxBase is Modified
  • Deleted items
    • Method .LicenseSatlLinkRowIdxBaseop_Implicit(LicenseSatlLinkRowIdxBase)
    • Method .LicenseSatlLinkRowIdxBaseop_Implicit(LicenseSatlLinkRowIdxBase)
  • New items
    • Method .LicenseSatlLinkRowIdxBaseToLicenseSatlLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .LicenseSatlLinkRowIdxBaseToLicenseSatlLinkRowAsync(CancellationToken)
    • Method .LicenseSatlLinkRowIdxBaseToLicenseSatlLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .LicenseSatlLinkRowIdxBaseToLicenseSatlLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxLicenseSatlLinkIdAsync(Int32, CancellationToken)
    • Method GetFromIdxModuleLicenseIdSatelliteIdAsync(Int32, Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.LicenseSatlLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxModuleLicenseId(Int32)
    • Method GetFromReader(SoDataReader, LicenseSatlLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxModuleLicenseIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, LicenseSatlLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.LocaleTextRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(LocaleTextRecordData)
    • Method ToInserts(IEnumerable<LocaleTextRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<LocaleTextTableInfo>, CancellationToken)
    • Method ToInsertAsync(LocaleTextRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<LocaleTextRecordData>, CancellationToken)

SuperOffice.CRM.Rows.LocaleTextRow is Modified

  • Deleted items
    • Method GetFromIdxLanguageIdTypeIdResourceId(Int32, Int16, Int32)
    • Method GetFromIdxLocaleTextId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.LocaleTextRow.LocaleTextRowIdxBase is Modified
  • Deleted items
    • Method .LocaleTextRowIdxBaseop_Implicit(LocaleTextRowIdxBase)
    • Method .LocaleTextRowIdxBaseop_Implicit(LocaleTextRowIdxBase)
  • New items
    • Method .LocaleTextRowIdxBaseToLocaleTextRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .LocaleTextRowIdxBaseToLocaleTextRowAsync(CancellationToken)
    • Method .LocaleTextRowIdxBaseToLocaleTextRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .LocaleTextRowIdxBaseToLocaleTextRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxLanguageIdTypeIdResourceIdAsync(Int32, Int16, Int32, CancellationToken)
    • Method GetFromIdxLocaleTextIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.LocaleTextRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxLanguageId(Int32)
    • Method GetFromIdxLanguageIdTypeId(Int32, Int16)
    • Method GetFromIdxResourceId(Int32)
    • Method GetFromReader(SoDataReader, LocaleTextTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxLanguageIdAsync(Int32, CancellationToken)
    • Method GetFromIdxLanguageIdTypeIdAsync(Int32, Int16, CancellationToken)
    • Method GetFromIdxResourceIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, LocaleTextTableInfo, CancellationToken)

SuperOffice.CRM.Rows.LockingRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(LockingRecordData)
    • Method ToInserts(IEnumerable<LockingRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<LockingTableInfo>, CancellationToken)
    • Method ToInsertAsync(LockingRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<LockingRecordData>, CancellationToken)

SuperOffice.CRM.Rows.LockingRow is Modified

  • Deleted items
    • Method GetFromIdxLockingId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.LockingRow.LockingRowIdxBase is Modified
  • Deleted items
    • Method .LockingRowIdxBaseop_Implicit(LockingRowIdxBase)
    • Method .LockingRowIdxBaseop_Implicit(LockingRowIdxBase)
  • New items
    • Method .LockingRowIdxBaseToLockingRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .LockingRowIdxBaseToLockingRowAsync(CancellationToken)
    • Method .LockingRowIdxBaseToLockingRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .LockingRowIdxBaseToLockingRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxLockingIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.LockingRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, LockingTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, LockingTableInfo, CancellationToken)

SuperOffice.CRM.Rows.LogDebugRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(LogDebugRecordData)
    • Method ToInserts(IEnumerable<LogDebugRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<LogDebugTableInfo>, CancellationToken)
    • Method ToInsertAsync(LogDebugRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<LogDebugRecordData>, CancellationToken)

SuperOffice.CRM.Rows.LogDebugRow is Modified

  • Deleted items
    • Method GetFromIdxLogDebugId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.LogDebugRow.LogDebugRowIdxBase is Modified
  • Deleted items
    • Method .LogDebugRowIdxBaseop_Implicit(LogDebugRowIdxBase)
    • Method .LogDebugRowIdxBaseop_Implicit(LogDebugRowIdxBase)
  • New items
    • Method .LogDebugRowIdxBaseToLogDebugRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .LogDebugRowIdxBaseToLogDebugRowAsync(CancellationToken)
    • Method .LogDebugRowIdxBaseToLogDebugRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .LogDebugRowIdxBaseToLogDebugRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxLogDebugIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.LogDebugRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, LogDebugTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, LogDebugTableInfo, CancellationToken)

SuperOffice.CRM.Rows.LogEventsRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(LogEventsRecordData)
    • Method ToInserts(IEnumerable<LogEventsRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<LogEventsTableInfo>, CancellationToken)
    • Method ToInsertAsync(LogEventsRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<LogEventsRecordData>, CancellationToken)

SuperOffice.CRM.Rows.LogEventsRow is Modified

  • Deleted items
    • Method GetFromIdxLogEventsId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.LogEventsRow.LogEventsRowIdxBase is Modified
  • Deleted items
    • Method .LogEventsRowIdxBaseop_Implicit(LogEventsRowIdxBase)
    • Method .LogEventsRowIdxBaseop_Implicit(LogEventsRowIdxBase)
  • New items
    • Method .LogEventsRowIdxBaseToLogEventsRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .LogEventsRowIdxBaseToLogEventsRowAsync(CancellationToken)
    • Method .LogEventsRowIdxBaseToLogEventsRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .LogEventsRowIdxBaseToLogEventsRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxLogEventsIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.LogEventsRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, LogEventsTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, LogEventsTableInfo, CancellationToken)

SuperOffice.CRM.Rows.LoginCustomerRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(LoginCustomerRecordData)
    • Method ToInserts(IEnumerable<LoginCustomerRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<LoginCustomerTableInfo>, CancellationToken)
    • Method ToInsertAsync(LoginCustomerRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<LoginCustomerRecordData>, CancellationToken)

SuperOffice.CRM.Rows.LoginCustomerRow is Modified

  • Deleted items
    • Method GetFromIdxLoginCustomerId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.LoginCustomerRow.LoginCustomerRowIdxBase is Modified
  • Deleted items
    • Method .LoginCustomerRowIdxBaseop_Implicit(LoginCustomerRowIdxBase)
    • Method .LoginCustomerRowIdxBaseop_Implicit(LoginCustomerRowIdxBase)
  • New items
    • Method .LoginCustomerRowIdxBaseToLoginCustomerRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .LoginCustomerRowIdxBaseToLoginCustomerRowAsync(CancellationToken)
    • Method .LoginCustomerRowIdxBaseToLoginCustomerRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .LoginCustomerRowIdxBaseToLoginCustomerRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxLoginCustomerIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.LoginCustomerRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCustomerId(Int32)
    • Method GetFromIdxLoginOrigin(Int32)
    • Method GetFromIdxSessionKey(String)
    • Method GetFromReader(SoDataReader, LoginCustomerTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCustomerIdAsync(Int32, CancellationToken)
    • Method GetFromIdxLoginOriginAsync(Int32, CancellationToken)
    • Method GetFromIdxSessionKeyAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, LoginCustomerTableInfo, CancellationToken)

SuperOffice.CRM.Rows.LoginRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(LoginRecordData)
    • Method ToInserts(IEnumerable<LoginRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<LoginTableInfo>, CancellationToken)
    • Method ToInsertAsync(LoginRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<LoginRecordData>, CancellationToken)

SuperOffice.CRM.Rows.LoginRow is Modified

  • Deleted items
    • Method GetFromIdxLoginId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.LoginRow.LoginRowIdxBase is Modified
  • Deleted items
    • Method .LoginRowIdxBaseop_Implicit(LoginRowIdxBase)
    • Method .LoginRowIdxBaseop_Implicit(LoginRowIdxBase)
  • New items
    • Method .LoginRowIdxBaseToLoginRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .LoginRowIdxBaseToLoginRowAsync(CancellationToken)
    • Method .LoginRowIdxBaseToLoginRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .LoginRowIdxBaseToLoginRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxLoginIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.LoginRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxLoginOrigin(Int32)
    • Method GetFromIdxSessionKey(String)
    • Method GetFromIdxStatus(Int32)
    • Method GetFromIdxUserId(Int32)
    • Method GetFromReader(SoDataReader, LoginTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxLoginOriginAsync(Int32, CancellationToken)
    • Method GetFromIdxSessionKeyAsync(String, CancellationToken)
    • Method GetFromIdxStatusAsync(Int32, CancellationToken)
    • Method GetFromIdxUserIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, LoginTableInfo, CancellationToken)

SuperOffice.CRM.Rows.MailAliasRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(MailAliasRecordData)
    • Method ToInserts(IEnumerable<MailAliasRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<MailAliasTableInfo>, CancellationToken)
    • Method ToInsertAsync(MailAliasRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<MailAliasRecordData>, CancellationToken)

SuperOffice.CRM.Rows.MailAliasRow is Modified

  • Deleted items
    • Method GetFromIdxMailAliasId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.MailAliasRow.MailAliasRowIdxBase is Modified
  • Deleted items
    • Method .MailAliasRowIdxBaseop_Implicit(MailAliasRowIdxBase)
    • Method .MailAliasRowIdxBaseop_Implicit(MailAliasRowIdxBase)
  • New items
    • Method .MailAliasRowIdxBaseToMailAliasRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .MailAliasRowIdxBaseToMailAliasRowAsync(CancellationToken)
    • Method .MailAliasRowIdxBaseToMailAliasRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .MailAliasRowIdxBaseToMailAliasRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxMailAliasIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.MailAliasRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxFilterId(Int32)
    • Method GetFromReader(SoDataReader, MailAliasTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxFilterIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, MailAliasTableInfo, CancellationToken)

SuperOffice.CRM.Rows.MailBlockRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(MailBlockRecordData)
    • Method ToInserts(IEnumerable<MailBlockRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<MailBlockTableInfo>, CancellationToken)
    • Method ToInsertAsync(MailBlockRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<MailBlockRecordData>, CancellationToken)

SuperOffice.CRM.Rows.MailBlockRow is Modified

  • Deleted items
    • Method GetFromIdxMailBlockId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.MailBlockRow.MailBlockRowIdxBase is Modified
  • Deleted items
    • Method .MailBlockRowIdxBaseop_Implicit(MailBlockRowIdxBase)
    • Method .MailBlockRowIdxBaseop_Implicit(MailBlockRowIdxBase)
  • New items
    • Method .MailBlockRowIdxBaseToMailBlockRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .MailBlockRowIdxBaseToMailBlockRowAsync(CancellationToken)
    • Method .MailBlockRowIdxBaseToMailBlockRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .MailBlockRowIdxBaseToMailBlockRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxMailBlockIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.MailBlockRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, MailBlockTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, MailBlockTableInfo, CancellationToken)

SuperOffice.CRM.Rows.MailInFilterRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(MailInFilterRecordData)
    • Method ToInserts(IEnumerable<MailInFilterRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<MailInFilterTableInfo>, CancellationToken)
    • Method ToInsertAsync(MailInFilterRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<MailInFilterRecordData>, CancellationToken)

SuperOffice.CRM.Rows.MailInFilterRow is Modified

  • Deleted items
    • Method GetFromIdxMailInFilterId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.MailInFilterRow.MailInFilterRowIdxBase is Modified
  • Deleted items
    • Method .MailInFilterRowIdxBaseop_Implicit(MailInFilterRowIdxBase)
    • Method .MailInFilterRowIdxBaseop_Implicit(MailInFilterRowIdxBase)
  • New items
    • Method .MailInFilterRowIdxBaseToMailInFilterRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .MailInFilterRowIdxBaseToMailInFilterRowAsync(CancellationToken)
    • Method .MailInFilterRowIdxBaseToMailInFilterRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .MailInFilterRowIdxBaseToMailInFilterRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxMailInFilterIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.MailInFilterRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCategoryId(Int32)
    • Method GetFromIdxLanguageId(Int32)
    • Method GetFromIdxPriority(Int32)
    • Method GetFromIdxReplyTemplateId(Int32)
    • Method GetFromReader(SoDataReader, MailInFilterTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCategoryIdAsync(Int32, CancellationToken)
    • Method GetFromIdxLanguageIdAsync(Int32, CancellationToken)
    • Method GetFromIdxPriorityAsync(Int32, CancellationToken)
    • Method GetFromIdxReplyTemplateIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, MailInFilterTableInfo, CancellationToken)

SuperOffice.CRM.Rows.MailingDomainsRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(MailingDomainsRecordData)
    • Method ToInserts(IEnumerable<MailingDomainsRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<MailingDomainsTableInfo>, CancellationToken)
    • Method ToInsertAsync(MailingDomainsRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<MailingDomainsRecordData>, CancellationToken)

SuperOffice.CRM.Rows.MailingDomainsRow is Modified

  • Deleted items
    • Method GetFromIdxMailingDomainsId(Int32)
    • Method GetFromIdxName(String)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.MailingDomainsRow.MailingDomainsRowIdxBase is Modified
  • Deleted items
    • Method .MailingDomainsRowIdxBaseop_Implicit(MailingDomainsRowIdxBase)
    • Method .MailingDomainsRowIdxBaseop_Implicit(MailingDomainsRowIdxBase)
  • New items
    • Method .MailingDomainsRowIdxBaseToMailingDomainsRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .MailingDomainsRowIdxBaseToMailingDomainsRowAsync(CancellationToken)
    • Method .MailingDomainsRowIdxBaseToMailingDomainsRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .MailingDomainsRowIdxBaseToMailingDomainsRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxMailingDomainsIdAsync(Int32, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.MailingDomainsRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, MailingDomainsTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, MailingDomainsTableInfo, CancellationToken)

SuperOffice.CRM.Rows.MailInUidlRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(MailInUidlRecordData)
    • Method ToInserts(IEnumerable<MailInUidlRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<MailInUidlTableInfo>, CancellationToken)
    • Method ToInsertAsync(MailInUidlRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<MailInUidlRecordData>, CancellationToken)

SuperOffice.CRM.Rows.MailInUidlRow is Modified

  • Deleted items
    • Method GetFromIdxMailInUidlId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.MailInUidlRow.MailInUidlRowIdxBase is Modified
  • Deleted items
    • Method .MailInUidlRowIdxBaseop_Implicit(MailInUidlRowIdxBase)
    • Method .MailInUidlRowIdxBaseop_Implicit(MailInUidlRowIdxBase)
  • New items
    • Method .MailInUidlRowIdxBaseToMailInUidlRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .MailInUidlRowIdxBaseToMailInUidlRowAsync(CancellationToken)
    • Method .MailInUidlRowIdxBaseToMailInUidlRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .MailInUidlRowIdxBaseToMailInUidlRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxMailInUidlIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.MailInUidlRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxFilterId(Int32)
    • Method GetFromReader(SoDataReader, MailInUidlTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxFilterIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, MailInUidlTableInfo, CancellationToken)

SuperOffice.CRM.Rows.MergeMoveLogRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(MergeMoveLogRecordData)
    • Method ToInserts(IEnumerable<MergeMoveLogRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<MergeMoveLogTableInfo>, CancellationToken)
    • Method ToInsertAsync(MergeMoveLogRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<MergeMoveLogRecordData>, CancellationToken)

SuperOffice.CRM.Rows.MergeMoveLogRow is Modified

  • Deleted items
    • Method GetFromIdxMergeMoveLogId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.MergeMoveLogRow.MergeMoveLogRowIdxBase is Modified
  • Deleted items
    • Method .MergeMoveLogRowIdxBaseop_Implicit(MergeMoveLogRowIdxBase)
    • Method .MergeMoveLogRowIdxBaseop_Implicit(MergeMoveLogRowIdxBase)
  • New items
    • Method .MergeMoveLogRowIdxBaseToMergeMoveLogRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .MergeMoveLogRowIdxBaseToMergeMoveLogRowAsync(CancellationToken)
    • Method .MergeMoveLogRowIdxBaseToMergeMoveLogRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .MergeMoveLogRowIdxBaseToMergeMoveLogRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxMergeMoveLogIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.MergeMoveLogRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxOperation(Int16)
    • Method GetFromIdxTableNumber(Int16)
    • Method GetFromReader(SoDataReader, MergeMoveLogTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxOperationAsync(Int16, CancellationToken)
    • Method GetFromIdxTableNumberAsync(Int16, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, MergeMoveLogTableInfo, CancellationToken)

SuperOffice.CRM.Rows.MessageCustomersRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(MessageCustomersRecordData)
    • Method ToInserts(IEnumerable<MessageCustomersRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<MessageCustomersTableInfo>, CancellationToken)
    • Method ToInsertAsync(MessageCustomersRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<MessageCustomersRecordData>, CancellationToken)

SuperOffice.CRM.Rows.MessageCustomersRow is Modified

  • Deleted items
    • Method GetFromIdxMessageCustomersId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.MessageCustomersRow.MessageCustomersRowIdxBase is Modified
  • Deleted items
    • Method .MessageCustomersRowIdxBaseop_Implicit(MessageCustomersRowIdxBase)
    • Method .MessageCustomersRowIdxBaseop_Implicit(MessageCustomersRowIdxBase)
  • New items
    • Method .MessageCustomersRowIdxBaseToMessageCustomersRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .MessageCustomersRowIdxBaseToMessageCustomersRowAsync(CancellationToken)
    • Method .MessageCustomersRowIdxBaseToMessageCustomersRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .MessageCustomersRowIdxBaseToMessageCustomersRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxMessageCustomersIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.MessageCustomersRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCustomerId(Int32)
    • Method GetFromIdxMessageId(Int32)
    • Method GetFromReader(SoDataReader, MessageCustomersTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCustomerIdAsync(Int32, CancellationToken)
    • Method GetFromIdxMessageIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, MessageCustomersTableInfo, CancellationToken)

SuperOffice.CRM.Rows.MessageHandlerRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(MessageHandlerRecordData)
    • Method ToInserts(IEnumerable<MessageHandlerRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<MessageHandlerTableInfo>, CancellationToken)
    • Method ToInsertAsync(MessageHandlerRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<MessageHandlerRecordData>, CancellationToken)

SuperOffice.CRM.Rows.MessageHandlerRow is Modified

  • Deleted items
    • Method GetFromIdxMessageHandlerId(Int32)
    • Method GetFromIdxUniqueIdentifier(String)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.MessageHandlerRow.MessageHandlerRowIdxBase is Modified
  • Deleted items
    • Method .MessageHandlerRowIdxBaseop_Implicit(MessageHandlerRowIdxBase)
    • Method .MessageHandlerRowIdxBaseop_Implicit(MessageHandlerRowIdxBase)
  • New items
    • Method .MessageHandlerRowIdxBaseToMessageHandlerRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .MessageHandlerRowIdxBaseToMessageHandlerRowAsync(CancellationToken)
    • Method .MessageHandlerRowIdxBaseToMessageHandlerRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .MessageHandlerRowIdxBaseToMessageHandlerRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxMessageHandlerIdAsync(Int32, CancellationToken)
    • Method GetFromIdxUniqueIdentifierAsync(String, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.MessageHandlerRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxMachine(String)
    • Method GetFromReader(SoDataReader, MessageHandlerTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxMachineAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, MessageHandlerTableInfo, CancellationToken)

SuperOffice.CRM.Rows.MessageHeaderRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(MessageHeaderRecordData)
    • Method ToInserts(IEnumerable<MessageHeaderRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<MessageHeaderTableInfo>, CancellationToken)
    • Method ToInsertAsync(MessageHeaderRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<MessageHeaderRecordData>, CancellationToken)

SuperOffice.CRM.Rows.MessageHeaderRow is Modified

  • Deleted items
    • Method GetFromIdxMessageHeaderId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.MessageHeaderRow.MessageHeaderRowIdxBase is Modified
  • Deleted items
    • Method .MessageHeaderRowIdxBaseop_Implicit(MessageHeaderRowIdxBase)
    • Method .MessageHeaderRowIdxBaseop_Implicit(MessageHeaderRowIdxBase)
  • New items
    • Method .MessageHeaderRowIdxBaseToMessageHeaderRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .MessageHeaderRowIdxBaseToMessageHeaderRowAsync(CancellationToken)
    • Method .MessageHeaderRowIdxBaseToMessageHeaderRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .MessageHeaderRowIdxBaseToMessageHeaderRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxMessageHeaderIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.MessageHeaderRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxMessageId(Int32)
    • Method GetFromReader(SoDataReader, MessageHeaderTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxMessageIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, MessageHeaderTableInfo, CancellationToken)

SuperOffice.CRM.Rows.MessageIdRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(MessageIdRecordData)
    • Method ToInserts(IEnumerable<MessageIdRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<MessageIdTableInfo>, CancellationToken)
    • Method ToInsertAsync(MessageIdRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<MessageIdRecordData>, CancellationToken)

SuperOffice.CRM.Rows.MessageIdRow is Modified

  • Deleted items
    • Method GetFromIdxMessageIdId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.MessageIdRow.MessageIdRowIdxBase is Modified
  • Deleted items
    • Method .MessageIdRowIdxBaseop_Implicit(MessageIdRowIdxBase)
    • Method .MessageIdRowIdxBaseop_Implicit(MessageIdRowIdxBase)
  • New items
    • Method .MessageIdRowIdxBaseToMessageIdRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .MessageIdRowIdxBaseToMessageIdRowAsync(CancellationToken)
    • Method .MessageIdRowIdxBaseToMessageIdRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .MessageIdRowIdxBaseToMessageIdRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxMessageIdIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.MessageIdRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxDomain(Int32)
    • Method GetFromIdxItemId(Int32)
    • Method GetFromIdxMessageId(String)
    • Method GetFromReader(SoDataReader, MessageIdTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDomainAsync(Int32, CancellationToken)
    • Method GetFromIdxItemIdAsync(Int32, CancellationToken)
    • Method GetFromIdxMessageIdAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, MessageIdTableInfo, CancellationToken)

SuperOffice.CRM.Rows.MessageRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(MessageRecordData)
    • Method ToInserts(IEnumerable<MessageRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<MessageTableInfo>, CancellationToken)
    • Method ToInsertAsync(MessageRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<MessageRecordData>, CancellationToken)

SuperOffice.CRM.Rows.MessageRow is Modified

  • Deleted items
    • Method GetFromIdxAssociateIdSystemMessageIdOnlineappId(Int32, String, Int32)
    • Method GetFromIdxMessageId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.MessageRow.MessageRowIdxBase is Modified
  • Deleted items
    • Method .MessageRowIdxBaseop_Implicit(MessageRowIdxBase)
    • Method .MessageRowIdxBaseop_Implicit(MessageRowIdxBase)
  • New items
    • Method .MessageRowIdxBaseToMessageRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .MessageRowIdxBaseToMessageRowAsync(CancellationToken)
    • Method .MessageRowIdxBaseToMessageRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .MessageRowIdxBaseToMessageRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAssociateIdSystemMessageIdOnlineappIdAsync(Int32, String, Int32, CancellationToken)
    • Method GetFromIdxMessageIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.MessageRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAssociateId(Int32)
    • Method GetFromIdxAssociateIdSystemMessageId(Int32, String)
    • Method GetFromReader(SoDataReader, MessageTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAssociateIdAsync(Int32, CancellationToken)
    • Method GetFromIdxAssociateIdSystemMessageIdAsync(Int32, String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, MessageTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ModuleLicenseRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ModuleLicenseRecordData)
    • Method ToInserts(IEnumerable<ModuleLicenseRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ModuleLicenseTableInfo>, CancellationToken)
    • Method ToInsertAsync(ModuleLicenseRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ModuleLicenseRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ModuleLicenseRow is Modified

  • Deleted items
    • Method GetFromIdxModuleLicenseId(Int32)
    • Method GetFromIdxModuleNameModuleVersionModuleOwnerId(String, String, Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ModuleLicenseRow.ModuleLicenseRowIdxBase is Modified
  • Deleted items
    • Method .ModuleLicenseRowIdxBaseop_Implicit(ModuleLicenseRowIdxBase)
    • Method .ModuleLicenseRowIdxBaseop_Implicit(ModuleLicenseRowIdxBase)
  • New items
    • Method .ModuleLicenseRowIdxBaseToModuleLicenseRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ModuleLicenseRowIdxBaseToModuleLicenseRowAsync(CancellationToken)
    • Method .ModuleLicenseRowIdxBaseToModuleLicenseRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ModuleLicenseRowIdxBaseToModuleLicenseRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxModuleLicenseIdAsync(Int32, CancellationToken)
    • Method GetFromIdxModuleNameModuleVersionModuleOwnerIdAsync(String, String, Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ModuleLicenseRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxModuleName(String)
    • Method GetFromIdxModuleNameModuleVersion(String, String)
    • Method GetFromReader(SoDataReader, ModuleLicenseTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxModuleNameAsync(String, CancellationToken)
    • Method GetFromIdxModuleNameModuleVersionAsync(String, String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ModuleLicenseTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ModuleOwnerRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ModuleOwnerRecordData)
    • Method ToInserts(IEnumerable<ModuleOwnerRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ModuleOwnerTableInfo>, CancellationToken)
    • Method ToInsertAsync(ModuleOwnerRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ModuleOwnerRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ModuleOwnerRow is Modified

  • Deleted items
    • Method GetFromIdxModuleOwnerId(Int32)
    • Method GetFromIdxOwnerName(String)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ModuleOwnerRow.ModuleOwnerRowIdxBase is Modified
  • Deleted items
    • Method .ModuleOwnerRowIdxBaseop_Implicit(ModuleOwnerRowIdxBase)
    • Method .ModuleOwnerRowIdxBaseop_Implicit(ModuleOwnerRowIdxBase)
  • New items
    • Method .ModuleOwnerRowIdxBaseToModuleOwnerRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ModuleOwnerRowIdxBaseToModuleOwnerRowAsync(CancellationToken)
    • Method .ModuleOwnerRowIdxBaseToModuleOwnerRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ModuleOwnerRowIdxBaseToModuleOwnerRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxModuleOwnerIdAsync(Int32, CancellationToken)
    • Method GetFromIdxOwnerNameAsync(String, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ModuleOwnerRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, ModuleOwnerTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ModuleOwnerTableInfo, CancellationToken)

SuperOffice.CRM.Rows.MrMrsGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(MrMrsGroupLinkRecordData)
    • Method ToInserts(IEnumerable<MrMrsGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<MrMrsGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(MrMrsGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<MrMrsGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.MrMrsGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxMrmrsgrouplinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.MrMrsGroupLinkRow.MrMrsGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .MrMrsGroupLinkRowIdxBaseop_Implicit(MrMrsGroupLinkRowIdxBase)
    • Method .MrMrsGroupLinkRowIdxBaseop_Implicit(MrMrsGroupLinkRowIdxBase)
  • New items
    • Method .MrMrsGroupLinkRowIdxBaseToMrMrsGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .MrMrsGroupLinkRowIdxBaseToMrMrsGroupLinkRowAsync(CancellationToken)
    • Method .MrMrsGroupLinkRowIdxBaseToMrMrsGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .MrMrsGroupLinkRowIdxBaseToMrMrsGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxMrmrsgrouplinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.MrMrsGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromIdxMrMrsId(Int32)
    • Method GetFromReader(SoDataReader, MrMrsGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromIdxMrMrsIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, MrMrsGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.MrMrsHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(MrMrsHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<MrMrsHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<MrMrsHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(MrMrsHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<MrMrsHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.MrMrsHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxMrmrsheadinglinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.MrMrsHeadingLinkRow.MrMrsHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .MrMrsHeadingLinkRowIdxBaseop_Implicit(MrMrsHeadingLinkRowIdxBase)
    • Method .MrMrsHeadingLinkRowIdxBaseop_Implicit(MrMrsHeadingLinkRowIdxBase)
  • New items
    • Method .MrMrsHeadingLinkRowIdxBaseToMrMrsHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .MrMrsHeadingLinkRowIdxBaseToMrMrsHeadingLinkRowAsync(CancellationToken)
    • Method .MrMrsHeadingLinkRowIdxBaseToMrMrsHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .MrMrsHeadingLinkRowIdxBaseToMrMrsHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxMrmrsheadinglinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.MrMrsHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromIdxMrMrsId(Int32)
    • Method GetFromReader(SoDataReader, MrMrsHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromIdxMrMrsIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, MrMrsHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.MrMrsRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(MrMrsRecordData)
    • Method ToInserts(IEnumerable<MrMrsRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<MrMrsTableInfo>, CancellationToken)
    • Method ToInsertAsync(MrMrsRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<MrMrsRecordData>, CancellationToken)

SuperOffice.CRM.Rows.MrMrsRow is Modified

  • Deleted items
    • Method GetFromIdxMrMrsId(Int32)
    • Method GetFromIdxName(String)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.MrMrsRow.MrMrsRowIdxBase is Modified
  • Deleted items
    • Method .MrMrsRowIdxBaseop_Implicit(MrMrsRowIdxBase)
    • Method .MrMrsRowIdxBaseop_Implicit(MrMrsRowIdxBase)
  • New items
    • Method .MrMrsRowIdxBaseToMrMrsRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .MrMrsRowIdxBaseToMrMrsRowAsync(CancellationToken)
    • Method .MrMrsRowIdxBaseToMrMrsRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .MrMrsRowIdxBaseToMrMrsRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxMrMrsIdAsync(Int32, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.MrMrsRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, MrMrsTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, MrMrsTableInfo, CancellationToken)

SuperOffice.CRM.Rows.MsFilterMailRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(MsFilterMailRecordData)
    • Method ToInserts(IEnumerable<MsFilterMailRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<MsFilterMailTableInfo>, CancellationToken)
    • Method ToInsertAsync(MsFilterMailRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<MsFilterMailRecordData>, CancellationToken)

SuperOffice.CRM.Rows.MsFilterMailRow is Modified

  • Deleted items
    • Method GetFromIdxMsFilterMailId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.MsFilterMailRow.MsFilterMailRowIdxBase is Modified
  • Deleted items
    • Method .MsFilterMailRowIdxBaseop_Implicit(MsFilterMailRowIdxBase)
    • Method .MsFilterMailRowIdxBaseop_Implicit(MsFilterMailRowIdxBase)
  • New items
    • Method .MsFilterMailRowIdxBaseToMsFilterMailRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .MsFilterMailRowIdxBaseToMsFilterMailRowAsync(CancellationToken)
    • Method .MsFilterMailRowIdxBaseToMsFilterMailRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .MsFilterMailRowIdxBaseToMsFilterMailRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxMsFilterMailIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.MsFilterMailRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxMailInFilterId(Int32)
    • Method GetFromIdxMailSorterId(Int32)
    • Method GetFromReader(SoDataReader, MsFilterMailTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxMailInFilterIdAsync(Int32, CancellationToken)
    • Method GetFromIdxMailSorterIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, MsFilterMailTableInfo, CancellationToken)

SuperOffice.CRM.Rows.MsFilterRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(MsFilterRecordData)
    • Method ToInserts(IEnumerable<MsFilterRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<MsFilterTableInfo>, CancellationToken)
    • Method ToInsertAsync(MsFilterRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<MsFilterRecordData>, CancellationToken)

SuperOffice.CRM.Rows.MsFilterRow is Modified

  • Deleted items
    • Method GetFromIdxMsFilterId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.MsFilterRow.MsFilterRowIdxBase is Modified
  • Deleted items
    • Method .MsFilterRowIdxBaseop_Implicit(MsFilterRowIdxBase)
    • Method .MsFilterRowIdxBaseop_Implicit(MsFilterRowIdxBase)
  • New items
    • Method .MsFilterRowIdxBaseToMsFilterRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .MsFilterRowIdxBaseToMsFilterRowAsync(CancellationToken)
    • Method .MsFilterRowIdxBaseToMsFilterRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .MsFilterRowIdxBaseToMsFilterRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxMsFilterIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.MsFilterRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAutofaqReplyCategory(Int32)
    • Method GetFromIdxBodyTemplate(Int32)
    • Method GetFromIdxEjscript(Int32)
    • Method GetFromIdxNewCategory(Int32)
    • Method GetFromIdxNewOwner(Int32)
    • Method GetFromIdxNewPriority(Int32)
    • Method GetFromIdxNewTags(Int32[])
    • Method GetFromIdxReplyTemplate(Int32)
    • Method GetFromReader(SoDataReader, MsFilterTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAutofaqReplyCategoryAsync(Int32, CancellationToken)
    • Method GetFromIdxBodyTemplateAsync(Int32, CancellationToken)
    • Method GetFromIdxEjscriptAsync(Int32, CancellationToken)
    • Method GetFromIdxNewCategoryAsync(Int32, CancellationToken)
    • Method GetFromIdxNewOwnerAsync(Int32, CancellationToken)
    • Method GetFromIdxNewPriorityAsync(Int32, CancellationToken)
    • Method GetFromIdxNewTagsAsync(Int32[], CancellationToken)
    • Method GetFromIdxReplyTemplateAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, MsFilterTableInfo, CancellationToken)

SuperOffice.CRM.Rows.MsSubstituteRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(MsSubstituteRecordData)
    • Method ToInserts(IEnumerable<MsSubstituteRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<MsSubstituteTableInfo>, CancellationToken)
    • Method ToInsertAsync(MsSubstituteRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<MsSubstituteRecordData>, CancellationToken)

SuperOffice.CRM.Rows.MsSubstituteRow is Modified

  • Deleted items
    • Method GetFromIdxMsSubstituteId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.MsSubstituteRow.MsSubstituteRowIdxBase is Modified
  • Deleted items
    • Method .MsSubstituteRowIdxBaseop_Implicit(MsSubstituteRowIdxBase)
    • Method .MsSubstituteRowIdxBaseop_Implicit(MsSubstituteRowIdxBase)
  • New items
    • Method .MsSubstituteRowIdxBaseToMsSubstituteRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .MsSubstituteRowIdxBaseToMsSubstituteRowAsync(CancellationToken)
    • Method .MsSubstituteRowIdxBaseToMsSubstituteRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .MsSubstituteRowIdxBaseToMsSubstituteRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxMsSubstituteIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.MsSubstituteRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxMsFilterId(Int32)
    • Method GetFromReader(SoDataReader, MsSubstituteTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxMsFilterIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, MsSubstituteTableInfo, CancellationToken)

SuperOffice.CRM.Rows.MsTrashbinRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(MsTrashbinRecordData)
    • Method ToInserts(IEnumerable<MsTrashbinRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<MsTrashbinTableInfo>, CancellationToken)
    • Method ToInsertAsync(MsTrashbinRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<MsTrashbinRecordData>, CancellationToken)

SuperOffice.CRM.Rows.MsTrashbinRow is Modified

  • Deleted items
    • Method GetFromIdxMsTrashbinId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.MsTrashbinRow.MsTrashbinRowIdxBase is Modified
  • Deleted items
    • Method .MsTrashbinRowIdxBaseop_Implicit(MsTrashbinRowIdxBase)
    • Method .MsTrashbinRowIdxBaseop_Implicit(MsTrashbinRowIdxBase)
  • New items
    • Method .MsTrashbinRowIdxBaseToMsTrashbinRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .MsTrashbinRowIdxBaseToMsTrashbinRowAsync(CancellationToken)
    • Method .MsTrashbinRowIdxBaseToMsTrashbinRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .MsTrashbinRowIdxBaseToMsTrashbinRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxMsTrashbinIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.MsTrashbinRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxMailInFilterId(Int32)
    • Method GetFromIdxMailSorterId(Int32)
    • Method GetFromReader(SoDataReader, MsTrashbinTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxMailInFilterIdAsync(Int32, CancellationToken)
    • Method GetFromIdxMailSorterIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, MsTrashbinTableInfo, CancellationToken)

SuperOffice.CRM.Rows.NoticeFrameRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(NoticeFrameRecordData)
    • Method ToInserts(IEnumerable<NoticeFrameRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<NoticeFrameTableInfo>, CancellationToken)
    • Method ToInsertAsync(NoticeFrameRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<NoticeFrameRecordData>, CancellationToken)

SuperOffice.CRM.Rows.NoticeFrameRow is Modified

  • Deleted items
    • Method GetFromIdxNoticeFrameId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.NoticeFrameRow.NoticeFrameRowIdxBase is Modified
  • Deleted items
    • Method .NoticeFrameRowIdxBaseop_Implicit(NoticeFrameRowIdxBase)
    • Method .NoticeFrameRowIdxBaseop_Implicit(NoticeFrameRowIdxBase)
  • New items
    • Method .NoticeFrameRowIdxBaseToNoticeFrameRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .NoticeFrameRowIdxBaseToNoticeFrameRowAsync(CancellationToken)
    • Method .NoticeFrameRowIdxBaseToNoticeFrameRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .NoticeFrameRowIdxBaseToNoticeFrameRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNoticeFrameIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.NoticeFrameRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, NoticeFrameTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, NoticeFrameTableInfo, CancellationToken)

SuperOffice.CRM.Rows.NotifyRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(NotifyRecordData)
    • Method ToInserts(IEnumerable<NotifyRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<NotifyTableInfo>, CancellationToken)
    • Method ToInsertAsync(NotifyRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<NotifyRecordData>, CancellationToken)

SuperOffice.CRM.Rows.NotifyRow is Modified

  • Deleted items
    • Method GetFromIdxNotifyId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.NotifyRow.NotifyRowIdxBase is Modified
  • Deleted items
    • Method .NotifyRowIdxBaseop_Implicit(NotifyRowIdxBase)
    • Method .NotifyRowIdxBaseop_Implicit(NotifyRowIdxBase)
  • New items
    • Method .NotifyRowIdxBaseToNotifyRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .NotifyRowIdxBaseToNotifyRowAsync(CancellationToken)
    • Method .NotifyRowIdxBaseToNotifyRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .NotifyRowIdxBaseToNotifyRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNotifyIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.NotifyRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCategoryId(Int32)
    • Method GetFromIdxChatTopicId(Int32)
    • Method GetFromIdxOwnerId(Int32)
    • Method GetFromIdxTicketAlertId(Int32)
    • Method GetFromIdxTicketId(Int32)
    • Method GetFromIdxUser2Id(Int32)
    • Method GetFromIdxUserId(Int32)
    • Method GetFromReader(SoDataReader, NotifyTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCategoryIdAsync(Int32, CancellationToken)
    • Method GetFromIdxChatTopicIdAsync(Int32, CancellationToken)
    • Method GetFromIdxOwnerIdAsync(Int32, CancellationToken)
    • Method GetFromIdxTicketAlertIdAsync(Int32, CancellationToken)
    • Method GetFromIdxTicketIdAsync(Int32, CancellationToken)
    • Method GetFromIdxUser2IdAsync(Int32, CancellationToken)
    • Method GetFromIdxUserIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, NotifyTableInfo, CancellationToken)

SuperOffice.CRM.Rows.Obsolete1RecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(Obsolete1RecordData)
    • Method ToInserts(IEnumerable<Obsolete1RecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<Obsolete1TableInfo>, CancellationToken)
    • Method ToInsertAsync(Obsolete1RecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<Obsolete1RecordData>, CancellationToken)

SuperOffice.CRM.Rows.Obsolete1Row is Modified

  • Deleted items
    • Method GetFromIdxTicketTypeId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.Obsolete1Row.Obsolete1RowIdxBase is Modified
  • Deleted items
    • Method .Obsolete1RowIdxBaseop_Implicit(Obsolete1RowIdxBase)
    • Method .Obsolete1RowIdxBaseop_Implicit(Obsolete1RowIdxBase)
  • New items
    • Method .Obsolete1RowIdxBaseToObsolete1RowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .Obsolete1RowIdxBaseToObsolete1RowAsync(CancellationToken)
    • Method .Obsolete1RowIdxBaseToObsolete1RowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .Obsolete1RowIdxBaseToObsolete1RowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTicketTypeIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.Obsolete1Rows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, Obsolete1TableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, Obsolete1TableInfo, CancellationToken)

SuperOffice.CRM.Rows.Obsolete2RecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(Obsolete2RecordData)
    • Method ToInserts(IEnumerable<Obsolete2RecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<Obsolete2TableInfo>, CancellationToken)
    • Method ToInsertAsync(Obsolete2RecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<Obsolete2RecordData>, CancellationToken)

SuperOffice.CRM.Rows.Obsolete2Row is Modified

  • Deleted items
    • Method GetFromIdxTicketRelationTypeId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.Obsolete2Row.Obsolete2RowIdxBase is Modified
  • Deleted items
    • Method .Obsolete2RowIdxBaseop_Implicit(Obsolete2RowIdxBase)
    • Method .Obsolete2RowIdxBaseop_Implicit(Obsolete2RowIdxBase)
  • New items
    • Method .Obsolete2RowIdxBaseToObsolete2RowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .Obsolete2RowIdxBaseToObsolete2RowAsync(CancellationToken)
    • Method .Obsolete2RowIdxBaseToObsolete2RowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .Obsolete2RowIdxBaseToObsolete2RowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTicketRelationTypeIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.Obsolete2Rows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, Obsolete2TableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, Obsolete2TableInfo, CancellationToken)

SuperOffice.CRM.Rows.Obsolete3RecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(Obsolete3RecordData)
    • Method ToInserts(IEnumerable<Obsolete3RecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<Obsolete3TableInfo>, CancellationToken)
    • Method ToInsertAsync(Obsolete3RecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<Obsolete3RecordData>, CancellationToken)

SuperOffice.CRM.Rows.Obsolete3Row is Modified

  • Deleted items
    • Method GetFromIdxTicketRelationActionId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.Obsolete3Row.Obsolete3RowIdxBase is Modified
  • Deleted items
    • Method .Obsolete3RowIdxBaseop_Implicit(Obsolete3RowIdxBase)
    • Method .Obsolete3RowIdxBaseop_Implicit(Obsolete3RowIdxBase)
  • New items
    • Method .Obsolete3RowIdxBaseToObsolete3RowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .Obsolete3RowIdxBaseToObsolete3RowAsync(CancellationToken)
    • Method .Obsolete3RowIdxBaseToObsolete3RowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .Obsolete3RowIdxBaseToObsolete3RowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTicketRelationActionIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.Obsolete3Rows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, Obsolete3TableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, Obsolete3TableInfo, CancellationToken)

SuperOffice.CRM.Rows.Obsolete4RecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(Obsolete4RecordData)
    • Method ToInserts(IEnumerable<Obsolete4RecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<Obsolete4TableInfo>, CancellationToken)
    • Method ToInsertAsync(Obsolete4RecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<Obsolete4RecordData>, CancellationToken)

SuperOffice.CRM.Rows.Obsolete4Row is Modified

  • Deleted items
    • Method GetFromIdxTicketRelationId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.Obsolete4Row.Obsolete4RowIdxBase is Modified
  • Deleted items
    • Method .Obsolete4RowIdxBaseop_Implicit(Obsolete4RowIdxBase)
    • Method .Obsolete4RowIdxBaseop_Implicit(Obsolete4RowIdxBase)
  • New items
    • Method .Obsolete4RowIdxBaseToObsolete4RowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .Obsolete4RowIdxBaseToObsolete4RowAsync(CancellationToken)
    • Method .Obsolete4RowIdxBaseToObsolete4RowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .Obsolete4RowIdxBaseToObsolete4RowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTicketRelationIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.Obsolete4Rows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, Obsolete4TableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, Obsolete4TableInfo, CancellationToken)

SuperOffice.CRM.Rows.OLEFieldRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(OLEFieldRecordData)
    • Method ToInserts(IEnumerable<OLEFieldRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<OLEFieldTableInfo>, CancellationToken)
    • Method ToInsertAsync(OLEFieldRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<OLEFieldRecordData>, CancellationToken)

SuperOffice.CRM.Rows.OLEFieldRow is Modified

  • Deleted items
    • Method GetFromIdxOLEFieldId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.OLEFieldRow.OLEFieldRowIdxBase is Modified
  • Deleted items
    • Method .OLEFieldRowIdxBaseop_Implicit(OLEFieldRowIdxBase)
    • Method .OLEFieldRowIdxBaseop_Implicit(OLEFieldRowIdxBase)
  • New items
    • Method .OLEFieldRowIdxBaseToOLEFieldRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .OLEFieldRowIdxBaseToOLEFieldRowAsync(CancellationToken)
    • Method .OLEFieldRowIdxBaseToOLEFieldRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .OLEFieldRowIdxBaseToOLEFieldRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxOLEFieldIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.OLEFieldRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxFieldId(Int32)
    • Method GetFromIdxOLEViewId(Int32)
    • Method GetFromIdxOLEViewIdFieldId(Int32, Int32)
    • Method GetFromReader(SoDataReader, OLEFieldTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxFieldIdAsync(Int32, CancellationToken)
    • Method GetFromIdxOLEViewIdAsync(Int32, CancellationToken)
    • Method GetFromIdxOLEViewIdFieldIdAsync(Int32, Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, OLEFieldTableInfo, CancellationToken)

SuperOffice.CRM.Rows.OLEFieldTextRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(OLEFieldTextRecordData)
    • Method ToInserts(IEnumerable<OLEFieldTextRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<OLEFieldTextTableInfo>, CancellationToken)
    • Method ToInsertAsync(OLEFieldTextRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<OLEFieldTextRecordData>, CancellationToken)

SuperOffice.CRM.Rows.OLEFieldTextRow is Modified

  • Deleted items
    • Method GetFromIdxOLEFieldTextId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.OLEFieldTextRow.OLEFieldTextRowIdxBase is Modified
  • Deleted items
    • Method .OLEFieldTextRowIdxBaseop_Implicit(OLEFieldTextRowIdxBase)
    • Method .OLEFieldTextRowIdxBaseop_Implicit(OLEFieldTextRowIdxBase)
  • New items
    • Method .OLEFieldTextRowIdxBaseToOLEFieldTextRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .OLEFieldTextRowIdxBaseToOLEFieldTextRowAsync(CancellationToken)
    • Method .OLEFieldTextRowIdxBaseToOLEFieldTextRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .OLEFieldTextRowIdxBaseToOLEFieldTextRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxOLEFieldTextIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.OLEFieldTextRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxLanguageId(Int32)
    • Method GetFromIdxName(String)
    • Method GetFromIdxOLEFieldId(Int32)
    • Method GetFromIdxOLEFieldIdLanguageId(Int32, Int32)
    • Method GetFromReader(SoDataReader, OLEFieldTextTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxLanguageIdAsync(Int32, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxOLEFieldIdAsync(Int32, CancellationToken)
    • Method GetFromIdxOLEFieldIdLanguageIdAsync(Int32, Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, OLEFieldTextTableInfo, CancellationToken)

SuperOffice.CRM.Rows.OLESubjectRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(OLESubjectRecordData)
    • Method ToInserts(IEnumerable<OLESubjectRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<OLESubjectTableInfo>, CancellationToken)
    • Method ToInsertAsync(OLESubjectRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<OLESubjectRecordData>, CancellationToken)

SuperOffice.CRM.Rows.OLESubjectRow is Modified

  • Deleted items
    • Method GetFromIdxOLESubjectId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.OLESubjectRow.OLESubjectRowIdxBase is Modified
  • Deleted items
    • Method .OLESubjectRowIdxBaseop_Implicit(OLESubjectRowIdxBase)
    • Method .OLESubjectRowIdxBaseop_Implicit(OLESubjectRowIdxBase)
  • New items
    • Method .OLESubjectRowIdxBaseToOLESubjectRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .OLESubjectRowIdxBaseToOLESubjectRowAsync(CancellationToken)
    • Method .OLESubjectRowIdxBaseToOLESubjectRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .OLESubjectRowIdxBaseToOLESubjectRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxOLESubjectIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.OLESubjectRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, OLESubjectTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, OLESubjectTableInfo, CancellationToken)

SuperOffice.CRM.Rows.OLESubjectTextRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(OLESubjectTextRecordData)
    • Method ToInserts(IEnumerable<OLESubjectTextRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<OLESubjectTextTableInfo>, CancellationToken)
    • Method ToInsertAsync(OLESubjectTextRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<OLESubjectTextRecordData>, CancellationToken)

SuperOffice.CRM.Rows.OLESubjectTextRow is Modified

  • Deleted items
    • Method GetFromIdxOLESubjectTextId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.OLESubjectTextRow.OLESubjectTextRowIdxBase is Modified
  • Deleted items
    • Method .OLESubjectTextRowIdxBaseop_Implicit(OLESubjectTextRowIdxBase)
    • Method .OLESubjectTextRowIdxBaseop_Implicit(OLESubjectTextRowIdxBase)
  • New items
    • Method .OLESubjectTextRowIdxBaseToOLESubjectTextRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .OLESubjectTextRowIdxBaseToOLESubjectTextRowAsync(CancellationToken)
    • Method .OLESubjectTextRowIdxBaseToOLESubjectTextRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .OLESubjectTextRowIdxBaseToOLESubjectTextRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxOLESubjectTextIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.OLESubjectTextRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxLanguageId(Int32)
    • Method GetFromIdxName(String)
    • Method GetFromIdxOLESubjectId(Int32)
    • Method GetFromIdxOLESubjectIdLanguageId(Int32, Int32)
    • Method GetFromReader(SoDataReader, OLESubjectTextTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxLanguageIdAsync(Int32, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxOLESubjectIdAsync(Int32, CancellationToken)
    • Method GetFromIdxOLESubjectIdLanguageIdAsync(Int32, Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, OLESubjectTextTableInfo, CancellationToken)

SuperOffice.CRM.Rows.OLEViewRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(OLEViewRecordData)
    • Method ToInserts(IEnumerable<OLEViewRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<OLEViewTableInfo>, CancellationToken)
    • Method ToInsertAsync(OLEViewRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<OLEViewRecordData>, CancellationToken)

SuperOffice.CRM.Rows.OLEViewRow is Modified

  • Deleted items
    • Method GetFromIdxOLEViewId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.OLEViewRow.OLEViewRowIdxBase is Modified
  • Deleted items
    • Method .OLEViewRowIdxBaseop_Implicit(OLEViewRowIdxBase)
    • Method .OLEViewRowIdxBaseop_Implicit(OLEViewRowIdxBase)
  • New items
    • Method .OLEViewRowIdxBaseToOLEViewRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .OLEViewRowIdxBaseToOLEViewRowAsync(CancellationToken)
    • Method .OLEViewRowIdxBaseToOLEViewRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .OLEViewRowIdxBaseToOLEViewRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxOLEViewIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.OLEViewRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxOLESubjectId(Int32)
    • Method GetFromReader(SoDataReader, OLEViewTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxOLESubjectIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, OLEViewTableInfo, CancellationToken)

SuperOffice.CRM.Rows.OLEViewTextRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(OLEViewTextRecordData)
    • Method ToInserts(IEnumerable<OLEViewTextRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<OLEViewTextTableInfo>, CancellationToken)
    • Method ToInsertAsync(OLEViewTextRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<OLEViewTextRecordData>, CancellationToken)

SuperOffice.CRM.Rows.OLEViewTextRow is Modified

  • Deleted items
    • Method GetFromIdxOLEViewTextId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.OLEViewTextRow.OLEViewTextRowIdxBase is Modified
  • Deleted items
    • Method .OLEViewTextRowIdxBaseop_Implicit(OLEViewTextRowIdxBase)
    • Method .OLEViewTextRowIdxBaseop_Implicit(OLEViewTextRowIdxBase)
  • New items
    • Method .OLEViewTextRowIdxBaseToOLEViewTextRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .OLEViewTextRowIdxBaseToOLEViewTextRowAsync(CancellationToken)
    • Method .OLEViewTextRowIdxBaseToOLEViewTextRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .OLEViewTextRowIdxBaseToOLEViewTextRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxOLEViewTextIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.OLEViewTextRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxLanguageId(Int32)
    • Method GetFromIdxName(String)
    • Method GetFromIdxOLEViewId(Int32)
    • Method GetFromIdxOLEViewIdLanguageId(Int32, Int32)
    • Method GetFromReader(SoDataReader, OLEViewTextTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxLanguageIdAsync(Int32, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxOLEViewIdAsync(Int32, CancellationToken)
    • Method GetFromIdxOLEViewIdLanguageIdAsync(Int32, Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, OLEViewTextTableInfo, CancellationToken)

SuperOffice.CRM.Rows.OnlineAppRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(OnlineAppRecordData)
    • Method ToInserts(IEnumerable<OnlineAppRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<OnlineAppTableInfo>, CancellationToken)
    • Method ToInsertAsync(OnlineAppRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<OnlineAppRecordData>, CancellationToken)

SuperOffice.CRM.Rows.OnlineAppRow is Modified

  • Deleted items
    • Method GetFromIdxClientId(String)
    • Method GetFromIdxOnlineAppId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.OnlineAppRow.OnlineAppRowIdxBase is Modified
  • Deleted items
    • Method .OnlineAppRowIdxBaseop_Implicit(OnlineAppRowIdxBase)
    • Method .OnlineAppRowIdxBaseop_Implicit(OnlineAppRowIdxBase)
  • New items
    • Method .OnlineAppRowIdxBaseToOnlineAppRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .OnlineAppRowIdxBaseToOnlineAppRowAsync(CancellationToken)
    • Method .OnlineAppRowIdxBaseToOnlineAppRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .OnlineAppRowIdxBaseToOnlineAppRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxClientIdAsync(String, CancellationToken)
    • Method GetFromIdxOnlineAppIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.OnlineAppRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, OnlineAppTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, OnlineAppTableInfo, CancellationToken)

SuperOffice.CRM.Rows.OutboxRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(OutboxRecordData)
    • Method ToInserts(IEnumerable<OutboxRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<OutboxTableInfo>, CancellationToken)
    • Method ToInsertAsync(OutboxRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<OutboxRecordData>, CancellationToken)

SuperOffice.CRM.Rows.OutboxRow is Modified

  • Deleted items
    • Method GetFromIdxOutboxId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.OutboxRow.OutboxRowIdxBase is Modified
  • Deleted items
    • Method .OutboxRowIdxBaseop_Implicit(OutboxRowIdxBase)
    • Method .OutboxRowIdxBaseop_Implicit(OutboxRowIdxBase)
  • New items
    • Method .OutboxRowIdxBaseToOutboxRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .OutboxRowIdxBaseToOutboxRowAsync(CancellationToken)
    • Method .OutboxRowIdxBaseToOutboxRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .OutboxRowIdxBaseToOutboxRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxOutboxIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.OutboxRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxMessageId(Int32)
    • Method GetFromIdxTicketId(Int32)
    • Method GetFromReader(SoDataReader, OutboxTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxMessageIdAsync(Int32, CancellationToken)
    • Method GetFromIdxTicketIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, OutboxTableInfo, CancellationToken)

SuperOffice.CRM.Rows.OutgoingMessageRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(OutgoingMessageRecordData)
    • Method ToInserts(IEnumerable<OutgoingMessageRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<OutgoingMessageTableInfo>, CancellationToken)
    • Method ToInsertAsync(OutgoingMessageRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<OutgoingMessageRecordData>, CancellationToken)

SuperOffice.CRM.Rows.OutgoingMessageRow is Modified

  • Deleted items
    • Method GetFromIdxOutgoingMessageId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.OutgoingMessageRow.OutgoingMessageRowIdxBase is Modified
  • Deleted items
    • Method .OutgoingMessageRowIdxBaseop_Implicit(OutgoingMessageRowIdxBase)
    • Method .OutgoingMessageRowIdxBaseop_Implicit(OutgoingMessageRowIdxBase)
  • New items
    • Method .OutgoingMessageRowIdxBaseToOutgoingMessageRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .OutgoingMessageRowIdxBaseToOutgoingMessageRowAsync(CancellationToken)
    • Method .OutgoingMessageRowIdxBaseToOutgoingMessageRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .OutgoingMessageRowIdxBaseToOutgoingMessageRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxOutgoingMessageIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.OutgoingMessageRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxExternalMessageId(String)
    • Method GetFromIdxRegisteredAssociateId(Int32)
    • Method GetFromIdxSessionKey(String)
    • Method GetFromIdxUpdatedAssociateId(Int32)
    • Method GetFromReader(SoDataReader, OutgoingMessageTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxExternalMessageIdAsync(String, CancellationToken)
    • Method GetFromIdxRegisteredAssociateIdAsync(Int32, CancellationToken)
    • Method GetFromIdxSessionKeyAsync(String, CancellationToken)
    • Method GetFromIdxUpdatedAssociateIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, OutgoingMessageTableInfo, CancellationToken)

SuperOffice.CRM.Rows.OwnerContactLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(OwnerContactLinkRecordData)
    • Method ToInserts(IEnumerable<OwnerContactLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<OwnerContactLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(OwnerContactLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<OwnerContactLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.OwnerContactLinkRow is Modified

  • Deleted items
    • Method GetFromIdxOwnerContactLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.OwnerContactLinkRow.OwnerContactLinkRowIdxBase is Modified
  • Deleted items
    • Method .OwnerContactLinkRowIdxBaseop_Implicit(OwnerContactLinkRowIdxBase)
    • Method .OwnerContactLinkRowIdxBaseop_Implicit(OwnerContactLinkRowIdxBase)
  • New items
    • Method .OwnerContactLinkRowIdxBaseToOwnerContactLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .OwnerContactLinkRowIdxBaseToOwnerContactLinkRowAsync(CancellationToken)
    • Method .OwnerContactLinkRowIdxBaseToOwnerContactLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .OwnerContactLinkRowIdxBaseToOwnerContactLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxOwnerContactLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.OwnerContactLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxContactId(Int32)
    • Method GetFromReader(SoDataReader, OwnerContactLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxContactIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, OwnerContactLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.PasswordRulesRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(PasswordRulesRecordData)
    • Method ToInserts(IEnumerable<PasswordRulesRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<PasswordRulesTableInfo>, CancellationToken)
    • Method ToInsertAsync(PasswordRulesRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<PasswordRulesRecordData>, CancellationToken)

SuperOffice.CRM.Rows.PasswordRulesRow is Modified

  • Deleted items
    • Method GetFromIdxPasswordRulesId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.PasswordRulesRow.PasswordRulesRowIdxBase is Modified
  • Deleted items
    • Method .PasswordRulesRowIdxBaseop_Implicit(PasswordRulesRowIdxBase)
    • Method .PasswordRulesRowIdxBaseop_Implicit(PasswordRulesRowIdxBase)
  • New items
    • Method .PasswordRulesRowIdxBaseToPasswordRulesRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .PasswordRulesRowIdxBaseToPasswordRulesRowAsync(CancellationToken)
    • Method .PasswordRulesRowIdxBaseToPasswordRulesRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .PasswordRulesRowIdxBaseToPasswordRulesRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxPasswordRulesIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.PasswordRulesRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, PasswordRulesTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, PasswordRulesTableInfo, CancellationToken)

SuperOffice.CRM.Rows.PaymentTermsGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(PaymentTermsGroupLinkRecordData)
    • Method ToInserts(IEnumerable<PaymentTermsGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<PaymentTermsGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(PaymentTermsGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<PaymentTermsGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.PaymentTermsGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxPaymentTermsGroupLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.PaymentTermsGroupLinkRow.PaymentTermsGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .PaymentTermsGroupLinkRowIdxBaseop_Implicit(PaymentTermsGroupLinkRowIdxBase)
    • Method .PaymentTermsGroupLinkRowIdxBaseop_Implicit(PaymentTermsGroupLinkRowIdxBase)
  • New items
    • Method .PaymentTermsGroupLinkRowIdxBaseToPaymentTermsGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .PaymentTermsGroupLinkRowIdxBaseToPaymentTermsGroupLinkRowAsync(CancellationToken)
    • Method .PaymentTermsGroupLinkRowIdxBaseToPaymentTermsGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .PaymentTermsGroupLinkRowIdxBaseToPaymentTermsGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxPaymentTermsGroupLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.PaymentTermsGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromIdxPaymentTermsId(Int32)
    • Method GetFromReader(SoDataReader, PaymentTermsGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromIdxPaymentTermsIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, PaymentTermsGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.PaymentTermsHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(PaymentTermsHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<PaymentTermsHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<PaymentTermsHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(PaymentTermsHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<PaymentTermsHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.PaymentTermsHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxPaymentTermsHeadingLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.PaymentTermsHeadingLinkRow.PaymentTermsHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .PaymentTermsHeadingLinkRowIdxBaseop_Implicit(PaymentTermsHeadingLinkRowIdxBase)
    • Method .PaymentTermsHeadingLinkRowIdxBaseop_Implicit(PaymentTermsHeadingLinkRowIdxBase)
  • New items
    • Method .PaymentTermsHeadingLinkRowIdxBaseToPaymentTermsHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .PaymentTermsHeadingLinkRowIdxBaseToPaymentTermsHeadingLinkRowAsync(CancellationToken)
    • Method .PaymentTermsHeadingLinkRowIdxBaseToPaymentTermsHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .PaymentTermsHeadingLinkRowIdxBaseToPaymentTermsHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxPaymentTermsHeadingLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.PaymentTermsHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromIdxPaymentTermsId(Int32)
    • Method GetFromReader(SoDataReader, PaymentTermsHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromIdxPaymentTermsIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, PaymentTermsHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.PaymentTermsRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(PaymentTermsRecordData)
    • Method ToInserts(IEnumerable<PaymentTermsRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<PaymentTermsTableInfo>, CancellationToken)
    • Method ToInsertAsync(PaymentTermsRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<PaymentTermsRecordData>, CancellationToken)

SuperOffice.CRM.Rows.PaymentTermsRow is Modified

  • Deleted items
    • Method GetFromIdxName(String)
    • Method GetFromIdxPaymentTermsId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.PaymentTermsRow.PaymentTermsRowIdxBase is Modified
  • Deleted items
    • Method .PaymentTermsRowIdxBaseop_Implicit(PaymentTermsRowIdxBase)
    • Method .PaymentTermsRowIdxBaseop_Implicit(PaymentTermsRowIdxBase)
  • New items
    • Method .PaymentTermsRowIdxBaseToPaymentTermsRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .PaymentTermsRowIdxBaseToPaymentTermsRowAsync(CancellationToken)
    • Method .PaymentTermsRowIdxBaseToPaymentTermsRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .PaymentTermsRowIdxBaseToPaymentTermsRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxPaymentTermsIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.PaymentTermsRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, PaymentTermsTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, PaymentTermsTableInfo, CancellationToken)

SuperOffice.CRM.Rows.PaymentTypeGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(PaymentTypeGroupLinkRecordData)
    • Method ToInserts(IEnumerable<PaymentTypeGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<PaymentTypeGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(PaymentTypeGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<PaymentTypeGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.PaymentTypeGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxPaymentTypeGroupLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.PaymentTypeGroupLinkRow.PaymentTypeGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .PaymentTypeGroupLinkRowIdxBaseop_Implicit(PaymentTypeGroupLinkRowIdxBase)
    • Method .PaymentTypeGroupLinkRowIdxBaseop_Implicit(PaymentTypeGroupLinkRowIdxBase)
  • New items
    • Method .PaymentTypeGroupLinkRowIdxBaseToPaymentTypeGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .PaymentTypeGroupLinkRowIdxBaseToPaymentTypeGroupLinkRowAsync(CancellationToken)
    • Method .PaymentTypeGroupLinkRowIdxBaseToPaymentTypeGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .PaymentTypeGroupLinkRowIdxBaseToPaymentTypeGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxPaymentTypeGroupLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.PaymentTypeGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromIdxPaymentTypeId(Int32)
    • Method GetFromReader(SoDataReader, PaymentTypeGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromIdxPaymentTypeIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, PaymentTypeGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.PaymentTypeHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(PaymentTypeHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<PaymentTypeHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<PaymentTypeHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(PaymentTypeHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<PaymentTypeHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.PaymentTypeHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxPaymentTypeHeadingLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.PaymentTypeHeadingLinkRow.PaymentTypeHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .PaymentTypeHeadingLinkRowIdxBaseop_Implicit(PaymentTypeHeadingLinkRowIdxBase)
    • Method .PaymentTypeHeadingLinkRowIdxBaseop_Implicit(PaymentTypeHeadingLinkRowIdxBase)
  • New items
    • Method .PaymentTypeHeadingLinkRowIdxBaseToPaymentTypeHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .PaymentTypeHeadingLinkRowIdxBaseToPaymentTypeHeadingLinkRowAsync(CancellationToken)
    • Method .PaymentTypeHeadingLinkRowIdxBaseToPaymentTypeHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .PaymentTypeHeadingLinkRowIdxBaseToPaymentTypeHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxPaymentTypeHeadingLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.PaymentTypeHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromIdxPaymentTypeId(Int32)
    • Method GetFromReader(SoDataReader, PaymentTypeHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromIdxPaymentTypeIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, PaymentTypeHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.PaymentTypeRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(PaymentTypeRecordData)
    • Method ToInserts(IEnumerable<PaymentTypeRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<PaymentTypeTableInfo>, CancellationToken)
    • Method ToInsertAsync(PaymentTypeRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<PaymentTypeRecordData>, CancellationToken)

SuperOffice.CRM.Rows.PaymentTypeRow is Modified

  • Deleted items
    • Method GetFromIdxName(String)
    • Method GetFromIdxPaymentTypeId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.PaymentTypeRow.PaymentTypeRowIdxBase is Modified
  • Deleted items
    • Method .PaymentTypeRowIdxBaseop_Implicit(PaymentTypeRowIdxBase)
    • Method .PaymentTypeRowIdxBaseop_Implicit(PaymentTypeRowIdxBase)
  • New items
    • Method .PaymentTypeRowIdxBaseToPaymentTypeRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .PaymentTypeRowIdxBaseToPaymentTypeRowAsync(CancellationToken)
    • Method .PaymentTypeRowIdxBaseToPaymentTypeRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .PaymentTypeRowIdxBaseToPaymentTypeRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxPaymentTypeIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.PaymentTypeRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, PaymentTypeTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, PaymentTypeTableInfo, CancellationToken)

SuperOffice.CRM.Rows.PersIntGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(PersIntGroupLinkRecordData)
    • Method ToInserts(IEnumerable<PersIntGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<PersIntGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(PersIntGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<PersIntGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.PersIntGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxPersintgrouplinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.PersIntGroupLinkRow.PersIntGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .PersIntGroupLinkRowIdxBaseop_Implicit(PersIntGroupLinkRowIdxBase)
    • Method .PersIntGroupLinkRowIdxBaseop_Implicit(PersIntGroupLinkRowIdxBase)
  • New items
    • Method .PersIntGroupLinkRowIdxBaseToPersIntGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .PersIntGroupLinkRowIdxBaseToPersIntGroupLinkRowAsync(CancellationToken)
    • Method .PersIntGroupLinkRowIdxBaseToPersIntGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .PersIntGroupLinkRowIdxBaseToPersIntGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxPersintgrouplinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.PersIntGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromIdxPersIntId(Int32)
    • Method GetFromReader(SoDataReader, PersIntGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromIdxPersIntIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, PersIntGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.PersIntHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(PersIntHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<PersIntHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<PersIntHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(PersIntHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<PersIntHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.PersIntHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxPersintheadinglinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.PersIntHeadingLinkRow.PersIntHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .PersIntHeadingLinkRowIdxBaseop_Implicit(PersIntHeadingLinkRowIdxBase)
    • Method .PersIntHeadingLinkRowIdxBaseop_Implicit(PersIntHeadingLinkRowIdxBase)
  • New items
    • Method .PersIntHeadingLinkRowIdxBaseToPersIntHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .PersIntHeadingLinkRowIdxBaseToPersIntHeadingLinkRowAsync(CancellationToken)
    • Method .PersIntHeadingLinkRowIdxBaseToPersIntHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .PersIntHeadingLinkRowIdxBaseToPersIntHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxPersintheadinglinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.PersIntHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromIdxPersIntId(Int32)
    • Method GetFromReader(SoDataReader, PersIntHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromIdxPersIntIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, PersIntHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.PersIntRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(PersIntRecordData)
    • Method ToInserts(IEnumerable<PersIntRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<PersIntTableInfo>, CancellationToken)
    • Method ToInsertAsync(PersIntRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<PersIntRecordData>, CancellationToken)

SuperOffice.CRM.Rows.PersIntRow is Modified

  • Deleted items
    • Method GetFromIdxName(String)
    • Method GetFromIdxPersIntId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.PersIntRow.PersIntRowIdxBase is Modified
  • Deleted items
    • Method .PersIntRowIdxBaseop_Implicit(PersIntRowIdxBase)
    • Method .PersIntRowIdxBaseop_Implicit(PersIntRowIdxBase)
  • New items
    • Method .PersIntRowIdxBaseToPersIntRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .PersIntRowIdxBaseToPersIntRowAsync(CancellationToken)
    • Method .PersIntRowIdxBaseToPersIntRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .PersIntRowIdxBaseToPersIntRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxPersIntIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.PersIntRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, PersIntTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, PersIntTableInfo, CancellationToken)

SuperOffice.CRM.Rows.PersonInterestRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(PersonInterestRecordData)
    • Method ToInserts(IEnumerable<PersonInterestRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<PersonInterestTableInfo>, CancellationToken)
    • Method ToInsertAsync(PersonInterestRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<PersonInterestRecordData>, CancellationToken)

SuperOffice.CRM.Rows.PersonInterestRow is Modified

  • Deleted items
    • Method GetFromIdxPersonIdPinterestIdx(Int32, Int32)
    • Method GetFromIdxPersoninterestId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.PersonInterestRow.PersonInterestRowIdxBase is Modified
  • Deleted items
    • Method .PersonInterestRowIdxBaseop_Implicit(PersonInterestRowIdxBase)
    • Method .PersonInterestRowIdxBaseop_Implicit(PersonInterestRowIdxBase)
  • New items
    • Method .PersonInterestRowIdxBaseToPersonInterestRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .PersonInterestRowIdxBaseToPersonInterestRowAsync(CancellationToken)
    • Method .PersonInterestRowIdxBaseToPersonInterestRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .PersonInterestRowIdxBaseToPersonInterestRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxPersonIdPinterestIdxAsync(Int32, Int32, CancellationToken)
    • Method GetFromIdxPersoninterestIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.PersonInterestRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxEndDate(DateTime)
    • Method GetFromIdxPersonId(Int32)
    • Method GetFromIdxPinterestIdx(Int32)
    • Method GetFromIdxStartDate(DateTime)
    • Method GetFromReader(SoDataReader, PersonInterestTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEndDateAsync(DateTime, CancellationToken)
    • Method GetFromIdxPersonIdAsync(Int32, CancellationToken)
    • Method GetFromIdxPinterestIdxAsync(Int32, CancellationToken)
    • Method GetFromIdxStartDateAsync(DateTime, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, PersonInterestTableInfo, CancellationToken)

SuperOffice.CRM.Rows.PersonRankHelper is Modified

  • Deleted items
    • Method ChangePersonRank(Int32, Boolean)
    • Method NormalizeRanks(Int32)
    • Method SetPersonRank(Int32, Int16)
  • New items
    • Method ChangePersonRankAsync(Int32, Boolean, CancellationToken)
    • Method NormalizeRanksAsync(Int32, CancellationToken)
    • Method SetPersonRankAsync(Int32, Int16, CancellationToken)

SuperOffice.CRM.Rows.PersonRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(PersonRecordData)
    • Method ToInserts(IEnumerable<PersonRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<PersonTableInfo>, CancellationToken)
    • Method ToInsertAsync(PersonRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<PersonRecordData>, CancellationToken)

SuperOffice.CRM.Rows.PersonRow is Modified

  • Deleted items
    • Method GetFromIdxPersonId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
    • Method Undelete()
  • Modified items
SuperOffice.CRM.Rows.PersonRow.PersonRowIdxBase is Modified
  • Deleted items
    • Method .PersonRowIdxBaseop_Implicit(PersonRowIdxBase)
    • Method .PersonRowIdxBaseop_Implicit(PersonRowIdxBase)
  • New items
    • Method .PersonRowIdxBaseToPersonRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .PersonRowIdxBaseToPersonRowAsync(CancellationToken)
    • Method .PersonRowIdxBaseToPersonRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .PersonRowIdxBaseToPersonRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxPersonIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)
    • Method UndeleteAsync()

SuperOffice.CRM.Rows.PersonRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxBusinessIdx(Int32)
    • Method GetFromIdxCategoryIdx(Int32)
    • Method GetFromIdxContactId(Int32)
    • Method GetFromIdxContactIdRank(Int32, Int16)
    • Method GetFromIdxCreatedByFormId(Int32)
    • Method GetFromIdxDbiAgentId(Int32)
    • Method GetFromIdxDbiKey(String)
    • Method GetFromIdxDbiLastModified(DateTime)
    • Method GetFromIdxDbiLastSyncronized(DateTime)
    • Method GetFromIdxDeletedDate(DateTime)
    • Method GetFromIdxFirstname(String)
    • Method GetFromIdxKanafname(String)
    • Method GetFromIdxKanalname(String)
    • Method GetFromIdxLastname(String)
    • Method GetFromIdxMiddleName(String)
    • Method GetFromIdxModifiedByWorkflowId(Int32)
    • Method GetFromIdxPersonNumber(String)
    • Method GetFromIdxSource(Int16)
    • Method GetFromIdxUserdef2Id(Int32)
    • Method GetFromIdxUserdefId(Int32)
    • Method GetFromReader(SoDataReader, PersonTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxBusinessIdxAsync(Int32, CancellationToken)
    • Method GetFromIdxCategoryIdxAsync(Int32, CancellationToken)
    • Method GetFromIdxContactIdAsync(Int32, CancellationToken)
    • Method GetFromIdxContactIdRankAsync(Int32, Int16, CancellationToken)
    • Method GetFromIdxCreatedByFormIdAsync(Int32, CancellationToken)
    • Method GetFromIdxDbiAgentIdAsync(Int32, CancellationToken)
    • Method GetFromIdxDbiKeyAsync(String, CancellationToken)
    • Method GetFromIdxDbiLastModifiedAsync(DateTime, CancellationToken)
    • Method GetFromIdxDbiLastSyncronizedAsync(DateTime, CancellationToken)
    • Method GetFromIdxDeletedDateAsync(DateTime, CancellationToken)
    • Method GetFromIdxFirstnameAsync(String, CancellationToken)
    • Method GetFromIdxKanafnameAsync(String, CancellationToken)
    • Method GetFromIdxKanalnameAsync(String, CancellationToken)
    • Method GetFromIdxLastnameAsync(String, CancellationToken)
    • Method GetFromIdxMiddleNameAsync(String, CancellationToken)
    • Method GetFromIdxModifiedByWorkflowIdAsync(Int32, CancellationToken)
    • Method GetFromIdxPersonNumberAsync(String, CancellationToken)
    • Method GetFromIdxSourceAsync(Int16, CancellationToken)
    • Method GetFromIdxUserdef2IdAsync(Int32, CancellationToken)
    • Method GetFromIdxUserdefIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, PersonTableInfo, CancellationToken)

SuperOffice.CRM.Rows.PersPosGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(PersPosGroupLinkRecordData)
    • Method ToInserts(IEnumerable<PersPosGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<PersPosGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(PersPosGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<PersPosGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.PersPosGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxPersposgrouplinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.PersPosGroupLinkRow.PersPosGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .PersPosGroupLinkRowIdxBaseop_Implicit(PersPosGroupLinkRowIdxBase)
    • Method .PersPosGroupLinkRowIdxBaseop_Implicit(PersPosGroupLinkRowIdxBase)
  • New items
    • Method .PersPosGroupLinkRowIdxBaseToPersPosGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .PersPosGroupLinkRowIdxBaseToPersPosGroupLinkRowAsync(CancellationToken)
    • Method .PersPosGroupLinkRowIdxBaseToPersPosGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .PersPosGroupLinkRowIdxBaseToPersPosGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxPersposgrouplinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.PersPosGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromIdxPersPosId(Int32)
    • Method GetFromReader(SoDataReader, PersPosGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromIdxPersPosIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, PersPosGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.PersPosHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(PersPosHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<PersPosHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<PersPosHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(PersPosHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<PersPosHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.PersPosHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxPersposheadinglinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.PersPosHeadingLinkRow.PersPosHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .PersPosHeadingLinkRowIdxBaseop_Implicit(PersPosHeadingLinkRowIdxBase)
    • Method .PersPosHeadingLinkRowIdxBaseop_Implicit(PersPosHeadingLinkRowIdxBase)
  • New items
    • Method .PersPosHeadingLinkRowIdxBaseToPersPosHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .PersPosHeadingLinkRowIdxBaseToPersPosHeadingLinkRowAsync(CancellationToken)
    • Method .PersPosHeadingLinkRowIdxBaseToPersPosHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .PersPosHeadingLinkRowIdxBaseToPersPosHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxPersposheadinglinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.PersPosHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromIdxPersPosId(Int32)
    • Method GetFromReader(SoDataReader, PersPosHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromIdxPersPosIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, PersPosHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.PersPosRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(PersPosRecordData)
    • Method ToInserts(IEnumerable<PersPosRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<PersPosTableInfo>, CancellationToken)
    • Method ToInsertAsync(PersPosRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<PersPosRecordData>, CancellationToken)

SuperOffice.CRM.Rows.PersPosRow is Modified

  • Deleted items
    • Method GetFromIdxName(String)
    • Method GetFromIdxPersPosId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.PersPosRow.PersPosRowIdxBase is Modified
  • Deleted items
    • Method .PersPosRowIdxBaseop_Implicit(PersPosRowIdxBase)
    • Method .PersPosRowIdxBaseop_Implicit(PersPosRowIdxBase)
  • New items
    • Method .PersPosRowIdxBaseToPersPosRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .PersPosRowIdxBaseToPersPosRowAsync(CancellationToken)
    • Method .PersPosRowIdxBaseToPersPosRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .PersPosRowIdxBaseToPersPosRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxPersPosIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.PersPosRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, PersPosTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, PersPosTableInfo, CancellationToken)

SuperOffice.CRM.Rows.PhoneFormatRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(PhoneFormatRecordData)
    • Method ToInserts(IEnumerable<PhoneFormatRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<PhoneFormatTableInfo>, CancellationToken)
    • Method ToInsertAsync(PhoneFormatRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<PhoneFormatRecordData>, CancellationToken)

SuperOffice.CRM.Rows.PhoneFormatRow is Modified

  • Deleted items
    • Method GetFromIdxPhoneFormatId(Int32)
    • Method GetFromIdxPrefixCountryId(String, Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.PhoneFormatRow.PhoneFormatRowIdxBase is Modified
  • Deleted items
    • Method .PhoneFormatRowIdxBaseop_Implicit(PhoneFormatRowIdxBase)
    • Method .PhoneFormatRowIdxBaseop_Implicit(PhoneFormatRowIdxBase)
  • New items
    • Method .PhoneFormatRowIdxBaseToPhoneFormatRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .PhoneFormatRowIdxBaseToPhoneFormatRowAsync(CancellationToken)
    • Method .PhoneFormatRowIdxBaseToPhoneFormatRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .PhoneFormatRowIdxBaseToPhoneFormatRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxPhoneFormatIdAsync(Int32, CancellationToken)
    • Method GetFromIdxPrefixCountryIdAsync(String, Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.PhoneFormatRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxPrefix(String)
    • Method GetFromReader(SoDataReader, PhoneFormatTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxPrefixAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, PhoneFormatTableInfo, CancellationToken)

SuperOffice.CRM.Rows.PhoneRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(PhoneRecordData)
    • Method ToInserts(IEnumerable<PhoneRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<PhoneTableInfo>, CancellationToken)
    • Method ToInsertAsync(PhoneRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<PhoneRecordData>, CancellationToken)

SuperOffice.CRM.Rows.PhoneRow is Modified

  • Deleted items
    • Method GetFromIdxPhoneId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.PhoneRow.PhoneRowIdxBase is Modified
  • Deleted items
    • Method .PhoneRowIdxBaseop_Implicit(PhoneRowIdxBase)
    • Method .PhoneRowIdxBaseop_Implicit(PhoneRowIdxBase)
  • New items
    • Method .PhoneRowIdxBaseToPhoneRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .PhoneRowIdxBaseToPhoneRowAsync(CancellationToken)
    • Method .PhoneRowIdxBaseToPhoneRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .PhoneRowIdxBaseToPhoneRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxPhoneIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.PhoneRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxOwnerId(Int32)
    • Method GetFromIdxOwnerIdPtypeIdx(Int32, PhoneType)
    • Method GetFromIdxRank(Int16)
    • Method GetFromIdxSearchPhoneNumber(String)
    • Method GetFromReader(SoDataReader, PhoneTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxOwnerIdAsync(Int32, CancellationToken)
    • Method GetFromIdxOwnerIdPtypeIdxAsync(Int32, PhoneType, CancellationToken)
    • Method GetFromIdxRankAsync(Int16, CancellationToken)
    • Method GetFromIdxSearchPhoneNumberAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, PhoneTableInfo, CancellationToken)

SuperOffice.CRM.Rows.PMembTypeGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(PMembTypeGroupLinkRecordData)
    • Method ToInserts(IEnumerable<PMembTypeGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<PMembTypeGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(PMembTypeGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<PMembTypeGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.PMembTypeGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxPmembtypegrouplinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.PMembTypeGroupLinkRow.PMembTypeGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .PMembTypeGroupLinkRowIdxBaseop_Implicit(PMembTypeGroupLinkRowIdxBase)
    • Method .PMembTypeGroupLinkRowIdxBaseop_Implicit(PMembTypeGroupLinkRowIdxBase)
  • New items
    • Method .PMembTypeGroupLinkRowIdxBaseToPMembTypeGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .PMembTypeGroupLinkRowIdxBaseToPMembTypeGroupLinkRowAsync(CancellationToken)
    • Method .PMembTypeGroupLinkRowIdxBaseToPMembTypeGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .PMembTypeGroupLinkRowIdxBaseToPMembTypeGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxPmembtypegrouplinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.PMembTypeGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromIdxPMembTypeId(Int32)
    • Method GetFromReader(SoDataReader, PMembTypeGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromIdxPMembTypeIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, PMembTypeGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.PMembTypeHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(PMembTypeHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<PMembTypeHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<PMembTypeHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(PMembTypeHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<PMembTypeHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.PMembTypeHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxPmembtypeheadinglinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.PMembTypeHeadingLinkRow.PMembTypeHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .PMembTypeHeadingLinkRowIdxBaseop_Implicit(PMembTypeHeadingLinkRowIdxBase)
    • Method .PMembTypeHeadingLinkRowIdxBaseop_Implicit(PMembTypeHeadingLinkRowIdxBase)
  • New items
    • Method .PMembTypeHeadingLinkRowIdxBaseToPMembTypeHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .PMembTypeHeadingLinkRowIdxBaseToPMembTypeHeadingLinkRowAsync(CancellationToken)
    • Method .PMembTypeHeadingLinkRowIdxBaseToPMembTypeHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .PMembTypeHeadingLinkRowIdxBaseToPMembTypeHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxPmembtypeheadinglinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.PMembTypeHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromIdxPMembTypeId(Int32)
    • Method GetFromReader(SoDataReader, PMembTypeHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromIdxPMembTypeIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, PMembTypeHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.PMembTypeRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(PMembTypeRecordData)
    • Method ToInserts(IEnumerable<PMembTypeRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<PMembTypeTableInfo>, CancellationToken)
    • Method ToInsertAsync(PMembTypeRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<PMembTypeRecordData>, CancellationToken)

SuperOffice.CRM.Rows.PMembTypeRow is Modified

  • Deleted items
    • Method GetFromIdxName(String)
    • Method GetFromIdxPMembTypeId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.PMembTypeRow.PMembTypeRowIdxBase is Modified
  • Deleted items
    • Method .PMembTypeRowIdxBaseop_Implicit(PMembTypeRowIdxBase)
    • Method .PMembTypeRowIdxBaseop_Implicit(PMembTypeRowIdxBase)
  • New items
    • Method .PMembTypeRowIdxBaseToPMembTypeRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .PMembTypeRowIdxBaseToPMembTypeRowAsync(CancellationToken)
    • Method .PMembTypeRowIdxBaseToPMembTypeRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .PMembTypeRowIdxBaseToPMembTypeRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxPMembTypeIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.PMembTypeRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, PMembTypeTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, PMembTypeTableInfo, CancellationToken)

SuperOffice.CRM.Rows.PrefDescLineRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(PrefDescLineRecordData)
    • Method ToInserts(IEnumerable<PrefDescLineRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<PrefDescLineTableInfo>, CancellationToken)
    • Method ToInsertAsync(PrefDescLineRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<PrefDescLineRecordData>, CancellationToken)

SuperOffice.CRM.Rows.PrefDescLineRow is Modified

  • Deleted items
    • Method GetFromIdxPrefDescLineId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.PrefDescLineRow.PrefDescLineRowIdxBase is Modified
  • Deleted items
    • Method .PrefDescLineRowIdxBaseop_Implicit(PrefDescLineRowIdxBase)
    • Method .PrefDescLineRowIdxBaseop_Implicit(PrefDescLineRowIdxBase)
  • New items
    • Method .PrefDescLineRowIdxBaseToPrefDescLineRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .PrefDescLineRowIdxBaseToPrefDescLineRowAsync(CancellationToken)
    • Method .PrefDescLineRowIdxBaseToPrefDescLineRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .PrefDescLineRowIdxBaseToPrefDescLineRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxPrefDescLineIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.PrefDescLineRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxPrefDescId(Int32)
    • Method GetFromIdxPrefValue(String)
    • Method GetFromReader(SoDataReader, PrefDescLineTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxPrefDescIdAsync(Int32, CancellationToken)
    • Method GetFromIdxPrefValueAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, PrefDescLineTableInfo, CancellationToken)

SuperOffice.CRM.Rows.PrefDescRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(PrefDescRecordData)
    • Method ToInserts(IEnumerable<PrefDescRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<PrefDescTableInfo>, CancellationToken)
    • Method ToInsertAsync(PrefDescRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<PrefDescRecordData>, CancellationToken)

SuperOffice.CRM.Rows.PrefDescRow is Modified

  • Deleted items
    • Method GetFromIdxPrefDescId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.PrefDescRow.PrefDescRowIdxBase is Modified
  • Deleted items
    • Method .PrefDescRowIdxBaseop_Implicit(PrefDescRowIdxBase)
    • Method .PrefDescRowIdxBaseop_Implicit(PrefDescRowIdxBase)
  • New items
    • Method .PrefDescRowIdxBaseToPrefDescRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .PrefDescRowIdxBaseToPrefDescRowAsync(CancellationToken)
    • Method .PrefDescRowIdxBaseToPrefDescRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .PrefDescRowIdxBaseToPrefDescRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxPrefDescIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.PrefDescRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxPrefkey(String)
    • Method GetFromIdxPrefsection(String)
    • Method GetFromReader(SoDataReader, PrefDescTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxPrefkeyAsync(String, CancellationToken)
    • Method GetFromIdxPrefsectionAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, PrefDescTableInfo, CancellationToken)

SuperOffice.CRM.Rows.PreferenceRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(PreferenceRecordData)
    • Method ToInserts(IEnumerable<PreferenceRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<PreferenceTableInfo>, CancellationToken)
    • Method ToInsertAsync(PreferenceRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<PreferenceRecordData>, CancellationToken)

SuperOffice.CRM.Rows.PreferenceRow is Modified

  • Deleted items
    • Method GetFromIdxPreferenceId(Int32)
    • Method GetFromIdxTypePreferenceId(Int16, Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.PreferenceRow.PreferenceRowIdxBase is Modified
  • Deleted items
    • Method .PreferenceRowIdxBaseop_Implicit(PreferenceRowIdxBase)
    • Method .PreferenceRowIdxBaseop_Implicit(PreferenceRowIdxBase)
  • New items
    • Method .PreferenceRowIdxBaseToPreferenceRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .PreferenceRowIdxBaseToPreferenceRowAsync(CancellationToken)
    • Method .PreferenceRowIdxBaseToPreferenceRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .PreferenceRowIdxBaseToPreferenceRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxPreferenceIdAsync(Int32, CancellationToken)
    • Method GetFromIdxTypePreferenceIdAsync(Int16, Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.PreferenceRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxType(Int16)
    • Method GetFromReader(SoDataReader, PreferenceTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTypeAsync(Int16, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, PreferenceTableInfo, CancellationToken)

SuperOffice.CRM.Rows.PriceListRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(PriceListRecordData)
    • Method ToInserts(IEnumerable<PriceListRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<PriceListTableInfo>, CancellationToken)
    • Method ToInsertAsync(PriceListRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<PriceListRecordData>, CancellationToken)

SuperOffice.CRM.Rows.PriceListRow is Modified

  • Deleted items
    • Method GetFromIdxPriceListId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.PriceListRow.PriceListRowIdxBase is Modified
  • Deleted items
    • Method .PriceListRowIdxBaseop_Implicit(PriceListRowIdxBase)
    • Method .PriceListRowIdxBaseop_Implicit(PriceListRowIdxBase)
  • New items
    • Method .PriceListRowIdxBaseToPriceListRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .PriceListRowIdxBaseToPriceListRowAsync(CancellationToken)
    • Method .PriceListRowIdxBaseToPriceListRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .PriceListRowIdxBaseToPriceListRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxPriceListIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.PriceListRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCurrencyId(Int32)
    • Method GetFromIdxValidFrom(DateTime)
    • Method GetFromIdxValidFromValidTo(DateTime, DateTime)
    • Method GetFromIdxValidFromValidToIsActive(DateTime, DateTime, Int16)
    • Method GetFromIdxValidFromValidToIsActiveIsERPCopy(DateTime, DateTime, Int16, Int16)
    • Method GetFromReader(SoDataReader, PriceListTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCurrencyIdAsync(Int32, CancellationToken)
    • Method GetFromIdxValidFromAsync(DateTime, CancellationToken)
    • Method GetFromIdxValidFromValidToAsync(DateTime, DateTime, CancellationToken)
    • Method GetFromIdxValidFromValidToIsActiveAsync(DateTime, DateTime, Int16, CancellationToken)
    • Method GetFromIdxValidFromValidToIsActiveIsERPCopyAsync(DateTime, DateTime, Int16, Int16, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, PriceListTableInfo, CancellationToken)

SuperOffice.CRM.Rows.PriceUnitGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(PriceUnitGroupLinkRecordData)
    • Method ToInserts(IEnumerable<PriceUnitGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<PriceUnitGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(PriceUnitGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<PriceUnitGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.PriceUnitGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxPriceUnitGroupLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.PriceUnitGroupLinkRow.PriceUnitGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .PriceUnitGroupLinkRowIdxBaseop_Implicit(PriceUnitGroupLinkRowIdxBase)
    • Method .PriceUnitGroupLinkRowIdxBaseop_Implicit(PriceUnitGroupLinkRowIdxBase)
  • New items
    • Method .PriceUnitGroupLinkRowIdxBaseToPriceUnitGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .PriceUnitGroupLinkRowIdxBaseToPriceUnitGroupLinkRowAsync(CancellationToken)
    • Method .PriceUnitGroupLinkRowIdxBaseToPriceUnitGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .PriceUnitGroupLinkRowIdxBaseToPriceUnitGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxPriceUnitGroupLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.PriceUnitGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromIdxPriceUnitId(Int32)
    • Method GetFromReader(SoDataReader, PriceUnitGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromIdxPriceUnitIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, PriceUnitGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.PriceUnitHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(PriceUnitHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<PriceUnitHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<PriceUnitHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(PriceUnitHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<PriceUnitHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.PriceUnitHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxPriceUnitHeadingLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.PriceUnitHeadingLinkRow.PriceUnitHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .PriceUnitHeadingLinkRowIdxBaseop_Implicit(PriceUnitHeadingLinkRowIdxBase)
    • Method .PriceUnitHeadingLinkRowIdxBaseop_Implicit(PriceUnitHeadingLinkRowIdxBase)
  • New items
    • Method .PriceUnitHeadingLinkRowIdxBaseToPriceUnitHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .PriceUnitHeadingLinkRowIdxBaseToPriceUnitHeadingLinkRowAsync(CancellationToken)
    • Method .PriceUnitHeadingLinkRowIdxBaseToPriceUnitHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .PriceUnitHeadingLinkRowIdxBaseToPriceUnitHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxPriceUnitHeadingLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.PriceUnitHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromIdxPriceUnitId(Int32)
    • Method GetFromReader(SoDataReader, PriceUnitHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromIdxPriceUnitIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, PriceUnitHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.PriceUnitRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(PriceUnitRecordData)
    • Method ToInserts(IEnumerable<PriceUnitRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<PriceUnitTableInfo>, CancellationToken)
    • Method ToInsertAsync(PriceUnitRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<PriceUnitRecordData>, CancellationToken)

SuperOffice.CRM.Rows.PriceUnitRow is Modified

  • Deleted items
    • Method GetFromIdxName(String)
    • Method GetFromIdxPriceUnitId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.PriceUnitRow.PriceUnitRowIdxBase is Modified
  • Deleted items
    • Method .PriceUnitRowIdxBaseop_Implicit(PriceUnitRowIdxBase)
    • Method .PriceUnitRowIdxBaseop_Implicit(PriceUnitRowIdxBase)
  • New items
    • Method .PriceUnitRowIdxBaseToPriceUnitRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .PriceUnitRowIdxBaseToPriceUnitRowAsync(CancellationToken)
    • Method .PriceUnitRowIdxBaseToPriceUnitRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .PriceUnitRowIdxBaseToPriceUnitRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxPriceUnitIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.PriceUnitRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, PriceUnitTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, PriceUnitTableInfo, CancellationToken)

SuperOffice.CRM.Rows.PriorityGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(PriorityGroupLinkRecordData)
    • Method ToInserts(IEnumerable<PriorityGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<PriorityGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(PriorityGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<PriorityGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.PriorityGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxPrioritygrouplinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.PriorityGroupLinkRow.PriorityGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .PriorityGroupLinkRowIdxBaseop_Implicit(PriorityGroupLinkRowIdxBase)
    • Method .PriorityGroupLinkRowIdxBaseop_Implicit(PriorityGroupLinkRowIdxBase)
  • New items
    • Method .PriorityGroupLinkRowIdxBaseToPriorityGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .PriorityGroupLinkRowIdxBaseToPriorityGroupLinkRowAsync(CancellationToken)
    • Method .PriorityGroupLinkRowIdxBaseToPriorityGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .PriorityGroupLinkRowIdxBaseToPriorityGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxPrioritygrouplinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.PriorityGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromIdxPriorityId(Int32)
    • Method GetFromReader(SoDataReader, PriorityGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromIdxPriorityIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, PriorityGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.PriorityHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(PriorityHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<PriorityHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<PriorityHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(PriorityHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<PriorityHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.PriorityHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxPriorityheadinglinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.PriorityHeadingLinkRow.PriorityHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .PriorityHeadingLinkRowIdxBaseop_Implicit(PriorityHeadingLinkRowIdxBase)
    • Method .PriorityHeadingLinkRowIdxBaseop_Implicit(PriorityHeadingLinkRowIdxBase)
  • New items
    • Method .PriorityHeadingLinkRowIdxBaseToPriorityHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .PriorityHeadingLinkRowIdxBaseToPriorityHeadingLinkRowAsync(CancellationToken)
    • Method .PriorityHeadingLinkRowIdxBaseToPriorityHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .PriorityHeadingLinkRowIdxBaseToPriorityHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxPriorityheadinglinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.PriorityHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromIdxPriorityId(Int32)
    • Method GetFromReader(SoDataReader, PriorityHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromIdxPriorityIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, PriorityHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.PriorityRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(PriorityRecordData)
    • Method ToInserts(IEnumerable<PriorityRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<PriorityTableInfo>, CancellationToken)
    • Method ToInsertAsync(PriorityRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<PriorityRecordData>, CancellationToken)

SuperOffice.CRM.Rows.PriorityRow is Modified

  • Deleted items
    • Method GetFromIdxName(String)
    • Method GetFromIdxPriorityId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.PriorityRow.PriorityRowIdxBase is Modified
  • Deleted items
    • Method .PriorityRowIdxBaseop_Implicit(PriorityRowIdxBase)
    • Method .PriorityRowIdxBaseop_Implicit(PriorityRowIdxBase)
  • New items
    • Method .PriorityRowIdxBaseToPriorityRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .PriorityRowIdxBaseToPriorityRowAsync(CancellationToken)
    • Method .PriorityRowIdxBaseToPriorityRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .PriorityRowIdxBaseToPriorityRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxPriorityIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.PriorityRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, PriorityTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, PriorityTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ProbGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ProbGroupLinkRecordData)
    • Method ToInserts(IEnumerable<ProbGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ProbGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(ProbGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ProbGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ProbGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxProbgrouplinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ProbGroupLinkRow.ProbGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .ProbGroupLinkRowIdxBaseop_Implicit(ProbGroupLinkRowIdxBase)
    • Method .ProbGroupLinkRowIdxBaseop_Implicit(ProbGroupLinkRowIdxBase)
  • New items
    • Method .ProbGroupLinkRowIdxBaseToProbGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ProbGroupLinkRowIdxBaseToProbGroupLinkRowAsync(CancellationToken)
    • Method .ProbGroupLinkRowIdxBaseToProbGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ProbGroupLinkRowIdxBaseToProbGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxProbgrouplinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ProbGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromIdxProbId(Int32)
    • Method GetFromReader(SoDataReader, ProbGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromIdxProbIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ProbGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ProbHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ProbHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<ProbHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ProbHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(ProbHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ProbHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ProbHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxProbheadinglinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ProbHeadingLinkRow.ProbHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .ProbHeadingLinkRowIdxBaseop_Implicit(ProbHeadingLinkRowIdxBase)
    • Method .ProbHeadingLinkRowIdxBaseop_Implicit(ProbHeadingLinkRowIdxBase)
  • New items
    • Method .ProbHeadingLinkRowIdxBaseToProbHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ProbHeadingLinkRowIdxBaseToProbHeadingLinkRowAsync(CancellationToken)
    • Method .ProbHeadingLinkRowIdxBaseToProbHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ProbHeadingLinkRowIdxBaseToProbHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxProbheadinglinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ProbHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromIdxProbId(Int32)
    • Method GetFromReader(SoDataReader, ProbHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromIdxProbIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ProbHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ProbRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ProbRecordData)
    • Method ToInserts(IEnumerable<ProbRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ProbTableInfo>, CancellationToken)
    • Method ToInsertAsync(ProbRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ProbRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ProbRow is Modified

  • Deleted items
    • Method GetFromIdxName(String)
    • Method GetFromIdxProbId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ProbRow.ProbRowIdxBase is Modified
  • Deleted items
    • Method .ProbRowIdxBaseop_Implicit(ProbRowIdxBase)
    • Method .ProbRowIdxBaseop_Implicit(ProbRowIdxBase)
  • New items
    • Method .ProbRowIdxBaseToProbRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ProbRowIdxBaseToProbRowAsync(CancellationToken)
    • Method .ProbRowIdxBaseToProbRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ProbRowIdxBaseToProbRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxProbIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ProbRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, ProbTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ProbTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ProductCategoryGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ProductCategoryGroupLinkRecordData)
    • Method ToInserts(IEnumerable<ProductCategoryGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ProductCategoryGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(ProductCategoryGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ProductCategoryGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ProductCategoryGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxProductCategoryGroupLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ProductCategoryGroupLinkRow.ProductCategoryGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .ProductCategoryGroupLinkRowIdxBaseop_Implicit(ProductCategoryGroupLinkRowIdxBase)
    • Method .ProductCategoryGroupLinkRowIdxBaseop_Implicit(ProductCategoryGroupLinkRowIdxBase)
  • New items
    • Method .ProductCategoryGroupLinkRowIdxBaseToProductCategoryGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ProductCategoryGroupLinkRowIdxBaseToProductCategoryGroupLinkRowAsync(CancellationToken)
    • Method .ProductCategoryGroupLinkRowIdxBaseToProductCategoryGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ProductCategoryGroupLinkRowIdxBaseToProductCategoryGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxProductCategoryGroupLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ProductCategoryGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromIdxProductCategoryId(Int32)
    • Method GetFromReader(SoDataReader, ProductCategoryGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromIdxProductCategoryIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ProductCategoryGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ProductCategoryHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ProductCategoryHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<ProductCategoryHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ProductCategoryHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(ProductCategoryHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ProductCategoryHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ProductCategoryHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxProductCategoryHeadingLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ProductCategoryHeadingLinkRow.ProductCategoryHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .ProductCategoryHeadingLinkRowIdxBaseop_Implicit(ProductCategoryHeadingLinkRowIdxBase)
    • Method .ProductCategoryHeadingLinkRowIdxBaseop_Implicit(ProductCategoryHeadingLinkRowIdxBase)
  • New items
    • Method .ProductCategoryHeadingLinkRowIdxBaseToProductCategoryHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ProductCategoryHeadingLinkRowIdxBaseToProductCategoryHeadingLinkRowAsync(CancellationToken)
    • Method .ProductCategoryHeadingLinkRowIdxBaseToProductCategoryHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ProductCategoryHeadingLinkRowIdxBaseToProductCategoryHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxProductCategoryHeadingLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ProductCategoryHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromIdxProductCategoryId(Int32)
    • Method GetFromReader(SoDataReader, ProductCategoryHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromIdxProductCategoryIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ProductCategoryHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ProductCategoryRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ProductCategoryRecordData)
    • Method ToInserts(IEnumerable<ProductCategoryRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ProductCategoryTableInfo>, CancellationToken)
    • Method ToInsertAsync(ProductCategoryRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ProductCategoryRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ProductCategoryRow is Modified

  • Deleted items
    • Method GetFromIdxName(String)
    • Method GetFromIdxProductCategoryId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ProductCategoryRow.ProductCategoryRowIdxBase is Modified
  • Deleted items
    • Method .ProductCategoryRowIdxBaseop_Implicit(ProductCategoryRowIdxBase)
    • Method .ProductCategoryRowIdxBaseop_Implicit(ProductCategoryRowIdxBase)
  • New items
    • Method .ProductCategoryRowIdxBaseToProductCategoryRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ProductCategoryRowIdxBaseToProductCategoryRowAsync(CancellationToken)
    • Method .ProductCategoryRowIdxBaseToProductCategoryRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ProductCategoryRowIdxBaseToProductCategoryRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxProductCategoryIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ProductCategoryRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, ProductCategoryTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ProductCategoryTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ProductFamilyGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ProductFamilyGroupLinkRecordData)
    • Method ToInserts(IEnumerable<ProductFamilyGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ProductFamilyGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(ProductFamilyGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ProductFamilyGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ProductFamilyGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxProductFamilyGroupLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ProductFamilyGroupLinkRow.ProductFamilyGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .ProductFamilyGroupLinkRowIdxBaseop_Implicit(ProductFamilyGroupLinkRowIdxBase)
    • Method .ProductFamilyGroupLinkRowIdxBaseop_Implicit(ProductFamilyGroupLinkRowIdxBase)
  • New items
    • Method .ProductFamilyGroupLinkRowIdxBaseToProductFamilyGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ProductFamilyGroupLinkRowIdxBaseToProductFamilyGroupLinkRowAsync(CancellationToken)
    • Method .ProductFamilyGroupLinkRowIdxBaseToProductFamilyGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ProductFamilyGroupLinkRowIdxBaseToProductFamilyGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxProductFamilyGroupLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ProductFamilyGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromIdxProductFamilyId(Int32)
    • Method GetFromReader(SoDataReader, ProductFamilyGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromIdxProductFamilyIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ProductFamilyGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ProductFamilyHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ProductFamilyHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<ProductFamilyHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ProductFamilyHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(ProductFamilyHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ProductFamilyHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ProductFamilyHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxProductFamilyHeadingLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ProductFamilyHeadingLinkRow.ProductFamilyHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .ProductFamilyHeadingLinkRowIdxBaseop_Implicit(ProductFamilyHeadingLinkRowIdxBase)
    • Method .ProductFamilyHeadingLinkRowIdxBaseop_Implicit(ProductFamilyHeadingLinkRowIdxBase)
  • New items
    • Method .ProductFamilyHeadingLinkRowIdxBaseToProductFamilyHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ProductFamilyHeadingLinkRowIdxBaseToProductFamilyHeadingLinkRowAsync(CancellationToken)
    • Method .ProductFamilyHeadingLinkRowIdxBaseToProductFamilyHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ProductFamilyHeadingLinkRowIdxBaseToProductFamilyHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxProductFamilyHeadingLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ProductFamilyHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromIdxProductFamilyId(Int32)
    • Method GetFromReader(SoDataReader, ProductFamilyHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromIdxProductFamilyIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ProductFamilyHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ProductFamilyRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ProductFamilyRecordData)
    • Method ToInserts(IEnumerable<ProductFamilyRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ProductFamilyTableInfo>, CancellationToken)
    • Method ToInsertAsync(ProductFamilyRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ProductFamilyRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ProductFamilyRow is Modified

  • Deleted items
    • Method GetFromIdxName(String)
    • Method GetFromIdxProductFamilyId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ProductFamilyRow.ProductFamilyRowIdxBase is Modified
  • Deleted items
    • Method .ProductFamilyRowIdxBaseop_Implicit(ProductFamilyRowIdxBase)
    • Method .ProductFamilyRowIdxBaseop_Implicit(ProductFamilyRowIdxBase)
  • New items
    • Method .ProductFamilyRowIdxBaseToProductFamilyRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ProductFamilyRowIdxBaseToProductFamilyRowAsync(CancellationToken)
    • Method .ProductFamilyRowIdxBaseToProductFamilyRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ProductFamilyRowIdxBaseToProductFamilyRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxProductFamilyIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ProductFamilyRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, ProductFamilyTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ProductFamilyTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ProductRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ProductRecordData)
    • Method ToInserts(IEnumerable<ProductRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ProductTableInfo>, CancellationToken)
    • Method ToInsertAsync(ProductRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ProductRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ProductRow is Modified

  • Deleted items
    • Method GetFromIdxProductId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ProductRow.ProductRowIdxBase is Modified
  • Deleted items
    • Method .ProductRowIdxBaseop_Implicit(ProductRowIdxBase)
    • Method .ProductRowIdxBaseop_Implicit(ProductRowIdxBase)
  • New items
    • Method .ProductRowIdxBaseToProductRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ProductRowIdxBaseToProductRowAsync(CancellationToken)
    • Method .ProductRowIdxBaseToProductRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ProductRowIdxBaseToProductRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxProductIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ProductRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxERPProductKey(String)
    • Method GetFromIdxPriceListId(Int32)
    • Method GetFromReader(SoDataReader, ProductTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxERPProductKeyAsync(String, CancellationToken)
    • Method GetFromIdxPriceListIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ProductTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ProductTypeGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ProductTypeGroupLinkRecordData)
    • Method ToInserts(IEnumerable<ProductTypeGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ProductTypeGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(ProductTypeGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ProductTypeGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ProductTypeGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxProductTypeGroupLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ProductTypeGroupLinkRow.ProductTypeGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .ProductTypeGroupLinkRowIdxBaseop_Implicit(ProductTypeGroupLinkRowIdxBase)
    • Method .ProductTypeGroupLinkRowIdxBaseop_Implicit(ProductTypeGroupLinkRowIdxBase)
  • New items
    • Method .ProductTypeGroupLinkRowIdxBaseToProductTypeGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ProductTypeGroupLinkRowIdxBaseToProductTypeGroupLinkRowAsync(CancellationToken)
    • Method .ProductTypeGroupLinkRowIdxBaseToProductTypeGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ProductTypeGroupLinkRowIdxBaseToProductTypeGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxProductTypeGroupLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ProductTypeGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromIdxProductTypeId(Int32)
    • Method GetFromReader(SoDataReader, ProductTypeGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromIdxProductTypeIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ProductTypeGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ProductTypeHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ProductTypeHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<ProductTypeHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ProductTypeHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(ProductTypeHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ProductTypeHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ProductTypeHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxProductTypeHeadingLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ProductTypeHeadingLinkRow.ProductTypeHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .ProductTypeHeadingLinkRowIdxBaseop_Implicit(ProductTypeHeadingLinkRowIdxBase)
    • Method .ProductTypeHeadingLinkRowIdxBaseop_Implicit(ProductTypeHeadingLinkRowIdxBase)
  • New items
    • Method .ProductTypeHeadingLinkRowIdxBaseToProductTypeHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ProductTypeHeadingLinkRowIdxBaseToProductTypeHeadingLinkRowAsync(CancellationToken)
    • Method .ProductTypeHeadingLinkRowIdxBaseToProductTypeHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ProductTypeHeadingLinkRowIdxBaseToProductTypeHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxProductTypeHeadingLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ProductTypeHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromIdxProductTypeId(Int32)
    • Method GetFromReader(SoDataReader, ProductTypeHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromIdxProductTypeIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ProductTypeHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ProductTypeRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ProductTypeRecordData)
    • Method ToInserts(IEnumerable<ProductTypeRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ProductTypeTableInfo>, CancellationToken)
    • Method ToInsertAsync(ProductTypeRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ProductTypeRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ProductTypeRow is Modified

  • Deleted items
    • Method GetFromIdxName(String)
    • Method GetFromIdxProductTypeId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ProductTypeRow.ProductTypeRowIdxBase is Modified
  • Deleted items
    • Method .ProductTypeRowIdxBaseop_Implicit(ProductTypeRowIdxBase)
    • Method .ProductTypeRowIdxBaseop_Implicit(ProductTypeRowIdxBase)
  • New items
    • Method .ProductTypeRowIdxBaseToProductTypeRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ProductTypeRowIdxBaseToProductTypeRowAsync(CancellationToken)
    • Method .ProductTypeRowIdxBaseToProductTypeRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ProductTypeRowIdxBaseToProductTypeRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxProductTypeIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ProductTypeRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, ProductTypeTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ProductTypeTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ProductVersionRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ProductVersionRecordData)
    • Method ToInserts(IEnumerable<ProductVersionRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ProductVersionTableInfo>, CancellationToken)
    • Method ToInsertAsync(ProductVersionRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ProductVersionRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ProductVersionRow is Modified

  • Deleted items
    • Method GetFromIdxOwnerNameCodeNameVersion(String, String, String)
    • Method GetFromIdxProductVersionId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ProductVersionRow.ProductVersionRowIdxBase is Modified
  • Deleted items
    • Method .ProductVersionRowIdxBaseop_Implicit(ProductVersionRowIdxBase)
    • Method .ProductVersionRowIdxBaseop_Implicit(ProductVersionRowIdxBase)
  • New items
    • Method .ProductVersionRowIdxBaseToProductVersionRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ProductVersionRowIdxBaseToProductVersionRowAsync(CancellationToken)
    • Method .ProductVersionRowIdxBaseToProductVersionRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ProductVersionRowIdxBaseToProductVersionRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxOwnerNameCodeNameVersionAsync(String, String, String, CancellationToken)
    • Method GetFromIdxProductVersionIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ProductVersionRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxOwnerName(String)
    • Method GetFromIdxOwnerNameCodeName(String, String)
    • Method GetFromReader(SoDataReader, ProductVersionTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxOwnerNameAsync(String, CancellationToken)
    • Method GetFromIdxOwnerNameCodeNameAsync(String, String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ProductVersionTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ProfileRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ProfileRecordData)
    • Method ToInserts(IEnumerable<ProfileRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ProfileTableInfo>, CancellationToken)
    • Method ToInsertAsync(ProfileRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ProfileRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ProfileRow is Modified

  • Deleted items
    • Method GetFromIdxProfileId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ProfileRow.ProfileRowIdxBase is Modified
  • Deleted items
    • Method .ProfileRowIdxBaseop_Implicit(ProfileRowIdxBase)
    • Method .ProfileRowIdxBaseop_Implicit(ProfileRowIdxBase)
  • New items
    • Method .ProfileRowIdxBaseToProfileRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ProfileRowIdxBaseToProfileRowAsync(CancellationToken)
    • Method .ProfileRowIdxBaseToProfileRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ProfileRowIdxBaseToProfileRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxProfileIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ProfileRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxUserId(Int32)
    • Method GetFromReader(SoDataReader, ProfileTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxUserIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ProfileTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ProjectMemberRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ProjectMemberRecordData)
    • Method ToInserts(IEnumerable<ProjectMemberRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ProjectMemberTableInfo>, CancellationToken)
    • Method ToInsertAsync(ProjectMemberRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ProjectMemberRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ProjectMemberRow is Modified

  • Deleted items
    • Method GetFromIdxProjectmemberId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ProjectMemberRow.ProjectMemberRowIdxBase is Modified
  • Deleted items
    • Method .ProjectMemberRowIdxBaseop_Implicit(ProjectMemberRowIdxBase)
    • Method .ProjectMemberRowIdxBaseop_Implicit(ProjectMemberRowIdxBase)
  • New items
    • Method .ProjectMemberRowIdxBaseToProjectMemberRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ProjectMemberRowIdxBaseToProjectMemberRowAsync(CancellationToken)
    • Method .ProjectMemberRowIdxBaseToProjectMemberRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ProjectMemberRowIdxBaseToProjectMemberRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxProjectmemberIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ProjectMemberRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxContactId(Int32)
    • Method GetFromIdxPersonId(Int32)
    • Method GetFromIdxProjectId(Int32)
    • Method GetFromIdxProjectIdRank(Int32, Int16)
    • Method GetFromReader(SoDataReader, ProjectMemberTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxContactIdAsync(Int32, CancellationToken)
    • Method GetFromIdxPersonIdAsync(Int32, CancellationToken)
    • Method GetFromIdxProjectIdAsync(Int32, CancellationToken)
    • Method GetFromIdxProjectIdRankAsync(Int32, Int16, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ProjectMemberTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ProjectRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ProjectRecordData)
    • Method ToInserts(IEnumerable<ProjectRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ProjectTableInfo>, CancellationToken)
    • Method ToInsertAsync(ProjectRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ProjectRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ProjectRow is Modified

  • Deleted items
    • Method GetFromIdxProjectId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ProjectRow.ProjectRowIdxBase is Modified
  • Deleted items
    • Method .ProjectRowIdxBaseop_Implicit(ProjectRowIdxBase)
    • Method .ProjectRowIdxBaseop_Implicit(ProjectRowIdxBase)
  • New items
    • Method .ProjectRowIdxBaseToProjectRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ProjectRowIdxBaseToProjectRowAsync(CancellationToken)
    • Method .ProjectRowIdxBaseToProjectRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ProjectRowIdxBaseToProjectRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxProjectIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ProjectRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxDone(Int16)
    • Method GetFromIdxName(String)
    • Method GetFromIdxProjectNumber(String)
    • Method GetFromIdxSoundEx(String)
    • Method GetFromIdxSource(Int16)
    • Method GetFromIdxUserdef2Id(Int32)
    • Method GetFromReader(SoDataReader, ProjectTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDoneAsync(Int16, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxProjectNumberAsync(String, CancellationToken)
    • Method GetFromIdxSoundExAsync(String, CancellationToken)
    • Method GetFromIdxSourceAsync(Int16, CancellationToken)
    • Method GetFromIdxUserdef2IdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ProjectTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ProjectTypeStatusLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ProjectTypeStatusLinkRecordData)
    • Method ToInserts(IEnumerable<ProjectTypeStatusLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ProjectTypeStatusLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(ProjectTypeStatusLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ProjectTypeStatusLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ProjectTypeStatusLinkRow is Modified

  • Deleted items
    • Method GetFromIdxProjectTypeStatusLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ProjectTypeStatusLinkRow.ProjectTypeStatusLinkRowIdxBase is Modified
  • Deleted items
    • Method .ProjectTypeStatusLinkRowIdxBaseop_Implicit(ProjectTypeStatusLinkRowIdxBase)
    • Method .ProjectTypeStatusLinkRowIdxBaseop_Implicit(ProjectTypeStatusLinkRowIdxBase)
  • New items
    • Method .ProjectTypeStatusLinkRowIdxBaseToProjectTypeStatusLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ProjectTypeStatusLinkRowIdxBaseToProjectTypeStatusLinkRowAsync(CancellationToken)
    • Method .ProjectTypeStatusLinkRowIdxBaseToProjectTypeStatusLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ProjectTypeStatusLinkRowIdxBaseToProjectTypeStatusLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxProjectTypeStatusLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ProjectTypeStatusLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxProjTypeId(Int32)
    • Method GetFromIdxProjTypeIdProjStatusId(Int32, Int32)
    • Method GetFromReader(SoDataReader, ProjectTypeStatusLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxProjTypeIdAsync(Int32, CancellationToken)
    • Method GetFromIdxProjTypeIdProjStatusIdAsync(Int32, Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ProjectTypeStatusLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ProjStatusGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ProjStatusGroupLinkRecordData)
    • Method ToInserts(IEnumerable<ProjStatusGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ProjStatusGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(ProjStatusGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ProjStatusGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ProjStatusGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxProjstatusgrouplinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ProjStatusGroupLinkRow.ProjStatusGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .ProjStatusGroupLinkRowIdxBaseop_Implicit(ProjStatusGroupLinkRowIdxBase)
    • Method .ProjStatusGroupLinkRowIdxBaseop_Implicit(ProjStatusGroupLinkRowIdxBase)
  • New items
    • Method .ProjStatusGroupLinkRowIdxBaseToProjStatusGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ProjStatusGroupLinkRowIdxBaseToProjStatusGroupLinkRowAsync(CancellationToken)
    • Method .ProjStatusGroupLinkRowIdxBaseToProjStatusGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ProjStatusGroupLinkRowIdxBaseToProjStatusGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxProjstatusgrouplinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ProjStatusGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromIdxProjStatusId(Int32)
    • Method GetFromReader(SoDataReader, ProjStatusGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromIdxProjStatusIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ProjStatusGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ProjStatusHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ProjStatusHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<ProjStatusHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ProjStatusHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(ProjStatusHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ProjStatusHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ProjStatusHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxProjstatusheadinglinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ProjStatusHeadingLinkRow.ProjStatusHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .ProjStatusHeadingLinkRowIdxBaseop_Implicit(ProjStatusHeadingLinkRowIdxBase)
    • Method .ProjStatusHeadingLinkRowIdxBaseop_Implicit(ProjStatusHeadingLinkRowIdxBase)
  • New items
    • Method .ProjStatusHeadingLinkRowIdxBaseToProjStatusHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ProjStatusHeadingLinkRowIdxBaseToProjStatusHeadingLinkRowAsync(CancellationToken)
    • Method .ProjStatusHeadingLinkRowIdxBaseToProjStatusHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ProjStatusHeadingLinkRowIdxBaseToProjStatusHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxProjstatusheadinglinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ProjStatusHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromIdxProjStatusId(Int32)
    • Method GetFromReader(SoDataReader, ProjStatusHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromIdxProjStatusIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ProjStatusHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ProjStatusRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ProjStatusRecordData)
    • Method ToInserts(IEnumerable<ProjStatusRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ProjStatusTableInfo>, CancellationToken)
    • Method ToInsertAsync(ProjStatusRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ProjStatusRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ProjStatusRow is Modified

  • Deleted items
    • Method GetFromIdxName(String)
    • Method GetFromIdxProjStatusId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ProjStatusRow.ProjStatusRowIdxBase is Modified
  • Deleted items
    • Method .ProjStatusRowIdxBaseop_Implicit(ProjStatusRowIdxBase)
    • Method .ProjStatusRowIdxBaseop_Implicit(ProjStatusRowIdxBase)
  • New items
    • Method .ProjStatusRowIdxBaseToProjStatusRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ProjStatusRowIdxBaseToProjStatusRowAsync(CancellationToken)
    • Method .ProjStatusRowIdxBaseToProjStatusRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ProjStatusRowIdxBaseToProjStatusRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxProjStatusIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ProjStatusRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, ProjStatusTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ProjStatusTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ProjTypeGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ProjTypeGroupLinkRecordData)
    • Method ToInserts(IEnumerable<ProjTypeGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ProjTypeGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(ProjTypeGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ProjTypeGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ProjTypeGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxProjtypegrouplinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ProjTypeGroupLinkRow.ProjTypeGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .ProjTypeGroupLinkRowIdxBaseop_Implicit(ProjTypeGroupLinkRowIdxBase)
    • Method .ProjTypeGroupLinkRowIdxBaseop_Implicit(ProjTypeGroupLinkRowIdxBase)
  • New items
    • Method .ProjTypeGroupLinkRowIdxBaseToProjTypeGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ProjTypeGroupLinkRowIdxBaseToProjTypeGroupLinkRowAsync(CancellationToken)
    • Method .ProjTypeGroupLinkRowIdxBaseToProjTypeGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ProjTypeGroupLinkRowIdxBaseToProjTypeGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxProjtypegrouplinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ProjTypeGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromIdxProjTypeId(Int32)
    • Method GetFromReader(SoDataReader, ProjTypeGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromIdxProjTypeIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ProjTypeGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ProjTypeHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ProjTypeHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<ProjTypeHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ProjTypeHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(ProjTypeHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ProjTypeHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ProjTypeHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxProjtypeheadinglinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ProjTypeHeadingLinkRow.ProjTypeHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .ProjTypeHeadingLinkRowIdxBaseop_Implicit(ProjTypeHeadingLinkRowIdxBase)
    • Method .ProjTypeHeadingLinkRowIdxBaseop_Implicit(ProjTypeHeadingLinkRowIdxBase)
  • New items
    • Method .ProjTypeHeadingLinkRowIdxBaseToProjTypeHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ProjTypeHeadingLinkRowIdxBaseToProjTypeHeadingLinkRowAsync(CancellationToken)
    • Method .ProjTypeHeadingLinkRowIdxBaseToProjTypeHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ProjTypeHeadingLinkRowIdxBaseToProjTypeHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxProjtypeheadinglinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ProjTypeHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromIdxProjTypeId(Int32)
    • Method GetFromReader(SoDataReader, ProjTypeHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromIdxProjTypeIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ProjTypeHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ProjTypeRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ProjTypeRecordData)
    • Method ToInserts(IEnumerable<ProjTypeRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ProjTypeTableInfo>, CancellationToken)
    • Method ToInsertAsync(ProjTypeRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ProjTypeRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ProjTypeRow is Modified

  • Deleted items
    • Method GetFromIdxName(String)
    • Method GetFromIdxProjTypeId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ProjTypeRow.ProjTypeRowIdxBase is Modified
  • Deleted items
    • Method .ProjTypeRowIdxBaseop_Implicit(ProjTypeRowIdxBase)
    • Method .ProjTypeRowIdxBaseop_Implicit(ProjTypeRowIdxBase)
  • New items
    • Method .ProjTypeRowIdxBaseToProjTypeRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ProjTypeRowIdxBaseToProjTypeRowAsync(CancellationToken)
    • Method .ProjTypeRowIdxBaseToProjTypeRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ProjTypeRowIdxBaseToProjTypeRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxProjTypeIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ProjTypeRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, ProjTypeTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ProjTypeTableInfo, CancellationToken)

SuperOffice.CRM.Rows.PublishRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(PublishRecordData)
    • Method ToInserts(IEnumerable<PublishRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<PublishTableInfo>, CancellationToken)
    • Method ToInsertAsync(PublishRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<PublishRecordData>, CancellationToken)

SuperOffice.CRM.Rows.PublishRow is Modified

  • Deleted items
    • Method GetFromIdxPublishId(Int32)
    • Method GetFromIdxTableNumberRecordIdPublishType(Int16, Int32, PublishType)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.PublishRow.PublishRowIdxBase is Modified
  • Deleted items
    • Method .PublishRowIdxBaseop_Implicit(PublishRowIdxBase)
    • Method .PublishRowIdxBaseop_Implicit(PublishRowIdxBase)
  • New items
    • Method .PublishRowIdxBaseToPublishRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .PublishRowIdxBaseToPublishRowAsync(CancellationToken)
    • Method .PublishRowIdxBaseToPublishRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .PublishRowIdxBaseToPublishRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxPublishIdAsync(Int32, CancellationToken)
    • Method GetFromIdxTableNumberRecordIdPublishTypeAsync(Int16, Int32, PublishType, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.PublishRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxPublishType(PublishType)
    • Method GetFromIdxTableNumber(Int16)
    • Method GetFromIdxTableNumberRecordId(Int16, Int32)
    • Method GetFromReader(SoDataReader, PublishTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxPublishTypeAsync(PublishType, CancellationToken)
    • Method GetFromIdxTableNumberAsync(Int16, CancellationToken)
    • Method GetFromIdxTableNumberRecordIdAsync(Int16, Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, PublishTableInfo, CancellationToken)

SuperOffice.CRM.Rows.PushNotificationServiceRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(PushNotificationServiceRecordData)
    • Method ToInserts(IEnumerable<PushNotificationServiceRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<PushNotificationServiceTableInfo>, CancellationToken)
    • Method ToInsertAsync(PushNotificationServiceRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<PushNotificationServiceRecordData>, CancellationToken)

SuperOffice.CRM.Rows.PushNotificationServiceRow is Modified

  • Deleted items
    • Method GetFromIdxPushNotificationServiceId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.PushNotificationServiceRow.PushNotificationServiceRowIdxBase is Modified
  • Deleted items
    • Method .PushNotificationServiceRowIdxBaseop_Implicit(PushNotificationServiceRowIdxBase)
    • Method .PushNotificationServiceRowIdxBaseop_Implicit(PushNotificationServiceRowIdxBase)
  • New items
    • Method .PushNotificationServiceRowIdxBaseToPushNotificationServiceRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .PushNotificationServiceRowIdxBaseToPushNotificationServiceRowAsync(CancellationToken)
    • Method .PushNotificationServiceRowIdxBaseToPushNotificationServiceRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .PushNotificationServiceRowIdxBaseToPushNotificationServiceRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxPushNotificationServiceIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.PushNotificationServiceRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, PushNotificationServiceTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, PushNotificationServiceTableInfo, CancellationToken)

SuperOffice.CRM.Rows.QuickReplyRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(QuickReplyRecordData)
    • Method ToInserts(IEnumerable<QuickReplyRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<QuickReplyTableInfo>, CancellationToken)
    • Method ToInsertAsync(QuickReplyRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<QuickReplyRecordData>, CancellationToken)

SuperOffice.CRM.Rows.QuickReplyRow is Modified

  • Deleted items
    • Method GetFromIdxQuickReplyId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.QuickReplyRow.QuickReplyRowIdxBase is Modified
  • Deleted items
    • Method .QuickReplyRowIdxBaseop_Implicit(QuickReplyRowIdxBase)
    • Method .QuickReplyRowIdxBaseop_Implicit(QuickReplyRowIdxBase)
  • New items
    • Method .QuickReplyRowIdxBaseToQuickReplyRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .QuickReplyRowIdxBaseToQuickReplyRowAsync(CancellationToken)
    • Method .QuickReplyRowIdxBaseToQuickReplyRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .QuickReplyRowIdxBaseToQuickReplyRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxQuickReplyIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.QuickReplyRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxRank(Int16)
    • Method GetFromReader(SoDataReader, QuickReplyTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxRankAsync(Int16, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, QuickReplyTableInfo, CancellationToken)

SuperOffice.CRM.Rows.QuoteAlternativeRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(QuoteAlternativeRecordData)
    • Method ToInserts(IEnumerable<QuoteAlternativeRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<QuoteAlternativeTableInfo>, CancellationToken)
    • Method ToInsertAsync(QuoteAlternativeRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<QuoteAlternativeRecordData>, CancellationToken)

SuperOffice.CRM.Rows.QuoteAlternativeRow is Modified

  • Deleted items
    • Method GetFromIdxQuoteAlternativeId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.QuoteAlternativeRow.QuoteAlternativeRowIdxBase is Modified
  • Deleted items
    • Method .QuoteAlternativeRowIdxBaseop_Implicit(QuoteAlternativeRowIdxBase)
    • Method .QuoteAlternativeRowIdxBaseop_Implicit(QuoteAlternativeRowIdxBase)
  • New items
    • Method .QuoteAlternativeRowIdxBaseToQuoteAlternativeRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .QuoteAlternativeRowIdxBaseToQuoteAlternativeRowAsync(CancellationToken)
    • Method .QuoteAlternativeRowIdxBaseToQuoteAlternativeRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .QuoteAlternativeRowIdxBaseToQuoteAlternativeRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxQuoteAlternativeIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.QuoteAlternativeRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxERPQuoteAlternativeKey(String)
    • Method GetFromIdxQuoteVersionId(Int32)
    • Method GetFromReader(SoDataReader, QuoteAlternativeTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxERPQuoteAlternativeKeyAsync(String, CancellationToken)
    • Method GetFromIdxQuoteVersionIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, QuoteAlternativeTableInfo, CancellationToken)

SuperOffice.CRM.Rows.QuoteApprReasonGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(QuoteApprReasonGroupLinkRecordData)
    • Method ToInserts(IEnumerable<QuoteApprReasonGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<QuoteApprReasonGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(QuoteApprReasonGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<QuoteApprReasonGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.QuoteApprReasonGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxQuoteApprReasonGroupLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.QuoteApprReasonGroupLinkRow.QuoteApprReasonGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .QuoteApprReasonGroupLinkRowIdxBaseop_Implicit(QuoteApprReasonGroupLinkRowIdxBase)
    • Method .QuoteApprReasonGroupLinkRowIdxBaseop_Implicit(QuoteApprReasonGroupLinkRowIdxBase)
  • New items
    • Method .QuoteApprReasonGroupLinkRowIdxBaseToQuoteApprReasonGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .QuoteApprReasonGroupLinkRowIdxBaseToQuoteApprReasonGroupLinkRowAsync(CancellationToken)
    • Method .QuoteApprReasonGroupLinkRowIdxBaseToQuoteApprReasonGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .QuoteApprReasonGroupLinkRowIdxBaseToQuoteApprReasonGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxQuoteApprReasonGroupLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.QuoteApprReasonGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromIdxQuoteapprreasonId(Int32)
    • Method GetFromReader(SoDataReader, QuoteApprReasonGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromIdxQuoteapprreasonIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, QuoteApprReasonGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.QuoteApprReasonHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(QuoteApprReasonHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<QuoteApprReasonHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<QuoteApprReasonHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(QuoteApprReasonHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<QuoteApprReasonHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.QuoteApprReasonHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxQuoteApprReasonHeadingLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.QuoteApprReasonHeadingLinkRow.QuoteApprReasonHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .QuoteApprReasonHeadingLinkRowIdxBaseop_Implicit(QuoteApprReasonHeadingLinkRowIdxBase)
    • Method .QuoteApprReasonHeadingLinkRowIdxBaseop_Implicit(QuoteApprReasonHeadingLinkRowIdxBase)
  • New items
    • Method .QuoteApprReasonHeadingLinkRowIdxBaseToQuoteApprReasonHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .QuoteApprReasonHeadingLinkRowIdxBaseToQuoteApprReasonHeadingLinkRowAsync(CancellationToken)
    • Method .QuoteApprReasonHeadingLinkRowIdxBaseToQuoteApprReasonHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .QuoteApprReasonHeadingLinkRowIdxBaseToQuoteApprReasonHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxQuoteApprReasonHeadingLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.QuoteApprReasonHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromIdxQuoteapprreasonId(Int32)
    • Method GetFromReader(SoDataReader, QuoteApprReasonHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromIdxQuoteapprreasonIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, QuoteApprReasonHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.QuoteApprReasonRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(QuoteApprReasonRecordData)
    • Method ToInserts(IEnumerable<QuoteApprReasonRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<QuoteApprReasonTableInfo>, CancellationToken)
    • Method ToInsertAsync(QuoteApprReasonRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<QuoteApprReasonRecordData>, CancellationToken)

SuperOffice.CRM.Rows.QuoteApprReasonRow is Modified

  • Deleted items
    • Method GetFromIdxName(String)
    • Method GetFromIdxQuoteApprReasonId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.QuoteApprReasonRow.QuoteApprReasonRowIdxBase is Modified
  • Deleted items
    • Method .QuoteApprReasonRowIdxBaseop_Implicit(QuoteApprReasonRowIdxBase)
    • Method .QuoteApprReasonRowIdxBaseop_Implicit(QuoteApprReasonRowIdxBase)
  • New items
    • Method .QuoteApprReasonRowIdxBaseToQuoteApprReasonRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .QuoteApprReasonRowIdxBaseToQuoteApprReasonRowAsync(CancellationToken)
    • Method .QuoteApprReasonRowIdxBaseToQuoteApprReasonRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .QuoteApprReasonRowIdxBaseToQuoteApprReasonRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxQuoteApprReasonIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.QuoteApprReasonRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, QuoteApprReasonTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, QuoteApprReasonTableInfo, CancellationToken)

SuperOffice.CRM.Rows.QuoteConnectionAccessRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(QuoteConnectionAccessRecordData)
    • Method ToInserts(IEnumerable<QuoteConnectionAccessRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<QuoteConnectionAccessTableInfo>, CancellationToken)
    • Method ToInsertAsync(QuoteConnectionAccessRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<QuoteConnectionAccessRecordData>, CancellationToken)

SuperOffice.CRM.Rows.QuoteConnectionAccessRow is Modified

  • Deleted items
    • Method GetFromIdxQuoteConnectionAccessId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.QuoteConnectionAccessRow.QuoteConnectionAccessRowIdxBase is Modified
  • Deleted items
    • Method .QuoteConnectionAccessRowIdxBaseop_Implicit(QuoteConnectionAccessRowIdxBase)
    • Method .QuoteConnectionAccessRowIdxBaseop_Implicit(QuoteConnectionAccessRowIdxBase)
  • New items
    • Method .QuoteConnectionAccessRowIdxBaseToQuoteConnectionAccessRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .QuoteConnectionAccessRowIdxBaseToQuoteConnectionAccessRowAsync(CancellationToken)
    • Method .QuoteConnectionAccessRowIdxBaseToQuoteConnectionAccessRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .QuoteConnectionAccessRowIdxBaseToQuoteConnectionAccessRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxQuoteConnectionAccessIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.QuoteConnectionAccessRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, QuoteConnectionAccessTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, QuoteConnectionAccessTableInfo, CancellationToken)

SuperOffice.CRM.Rows.QuoteConnectionRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(QuoteConnectionRecordData)
    • Method ToInserts(IEnumerable<QuoteConnectionRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<QuoteConnectionTableInfo>, CancellationToken)
    • Method ToInsertAsync(QuoteConnectionRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<QuoteConnectionRecordData>, CancellationToken)

SuperOffice.CRM.Rows.QuoteConnectionRow is Modified

  • Deleted items
    • Method GetFromIdxQuoteConnectionId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.QuoteConnectionRow.QuoteConnectionRowIdxBase is Modified
  • Deleted items
    • Method .QuoteConnectionRowIdxBaseop_Implicit(QuoteConnectionRowIdxBase)
    • Method .QuoteConnectionRowIdxBaseop_Implicit(QuoteConnectionRowIdxBase)
  • New items
    • Method .QuoteConnectionRowIdxBaseToQuoteConnectionRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .QuoteConnectionRowIdxBaseToQuoteConnectionRowAsync(CancellationToken)
    • Method .QuoteConnectionRowIdxBaseToQuoteConnectionRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .QuoteConnectionRowIdxBaseToQuoteConnectionRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxQuoteConnectionIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.QuoteConnectionRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, QuoteConnectionTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, QuoteConnectionTableInfo, CancellationToken)

SuperOffice.CRM.Rows.QuoteDenyReasonGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(QuoteDenyReasonGroupLinkRecordData)
    • Method ToInserts(IEnumerable<QuoteDenyReasonGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<QuoteDenyReasonGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(QuoteDenyReasonGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<QuoteDenyReasonGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.QuoteDenyReasonGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxQuoteDenyReasonGroupLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.QuoteDenyReasonGroupLinkRow.QuoteDenyReasonGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .QuoteDenyReasonGroupLinkRowIdxBaseop_Implicit(QuoteDenyReasonGroupLinkRowIdxBase)
    • Method .QuoteDenyReasonGroupLinkRowIdxBaseop_Implicit(QuoteDenyReasonGroupLinkRowIdxBase)
  • New items
    • Method .QuoteDenyReasonGroupLinkRowIdxBaseToQuoteDenyReasonGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .QuoteDenyReasonGroupLinkRowIdxBaseToQuoteDenyReasonGroupLinkRowAsync(CancellationToken)
    • Method .QuoteDenyReasonGroupLinkRowIdxBaseToQuoteDenyReasonGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .QuoteDenyReasonGroupLinkRowIdxBaseToQuoteDenyReasonGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxQuoteDenyReasonGroupLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.QuoteDenyReasonGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromIdxQuotedenyreasonId(Int32)
    • Method GetFromReader(SoDataReader, QuoteDenyReasonGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromIdxQuotedenyreasonIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, QuoteDenyReasonGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.QuoteDenyReasonHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(QuoteDenyReasonHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<QuoteDenyReasonHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<QuoteDenyReasonHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(QuoteDenyReasonHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<QuoteDenyReasonHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.QuoteDenyReasonHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxQuoteDenyReasonHeadingLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.QuoteDenyReasonHeadingLinkRow.QuoteDenyReasonHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .QuoteDenyReasonHeadingLinkRowIdxBaseop_Implicit(QuoteDenyReasonHeadingLinkRowIdxBase)
    • Method .QuoteDenyReasonHeadingLinkRowIdxBaseop_Implicit(QuoteDenyReasonHeadingLinkRowIdxBase)
  • New items
    • Method .QuoteDenyReasonHeadingLinkRowIdxBaseToQuoteDenyReasonHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .QuoteDenyReasonHeadingLinkRowIdxBaseToQuoteDenyReasonHeadingLinkRowAsync(CancellationToken)
    • Method .QuoteDenyReasonHeadingLinkRowIdxBaseToQuoteDenyReasonHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .QuoteDenyReasonHeadingLinkRowIdxBaseToQuoteDenyReasonHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxQuoteDenyReasonHeadingLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.QuoteDenyReasonHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromIdxQuotedenyreasonId(Int32)
    • Method GetFromReader(SoDataReader, QuoteDenyReasonHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromIdxQuotedenyreasonIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, QuoteDenyReasonHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.QuoteDenyReasonRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(QuoteDenyReasonRecordData)
    • Method ToInserts(IEnumerable<QuoteDenyReasonRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<QuoteDenyReasonTableInfo>, CancellationToken)
    • Method ToInsertAsync(QuoteDenyReasonRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<QuoteDenyReasonRecordData>, CancellationToken)

SuperOffice.CRM.Rows.QuoteDenyReasonRow is Modified

  • Deleted items
    • Method GetFromIdxName(String)
    • Method GetFromIdxQuoteDenyReasonId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.QuoteDenyReasonRow.QuoteDenyReasonRowIdxBase is Modified
  • Deleted items
    • Method .QuoteDenyReasonRowIdxBaseop_Implicit(QuoteDenyReasonRowIdxBase)
    • Method .QuoteDenyReasonRowIdxBaseop_Implicit(QuoteDenyReasonRowIdxBase)
  • New items
    • Method .QuoteDenyReasonRowIdxBaseToQuoteDenyReasonRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .QuoteDenyReasonRowIdxBaseToQuoteDenyReasonRowAsync(CancellationToken)
    • Method .QuoteDenyReasonRowIdxBaseToQuoteDenyReasonRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .QuoteDenyReasonRowIdxBaseToQuoteDenyReasonRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxQuoteDenyReasonIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.QuoteDenyReasonRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, QuoteDenyReasonTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, QuoteDenyReasonTableInfo, CancellationToken)

SuperOffice.CRM.Rows.QuoteLineConfigurationRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(QuoteLineConfigurationRecordData)
    • Method ToInserts(IEnumerable<QuoteLineConfigurationRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<QuoteLineConfigurationTableInfo>, CancellationToken)
    • Method ToInsertAsync(QuoteLineConfigurationRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<QuoteLineConfigurationRecordData>, CancellationToken)

SuperOffice.CRM.Rows.QuoteLineConfigurationRow is Modified

  • Deleted items
    • Method GetFromIdxQuoteLineConfigurationId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.QuoteLineConfigurationRow.QuoteLineConfigurationRowIdxBase is Modified
  • Deleted items
    • Method .QuoteLineConfigurationRowIdxBaseop_Implicit(QuoteLineConfigurationRowIdxBase)
    • Method .QuoteLineConfigurationRowIdxBaseop_Implicit(QuoteLineConfigurationRowIdxBase)
  • New items
    • Method .QuoteLineConfigurationRowIdxBaseToQuoteLineConfigurationRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .QuoteLineConfigurationRowIdxBaseToQuoteLineConfigurationRowAsync(CancellationToken)
    • Method .QuoteLineConfigurationRowIdxBaseToQuoteLineConfigurationRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .QuoteLineConfigurationRowIdxBaseToQuoteLineConfigurationRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxQuoteLineConfigurationIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.QuoteLineConfigurationRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, QuoteLineConfigurationTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, QuoteLineConfigurationTableInfo, CancellationToken)

SuperOffice.CRM.Rows.QuoteLineRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(QuoteLineRecordData)
    • Method ToInserts(IEnumerable<QuoteLineRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<QuoteLineTableInfo>, CancellationToken)
    • Method ToInsertAsync(QuoteLineRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<QuoteLineRecordData>, CancellationToken)

SuperOffice.CRM.Rows.QuoteLineRow is Modified

  • Deleted items
    • Method GetFromIdxQuoteLineId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.QuoteLineRow.QuoteLineRowIdxBase is Modified
  • Deleted items
    • Method .QuoteLineRowIdxBaseop_Implicit(QuoteLineRowIdxBase)
    • Method .QuoteLineRowIdxBaseop_Implicit(QuoteLineRowIdxBase)
  • New items
    • Method .QuoteLineRowIdxBaseToQuoteLineRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .QuoteLineRowIdxBaseToQuoteLineRowAsync(CancellationToken)
    • Method .QuoteLineRowIdxBaseToQuoteLineRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .QuoteLineRowIdxBaseToQuoteLineRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxQuoteLineIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.QuoteLineRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxQuoteAlternativeId(Int32)
    • Method GetFromReader(SoDataReader, QuoteLineTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxQuoteAlternativeIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, QuoteLineTableInfo, CancellationToken)

SuperOffice.CRM.Rows.QuoteRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(QuoteRecordData)
    • Method ToInserts(IEnumerable<QuoteRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<QuoteTableInfo>, CancellationToken)
    • Method ToInsertAsync(QuoteRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<QuoteRecordData>, CancellationToken)

SuperOffice.CRM.Rows.QuoteRow is Modified

  • Deleted items
    • Method GetFromIdxQuoteId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.QuoteRow.QuoteRowIdxBase is Modified
  • Deleted items
    • Method .QuoteRowIdxBaseop_Implicit(QuoteRowIdxBase)
    • Method .QuoteRowIdxBaseop_Implicit(QuoteRowIdxBase)
  • New items
    • Method .QuoteRowIdxBaseToQuoteRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .QuoteRowIdxBaseToQuoteRowAsync(CancellationToken)
    • Method .QuoteRowIdxBaseToQuoteRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .QuoteRowIdxBaseToQuoteRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxQuoteIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.QuoteRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, QuoteTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, QuoteTableInfo, CancellationToken)

SuperOffice.CRM.Rows.QuoteVersionAttachmentRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(QuoteVersionAttachmentRecordData)
    • Method ToInserts(IEnumerable<QuoteVersionAttachmentRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<QuoteVersionAttachmentTableInfo>, CancellationToken)
    • Method ToInsertAsync(QuoteVersionAttachmentRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<QuoteVersionAttachmentRecordData>, CancellationToken)

SuperOffice.CRM.Rows.QuoteVersionAttachmentRow is Modified

  • Deleted items
    • Method GetFromIdxQuoteVersionAttachmentId(Int32)
    • Method GetFromIdxQuoteVersionIdDocumentId(Int32, Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.QuoteVersionAttachmentRow.QuoteVersionAttachmentRowIdxBase is Modified
  • Deleted items
    • Method .QuoteVersionAttachmentRowIdxBaseop_Implicit(QuoteVersionAttachmentRowIdxBase)
    • Method .QuoteVersionAttachmentRowIdxBaseop_Implicit(QuoteVersionAttachmentRowIdxBase)
  • New items
    • Method .QuoteVersionAttachmentRowIdxBaseToQuoteVersionAttachmentRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .QuoteVersionAttachmentRowIdxBaseToQuoteVersionAttachmentRowAsync(CancellationToken)
    • Method .QuoteVersionAttachmentRowIdxBaseToQuoteVersionAttachmentRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .QuoteVersionAttachmentRowIdxBaseToQuoteVersionAttachmentRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxQuoteVersionAttachmentIdAsync(Int32, CancellationToken)
    • Method GetFromIdxQuoteVersionIdDocumentIdAsync(Int32, Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.QuoteVersionAttachmentRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxQuoteVersionId(Int32)
    • Method GetFromReader(SoDataReader, QuoteVersionAttachmentTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxQuoteVersionIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, QuoteVersionAttachmentTableInfo, CancellationToken)

SuperOffice.CRM.Rows.QuoteVersionRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(QuoteVersionRecordData)
    • Method ToInserts(IEnumerable<QuoteVersionRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<QuoteVersionTableInfo>, CancellationToken)
    • Method ToInsertAsync(QuoteVersionRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<QuoteVersionRecordData>, CancellationToken)

SuperOffice.CRM.Rows.QuoteVersionRow is Modified

  • Deleted items
    • Method GetFromIdxQuoteVersionId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.QuoteVersionRow.QuoteVersionRowIdxBase is Modified
  • Deleted items
    • Method .QuoteVersionRowIdxBaseop_Implicit(QuoteVersionRowIdxBase)
    • Method .QuoteVersionRowIdxBaseop_Implicit(QuoteVersionRowIdxBase)
  • New items
    • Method .QuoteVersionRowIdxBaseToQuoteVersionRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .QuoteVersionRowIdxBaseToQuoteVersionRowAsync(CancellationToken)
    • Method .QuoteVersionRowIdxBaseToQuoteVersionRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .QuoteVersionRowIdxBaseToQuoteVersionRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxQuoteVersionIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.QuoteVersionRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxERPQuoteVersionKey(String)
    • Method GetFromIdxQuoteId(Int32)
    • Method GetFromReader(SoDataReader, QuoteVersionTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxERPQuoteVersionKeyAsync(String, CancellationToken)
    • Method GetFromIdxQuoteIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, QuoteVersionTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ReasonGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ReasonGroupLinkRecordData)
    • Method ToInserts(IEnumerable<ReasonGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ReasonGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(ReasonGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ReasonGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ReasonGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxReasongrouplinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ReasonGroupLinkRow.ReasonGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .ReasonGroupLinkRowIdxBaseop_Implicit(ReasonGroupLinkRowIdxBase)
    • Method .ReasonGroupLinkRowIdxBaseop_Implicit(ReasonGroupLinkRowIdxBase)
  • New items
    • Method .ReasonGroupLinkRowIdxBaseToReasonGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ReasonGroupLinkRowIdxBaseToReasonGroupLinkRowAsync(CancellationToken)
    • Method .ReasonGroupLinkRowIdxBaseToReasonGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ReasonGroupLinkRowIdxBaseToReasonGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxReasongrouplinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ReasonGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromIdxReasonId(Int32)
    • Method GetFromReader(SoDataReader, ReasonGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromIdxReasonIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ReasonGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ReasonHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ReasonHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<ReasonHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ReasonHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(ReasonHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ReasonHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ReasonHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxReasonheadinglinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ReasonHeadingLinkRow.ReasonHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .ReasonHeadingLinkRowIdxBaseop_Implicit(ReasonHeadingLinkRowIdxBase)
    • Method .ReasonHeadingLinkRowIdxBaseop_Implicit(ReasonHeadingLinkRowIdxBase)
  • New items
    • Method .ReasonHeadingLinkRowIdxBaseToReasonHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ReasonHeadingLinkRowIdxBaseToReasonHeadingLinkRowAsync(CancellationToken)
    • Method .ReasonHeadingLinkRowIdxBaseToReasonHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ReasonHeadingLinkRowIdxBaseToReasonHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxReasonheadinglinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ReasonHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromIdxReasonId(Int32)
    • Method GetFromReader(SoDataReader, ReasonHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromIdxReasonIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ReasonHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ReasonRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ReasonRecordData)
    • Method ToInserts(IEnumerable<ReasonRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ReasonTableInfo>, CancellationToken)
    • Method ToInsertAsync(ReasonRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ReasonRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ReasonRow is Modified

  • Deleted items
    • Method GetFromIdxName(String)
    • Method GetFromIdxReasonId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ReasonRow.ReasonRowIdxBase is Modified
  • Deleted items
    • Method .ReasonRowIdxBaseop_Implicit(ReasonRowIdxBase)
    • Method .ReasonRowIdxBaseop_Implicit(ReasonRowIdxBase)
  • New items
    • Method .ReasonRowIdxBaseToReasonRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ReasonRowIdxBaseToReasonRowAsync(CancellationToken)
    • Method .ReasonRowIdxBaseToReasonRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ReasonRowIdxBaseToReasonRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxReasonIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ReasonRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, ReasonTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ReasonTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ReasonSoldGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ReasonSoldGroupLinkRecordData)
    • Method ToInserts(IEnumerable<ReasonSoldGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ReasonSoldGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(ReasonSoldGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ReasonSoldGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ReasonSoldGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxReasonSoldGroupLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ReasonSoldGroupLinkRow.ReasonSoldGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .ReasonSoldGroupLinkRowIdxBaseop_Implicit(ReasonSoldGroupLinkRowIdxBase)
    • Method .ReasonSoldGroupLinkRowIdxBaseop_Implicit(ReasonSoldGroupLinkRowIdxBase)
  • New items
    • Method .ReasonSoldGroupLinkRowIdxBaseToReasonSoldGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ReasonSoldGroupLinkRowIdxBaseToReasonSoldGroupLinkRowAsync(CancellationToken)
    • Method .ReasonSoldGroupLinkRowIdxBaseToReasonSoldGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ReasonSoldGroupLinkRowIdxBaseToReasonSoldGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxReasonSoldGroupLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ReasonSoldGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromIdxReasonSoldId(Int32)
    • Method GetFromReader(SoDataReader, ReasonSoldGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromIdxReasonSoldIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ReasonSoldGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ReasonSoldHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ReasonSoldHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<ReasonSoldHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ReasonSoldHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(ReasonSoldHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ReasonSoldHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ReasonSoldHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxReasonSoldHeadingLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ReasonSoldHeadingLinkRow.ReasonSoldHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .ReasonSoldHeadingLinkRowIdxBaseop_Implicit(ReasonSoldHeadingLinkRowIdxBase)
    • Method .ReasonSoldHeadingLinkRowIdxBaseop_Implicit(ReasonSoldHeadingLinkRowIdxBase)
  • New items
    • Method .ReasonSoldHeadingLinkRowIdxBaseToReasonSoldHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ReasonSoldHeadingLinkRowIdxBaseToReasonSoldHeadingLinkRowAsync(CancellationToken)
    • Method .ReasonSoldHeadingLinkRowIdxBaseToReasonSoldHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ReasonSoldHeadingLinkRowIdxBaseToReasonSoldHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxReasonSoldHeadingLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ReasonSoldHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromIdxReasonSoldId(Int32)
    • Method GetFromReader(SoDataReader, ReasonSoldHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromIdxReasonSoldIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ReasonSoldHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ReasonSoldRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ReasonSoldRecordData)
    • Method ToInserts(IEnumerable<ReasonSoldRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ReasonSoldTableInfo>, CancellationToken)
    • Method ToInsertAsync(ReasonSoldRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ReasonSoldRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ReasonSoldRow is Modified

  • Deleted items
    • Method GetFromIdxName(String)
    • Method GetFromIdxReasonSoldId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ReasonSoldRow.ReasonSoldRowIdxBase is Modified
  • Deleted items
    • Method .ReasonSoldRowIdxBaseop_Implicit(ReasonSoldRowIdxBase)
    • Method .ReasonSoldRowIdxBaseop_Implicit(ReasonSoldRowIdxBase)
  • New items
    • Method .ReasonSoldRowIdxBaseToReasonSoldRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ReasonSoldRowIdxBaseToReasonSoldRowAsync(CancellationToken)
    • Method .ReasonSoldRowIdxBaseToReasonSoldRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ReasonSoldRowIdxBaseToReasonSoldRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxReasonSoldIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ReasonSoldRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, ReasonSoldTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ReasonSoldTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ReasonStalledGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ReasonStalledGroupLinkRecordData)
    • Method ToInserts(IEnumerable<ReasonStalledGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ReasonStalledGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(ReasonStalledGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ReasonStalledGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ReasonStalledGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxReasonStalledGroupLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ReasonStalledGroupLinkRow.ReasonStalledGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .ReasonStalledGroupLinkRowIdxBaseop_Implicit(ReasonStalledGroupLinkRowIdxBase)
    • Method .ReasonStalledGroupLinkRowIdxBaseop_Implicit(ReasonStalledGroupLinkRowIdxBase)
  • New items
    • Method .ReasonStalledGroupLinkRowIdxBaseToReasonStalledGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ReasonStalledGroupLinkRowIdxBaseToReasonStalledGroupLinkRowAsync(CancellationToken)
    • Method .ReasonStalledGroupLinkRowIdxBaseToReasonStalledGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ReasonStalledGroupLinkRowIdxBaseToReasonStalledGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxReasonStalledGroupLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ReasonStalledGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromIdxReasonStalledId(Int32)
    • Method GetFromReader(SoDataReader, ReasonStalledGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromIdxReasonStalledIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ReasonStalledGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ReasonStalledHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ReasonStalledHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<ReasonStalledHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ReasonStalledHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(ReasonStalledHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ReasonStalledHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ReasonStalledHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxReasonStalledHeadingLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ReasonStalledHeadingLinkRow.ReasonStalledHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .ReasonStalledHeadingLinkRowIdxBaseop_Implicit(ReasonStalledHeadingLinkRowIdxBase)
    • Method .ReasonStalledHeadingLinkRowIdxBaseop_Implicit(ReasonStalledHeadingLinkRowIdxBase)
  • New items
    • Method .ReasonStalledHeadingLinkRowIdxBaseToReasonStalledHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ReasonStalledHeadingLinkRowIdxBaseToReasonStalledHeadingLinkRowAsync(CancellationToken)
    • Method .ReasonStalledHeadingLinkRowIdxBaseToReasonStalledHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ReasonStalledHeadingLinkRowIdxBaseToReasonStalledHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxReasonStalledHeadingLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ReasonStalledHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromIdxReasonStalledId(Int32)
    • Method GetFromReader(SoDataReader, ReasonStalledHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromIdxReasonStalledIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ReasonStalledHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ReasonStalledRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ReasonStalledRecordData)
    • Method ToInserts(IEnumerable<ReasonStalledRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ReasonStalledTableInfo>, CancellationToken)
    • Method ToInsertAsync(ReasonStalledRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ReasonStalledRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ReasonStalledRow is Modified

  • Deleted items
    • Method GetFromIdxName(String)
    • Method GetFromIdxReasonStalledId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ReasonStalledRow.ReasonStalledRowIdxBase is Modified
  • Deleted items
    • Method .ReasonStalledRowIdxBaseop_Implicit(ReasonStalledRowIdxBase)
    • Method .ReasonStalledRowIdxBaseop_Implicit(ReasonStalledRowIdxBase)
  • New items
    • Method .ReasonStalledRowIdxBaseToReasonStalledRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ReasonStalledRowIdxBaseToReasonStalledRowAsync(CancellationToken)
    • Method .ReasonStalledRowIdxBaseToReasonStalledRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ReasonStalledRowIdxBaseToReasonStalledRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxReasonStalledIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ReasonStalledRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, ReasonStalledTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ReasonStalledTableInfo, CancellationToken)

SuperOffice.CRM.Rows.RecurrenceRuleRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(RecurrenceRuleRecordData)
    • Method ToInserts(IEnumerable<RecurrenceRuleRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<RecurrenceRuleTableInfo>, CancellationToken)
    • Method ToInsertAsync(RecurrenceRuleRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<RecurrenceRuleRecordData>, CancellationToken)

SuperOffice.CRM.Rows.RecurrenceRuleRow is Modified

  • Deleted items
    • Method GetFromIdxRecurrenceRuleId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.RecurrenceRuleRow.RecurrenceRuleRowIdxBase is Modified
  • Deleted items
    • Method .RecurrenceRuleRowIdxBaseop_Implicit(RecurrenceRuleRowIdxBase)
    • Method .RecurrenceRuleRowIdxBaseop_Implicit(RecurrenceRuleRowIdxBase)
  • New items
    • Method .RecurrenceRuleRowIdxBaseToRecurrenceRuleRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .RecurrenceRuleRowIdxBaseToRecurrenceRuleRowAsync(CancellationToken)
    • Method .RecurrenceRuleRowIdxBaseToRecurrenceRuleRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .RecurrenceRuleRowIdxBaseToRecurrenceRuleRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxRecurrenceRuleIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.RecurrenceRuleRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, RecurrenceRuleTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, RecurrenceRuleTableInfo, CancellationToken)

SuperOffice.CRM.Rows.RedLetterDayRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(RedLetterDayRecordData)
    • Method ToInserts(IEnumerable<RedLetterDayRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<RedLetterDayTableInfo>, CancellationToken)
    • Method ToInsertAsync(RedLetterDayRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<RedLetterDayRecordData>, CancellationToken)

SuperOffice.CRM.Rows.RedLetterDayRow is Modified

  • Deleted items
    • Method GetFromIdxRedletterdayId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.RedLetterDayRow.RedLetterDayRowIdxBase is Modified
  • Deleted items
    • Method .RedLetterDayRowIdxBaseop_Implicit(RedLetterDayRowIdxBase)
    • Method .RedLetterDayRowIdxBaseop_Implicit(RedLetterDayRowIdxBase)
  • New items
    • Method .RedLetterDayRowIdxBaseToRedLetterDayRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .RedLetterDayRowIdxBaseToRedLetterDayRowAsync(CancellationToken)
    • Method .RedLetterDayRowIdxBaseToRedLetterDayRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .RedLetterDayRowIdxBaseToRedLetterDayRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxRedletterdayIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.RedLetterDayRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCountryId(Int32)
    • Method GetFromIdxCountryIdReddate(Int32, DateTime)
    • Method GetFromReader(SoDataReader, RedLetterDayTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCountryIdAsync(Int32, CancellationToken)
    • Method GetFromIdxCountryIdReddateAsync(Int32, DateTime, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, RedLetterDayTableInfo, CancellationToken)

SuperOffice.CRM.Rows.RefCountRangeRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(RefCountRangeRecordData)
    • Method ToInserts(IEnumerable<RefCountRangeRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<RefCountRangeTableInfo>, CancellationToken)
    • Method ToInsertAsync(RefCountRangeRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<RefCountRangeRecordData>, CancellationToken)

SuperOffice.CRM.Rows.RefCountRangeRow is Modified

  • Deleted items
    • Method GetFromIdxRefCountRangeId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.RefCountRangeRow.RefCountRangeRowIdxBase is Modified
  • Deleted items
    • Method .RefCountRangeRowIdxBaseop_Implicit(RefCountRangeRowIdxBase)
    • Method .RefCountRangeRowIdxBaseop_Implicit(RefCountRangeRowIdxBase)
  • New items
    • Method .RefCountRangeRowIdxBaseToRefCountRangeRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .RefCountRangeRowIdxBaseToRefCountRangeRowAsync(CancellationToken)
    • Method .RefCountRangeRowIdxBaseToRefCountRangeRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .RefCountRangeRowIdxBaseToRefCountRangeRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxRefCountRangeIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.RefCountRangeRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxRefCountsId(Int32)
    • Method GetFromIdxTravellerId(Int16)
    • Method GetFromReader(SoDataReader, RefCountRangeTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxRefCountsIdAsync(Int32, CancellationToken)
    • Method GetFromIdxTravellerIdAsync(Int16, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, RefCountRangeTableInfo, CancellationToken)

SuperOffice.CRM.Rows.RefCountsRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(RefCountsRecordData)
    • Method ToInserts(IEnumerable<RefCountsRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<RefCountsTableInfo>, CancellationToken)
    • Method ToInsertAsync(RefCountsRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<RefCountsRecordData>, CancellationToken)

SuperOffice.CRM.Rows.RefCountsRow is Modified

  • Deleted items
    • Method GetFromIdxRefCountsId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.RefCountsRow.RefCountsRowIdxBase is Modified
  • Deleted items
    • Method .RefCountsRowIdxBaseop_Implicit(RefCountsRowIdxBase)
    • Method .RefCountsRowIdxBaseop_Implicit(RefCountsRowIdxBase)
  • New items
    • Method .RefCountsRowIdxBaseToRefCountsRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .RefCountsRowIdxBaseToRefCountsRowAsync(CancellationToken)
    • Method .RefCountsRowIdxBaseToRefCountsRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .RefCountsRowIdxBaseToRefCountsRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxRefCountsIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.RefCountsRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxFieldId(Int32)
    • Method GetFromIdxFieldIdRecordId(Int32, Int32)
    • Method GetFromIdxRecordId(Int32)
    • Method GetFromReader(SoDataReader, RefCountsTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxFieldIdAsync(Int32, CancellationToken)
    • Method GetFromIdxFieldIdRecordIdAsync(Int32, Int32, CancellationToken)
    • Method GetFromIdxRecordIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, RefCountsTableInfo, CancellationToken)

SuperOffice.CRM.Rows.RegistryRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(RegistryRecordData)
    • Method ToInserts(IEnumerable<RegistryRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<RegistryTableInfo>, CancellationToken)
    • Method ToInsertAsync(RegistryRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<RegistryRecordData>, CancellationToken)

SuperOffice.CRM.Rows.RegistryRow is Modified

  • Deleted items
    • Method GetFromIdxRegistryId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.RegistryRow.RegistryRowIdxBase is Modified
  • Deleted items
    • Method .RegistryRowIdxBaseop_Implicit(RegistryRowIdxBase)
    • Method .RegistryRowIdxBaseop_Implicit(RegistryRowIdxBase)
  • New items
    • Method .RegistryRowIdxBaseToRegistryRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .RegistryRowIdxBaseToRegistryRowAsync(CancellationToken)
    • Method .RegistryRowIdxBaseToRegistryRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .RegistryRowIdxBaseToRegistryRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxRegistryIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.RegistryRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, RegistryTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, RegistryTableInfo, CancellationToken)

SuperOffice.CRM.Rows.RejectReasonGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(RejectReasonGroupLinkRecordData)
    • Method ToInserts(IEnumerable<RejectReasonGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<RejectReasonGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(RejectReasonGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<RejectReasonGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.RejectReasonGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxRejectreasongrouplinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.RejectReasonGroupLinkRow.RejectReasonGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .RejectReasonGroupLinkRowIdxBaseop_Implicit(RejectReasonGroupLinkRowIdxBase)
    • Method .RejectReasonGroupLinkRowIdxBaseop_Implicit(RejectReasonGroupLinkRowIdxBase)
  • New items
    • Method .RejectReasonGroupLinkRowIdxBaseToRejectReasonGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .RejectReasonGroupLinkRowIdxBaseToRejectReasonGroupLinkRowAsync(CancellationToken)
    • Method .RejectReasonGroupLinkRowIdxBaseToRejectReasonGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .RejectReasonGroupLinkRowIdxBaseToRejectReasonGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxRejectreasongrouplinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.RejectReasonGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromIdxRejectreasonId(Int32)
    • Method GetFromReader(SoDataReader, RejectReasonGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromIdxRejectreasonIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, RejectReasonGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.RejectReasonHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(RejectReasonHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<RejectReasonHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<RejectReasonHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(RejectReasonHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<RejectReasonHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.RejectReasonHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxRejectreasonheadinglinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.RejectReasonHeadingLinkRow.RejectReasonHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .RejectReasonHeadingLinkRowIdxBaseop_Implicit(RejectReasonHeadingLinkRowIdxBase)
    • Method .RejectReasonHeadingLinkRowIdxBaseop_Implicit(RejectReasonHeadingLinkRowIdxBase)
  • New items
    • Method .RejectReasonHeadingLinkRowIdxBaseToRejectReasonHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .RejectReasonHeadingLinkRowIdxBaseToRejectReasonHeadingLinkRowAsync(CancellationToken)
    • Method .RejectReasonHeadingLinkRowIdxBaseToRejectReasonHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .RejectReasonHeadingLinkRowIdxBaseToRejectReasonHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxRejectreasonheadinglinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.RejectReasonHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromIdxRejectreasonId(Int32)
    • Method GetFromReader(SoDataReader, RejectReasonHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromIdxRejectreasonIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, RejectReasonHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.RejectReasonRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(RejectReasonRecordData)
    • Method ToInserts(IEnumerable<RejectReasonRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<RejectReasonTableInfo>, CancellationToken)
    • Method ToInsertAsync(RejectReasonRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<RejectReasonRecordData>, CancellationToken)

SuperOffice.CRM.Rows.RejectReasonRow is Modified

  • Deleted items
    • Method GetFromIdxName(String)
    • Method GetFromIdxRejectReasonId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.RejectReasonRow.RejectReasonRowIdxBase is Modified
  • Deleted items
    • Method .RejectReasonRowIdxBaseop_Implicit(RejectReasonRowIdxBase)
    • Method .RejectReasonRowIdxBaseop_Implicit(RejectReasonRowIdxBase)
  • New items
    • Method .RejectReasonRowIdxBaseToRejectReasonRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .RejectReasonRowIdxBaseToRejectReasonRowAsync(CancellationToken)
    • Method .RejectReasonRowIdxBaseToRejectReasonRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .RejectReasonRowIdxBaseToRejectReasonRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxRejectReasonIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.RejectReasonRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, RejectReasonTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, RejectReasonTableInfo, CancellationToken)

SuperOffice.CRM.Rows.RelationDefinitionGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(RelationDefinitionGroupLinkRecordData)
    • Method ToInserts(IEnumerable<RelationDefinitionGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<RelationDefinitionGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(RelationDefinitionGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<RelationDefinitionGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.RelationDefinitionGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxReldefgrouplinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.RelationDefinitionGroupLinkRow.RelationDefinitionGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .RelationDefinitionGroupLinkRowIdxBaseop_Implicit(RelationDefinitionGroupLinkRowIdxBase)
    • Method .RelationDefinitionGroupLinkRowIdxBaseop_Implicit(RelationDefinitionGroupLinkRowIdxBase)
  • New items
    • Method .RelationDefinitionGroupLinkRowIdxBaseToRelationDefinitionGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .RelationDefinitionGroupLinkRowIdxBaseToRelationDefinitionGroupLinkRowAsync(CancellationToken)
    • Method .RelationDefinitionGroupLinkRowIdxBaseToRelationDefinitionGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .RelationDefinitionGroupLinkRowIdxBaseToRelationDefinitionGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxReldefgrouplinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.RelationDefinitionGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromIdxReldefId(Int32)
    • Method GetFromReader(SoDataReader, RelationDefinitionGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromIdxReldefIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, RelationDefinitionGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.RelationDefinitionHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(RelationDefinitionHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<RelationDefinitionHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<RelationDefinitionHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(RelationDefinitionHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<RelationDefinitionHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.RelationDefinitionHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxReldefheadinglinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.RelationDefinitionHeadingLinkRow.RelationDefinitionHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .RelationDefinitionHeadingLinkRowIdxBaseop_Implicit(RelationDefinitionHeadingLinkRowIdxBase)
    • Method .RelationDefinitionHeadingLinkRowIdxBaseop_Implicit(RelationDefinitionHeadingLinkRowIdxBase)
  • New items
    • Method .RelationDefinitionHeadingLinkRowIdxBaseToRelationDefinitionHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .RelationDefinitionHeadingLinkRowIdxBaseToRelationDefinitionHeadingLinkRowAsync(CancellationToken)
    • Method .RelationDefinitionHeadingLinkRowIdxBaseToRelationDefinitionHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .RelationDefinitionHeadingLinkRowIdxBaseToRelationDefinitionHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxReldefheadinglinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.RelationDefinitionHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromIdxReldefId(Int32)
    • Method GetFromReader(SoDataReader, RelationDefinitionHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromIdxReldefIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, RelationDefinitionHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.RelationDefinitionRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(RelationDefinitionRecordData)
    • Method ToInserts(IEnumerable<RelationDefinitionRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<RelationDefinitionTableInfo>, CancellationToken)
    • Method ToInsertAsync(RelationDefinitionRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<RelationDefinitionRecordData>, CancellationToken)

SuperOffice.CRM.Rows.RelationDefinitionRow is Modified

  • Deleted items
    • Method GetFromIdxReldefId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.RelationDefinitionRow.RelationDefinitionRowIdxBase is Modified
  • Deleted items
    • Method .RelationDefinitionRowIdxBaseop_Implicit(RelationDefinitionRowIdxBase)
    • Method .RelationDefinitionRowIdxBaseop_Implicit(RelationDefinitionRowIdxBase)
  • New items
    • Method .RelationDefinitionRowIdxBaseToRelationDefinitionRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .RelationDefinitionRowIdxBaseToRelationDefinitionRowAsync(CancellationToken)
    • Method .RelationDefinitionRowIdxBaseToRelationDefinitionRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .RelationDefinitionRowIdxBaseToRelationDefinitionRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxReldefIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.RelationDefinitionRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, RelationDefinitionTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, RelationDefinitionTableInfo, CancellationToken)

SuperOffice.CRM.Rows.RelationsRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(RelationsRecordData)
    • Method ToInserts(IEnumerable<RelationsRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<RelationsTableInfo>, CancellationToken)
    • Method ToInsertAsync(RelationsRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<RelationsRecordData>, CancellationToken)

SuperOffice.CRM.Rows.RelationsRow is Modified

  • Deleted items
    • Method GetFromIdxRelationId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.RelationsRow.RelationsRowIdxBase is Modified
  • Deleted items
    • Method .RelationsRowIdxBaseop_Implicit(RelationsRowIdxBase)
    • Method .RelationsRowIdxBaseop_Implicit(RelationsRowIdxBase)
  • New items
    • Method .RelationsRowIdxBaseToRelationsRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .RelationsRowIdxBaseToRelationsRowAsync(CancellationToken)
    • Method .RelationsRowIdxBaseToRelationsRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .RelationsRowIdxBaseToRelationsRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxRelationIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.RelationsRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxDestinationRecord(Int32)
    • Method GetFromIdxDestinationTable(Int16)
    • Method GetFromIdxDestinationTableDestinationRecord(Int16, Int32)
    • Method GetFromIdxDestinationTableDestinationRecordReversed(Int16, Int32, Int16)
    • Method GetFromIdxReldefId(Int32)
    • Method GetFromIdxReversed(Int16)
    • Method GetFromIdxSourceRecord(Int32)
    • Method GetFromIdxSourceTable(Int16)
    • Method GetFromIdxSourceTableSourceRecord(Int16, Int32)
    • Method GetFromIdxSourceTableSourceRecordReversed(Int16, Int32, Int16)
    • Method GetFromReader(SoDataReader, RelationsTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDestinationRecordAsync(Int32, CancellationToken)
    • Method GetFromIdxDestinationTableAsync(Int16, CancellationToken)
    • Method GetFromIdxDestinationTableDestinationRecordAsync(Int16, Int32, CancellationToken)
    • Method GetFromIdxDestinationTableDestinationRecordReversedAsync(Int16, Int32, Int16, CancellationToken)
    • Method GetFromIdxReldefIdAsync(Int32, CancellationToken)
    • Method GetFromIdxReversedAsync(Int16, CancellationToken)
    • Method GetFromIdxSourceRecordAsync(Int32, CancellationToken)
    • Method GetFromIdxSourceTableAsync(Int16, CancellationToken)
    • Method GetFromIdxSourceTableSourceRecordAsync(Int16, Int32, CancellationToken)
    • Method GetFromIdxSourceTableSourceRecordReversedAsync(Int16, Int32, Int16, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, RelationsTableInfo, CancellationToken)

SuperOffice.CRM.Rows.RelationTargetRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(RelationTargetRecordData)
    • Method ToInserts(IEnumerable<RelationTargetRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<RelationTargetTableInfo>, CancellationToken)
    • Method ToInsertAsync(RelationTargetRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<RelationTargetRecordData>, CancellationToken)

SuperOffice.CRM.Rows.RelationTargetRow is Modified

  • Deleted items
    • Method GetFromIdxReltargetId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.RelationTargetRow.RelationTargetRowIdxBase is Modified
  • Deleted items
    • Method .RelationTargetRowIdxBaseop_Implicit(RelationTargetRowIdxBase)
    • Method .RelationTargetRowIdxBaseop_Implicit(RelationTargetRowIdxBase)
  • New items
    • Method .RelationTargetRowIdxBaseToRelationTargetRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .RelationTargetRowIdxBaseToRelationTargetRowAsync(CancellationToken)
    • Method .RelationTargetRowIdxBaseToRelationTargetRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .RelationTargetRowIdxBaseToRelationTargetRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxReltargetIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.RelationTargetRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxBidirectional(Int16)
    • Method GetFromIdxDestinationTable(Int16)
    • Method GetFromIdxReldefId(Int32)
    • Method GetFromIdxSourceTable(Int16)
    • Method GetFromReader(SoDataReader, RelationTargetTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxBidirectionalAsync(Int16, CancellationToken)
    • Method GetFromIdxDestinationTableAsync(Int16, CancellationToken)
    • Method GetFromIdxReldefIdAsync(Int32, CancellationToken)
    • Method GetFromIdxSourceTableAsync(Int16, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, RelationTargetTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ReplyTemplateAttachmentRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ReplyTemplateAttachmentRecordData)
    • Method ToInserts(IEnumerable<ReplyTemplateAttachmentRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ReplyTemplateAttachmentTableInfo>, CancellationToken)
    • Method ToInsertAsync(ReplyTemplateAttachmentRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ReplyTemplateAttachmentRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ReplyTemplateAttachmentRow is Modified

  • Deleted items
    • Method GetFromIdxReplyTemplateAttachmentId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ReplyTemplateAttachmentRow.ReplyTemplateAttachmentRowIdxBase is Modified
  • Deleted items
    • Method .ReplyTemplateAttachmentRowIdxBaseop_Implicit(ReplyTemplateAttachmentRowIdxBase)
    • Method .ReplyTemplateAttachmentRowIdxBaseop_Implicit(ReplyTemplateAttachmentRowIdxBase)
  • New items
    • Method .ReplyTemplateAttachmentRowIdxBaseToReplyTemplateAttachmentRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ReplyTemplateAttachmentRowIdxBaseToReplyTemplateAttachmentRowAsync(CancellationToken)
    • Method .ReplyTemplateAttachmentRowIdxBaseToReplyTemplateAttachmentRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ReplyTemplateAttachmentRowIdxBaseToReplyTemplateAttachmentRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxReplyTemplateAttachmentIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ReplyTemplateAttachmentRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAttachmentId(Int32)
    • Method GetFromIdxEntryId(Int32)
    • Method GetFromReader(SoDataReader, ReplyTemplateAttachmentTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAttachmentIdAsync(Int32, CancellationToken)
    • Method GetFromIdxEntryIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ReplyTemplateAttachmentTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ReplyTemplateBodyRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ReplyTemplateBodyRecordData)
    • Method ToInserts(IEnumerable<ReplyTemplateBodyRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ReplyTemplateBodyTableInfo>, CancellationToken)
    • Method ToInsertAsync(ReplyTemplateBodyRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ReplyTemplateBodyRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ReplyTemplateBodyRow is Modified

  • Deleted items
    • Method GetFromIdxReplyTemplateBodyId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ReplyTemplateBodyRow.ReplyTemplateBodyRowIdxBase is Modified
  • Deleted items
    • Method .ReplyTemplateBodyRowIdxBaseop_Implicit(ReplyTemplateBodyRowIdxBase)
    • Method .ReplyTemplateBodyRowIdxBaseop_Implicit(ReplyTemplateBodyRowIdxBase)
  • New items
    • Method .ReplyTemplateBodyRowIdxBaseToReplyTemplateBodyRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ReplyTemplateBodyRowIdxBaseToReplyTemplateBodyRowAsync(CancellationToken)
    • Method .ReplyTemplateBodyRowIdxBaseToReplyTemplateBodyRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ReplyTemplateBodyRowIdxBaseToReplyTemplateBodyRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxReplyTemplateBodyIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ReplyTemplateBodyRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxLanguageId(Int32)
    • Method GetFromIdxReplyTemplateId(Int32)
    • Method GetFromReader(SoDataReader, ReplyTemplateBodyTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxLanguageIdAsync(Int32, CancellationToken)
    • Method GetFromIdxReplyTemplateIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ReplyTemplateBodyTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ReplyTemplateFolderRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ReplyTemplateFolderRecordData)
    • Method ToInserts(IEnumerable<ReplyTemplateFolderRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ReplyTemplateFolderTableInfo>, CancellationToken)
    • Method ToInsertAsync(ReplyTemplateFolderRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ReplyTemplateFolderRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ReplyTemplateFolderRow is Modified

  • Deleted items
    • Method GetFromIdxReplyTemplateFolderId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ReplyTemplateFolderRow.ReplyTemplateFolderRowIdxBase is Modified
  • Deleted items
    • Method .ReplyTemplateFolderRowIdxBaseop_Implicit(ReplyTemplateFolderRowIdxBase)
    • Method .ReplyTemplateFolderRowIdxBaseop_Implicit(ReplyTemplateFolderRowIdxBase)
  • New items
    • Method .ReplyTemplateFolderRowIdxBaseToReplyTemplateFolderRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ReplyTemplateFolderRowIdxBaseToReplyTemplateFolderRowAsync(CancellationToken)
    • Method .ReplyTemplateFolderRowIdxBaseToReplyTemplateFolderRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ReplyTemplateFolderRowIdxBaseToReplyTemplateFolderRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxReplyTemplateFolderIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ReplyTemplateFolderRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxName(String)
    • Method GetFromIdxParentId(Int32)
    • Method GetFromReader(SoDataReader, ReplyTemplateFolderTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxParentIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ReplyTemplateFolderTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ReplyTemplateRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ReplyTemplateRecordData)
    • Method ToInserts(IEnumerable<ReplyTemplateRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ReplyTemplateTableInfo>, CancellationToken)
    • Method ToInsertAsync(ReplyTemplateRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ReplyTemplateRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ReplyTemplateRow is Modified

  • Deleted items
    • Method GetFromIdxReplyTemplateId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ReplyTemplateRow.ReplyTemplateRowIdxBase is Modified
  • Deleted items
    • Method .ReplyTemplateRowIdxBaseop_Implicit(ReplyTemplateRowIdxBase)
    • Method .ReplyTemplateRowIdxBaseop_Implicit(ReplyTemplateRowIdxBase)
  • New items
    • Method .ReplyTemplateRowIdxBaseToReplyTemplateRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ReplyTemplateRowIdxBaseToReplyTemplateRowAsync(CancellationToken)
    • Method .ReplyTemplateRowIdxBaseToReplyTemplateRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ReplyTemplateRowIdxBaseToReplyTemplateRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxReplyTemplateIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ReplyTemplateRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxFolderId(Int32)
    • Method GetFromIdxName(String)
    • Method GetFromIdxOwnedBy(Int32)
    • Method GetFromReader(SoDataReader, ReplyTemplateTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxFolderIdAsync(Int32, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxOwnedByAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ReplyTemplateTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ReporterListDefRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ReporterListDefRecordData)
    • Method ToInserts(IEnumerable<ReporterListDefRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ReporterListDefTableInfo>, CancellationToken)
    • Method ToInsertAsync(ReporterListDefRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ReporterListDefRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ReporterListDefRow is Modified

  • Deleted items
    • Method GetFromIdxReporterListDefId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ReporterListDefRow.ReporterListDefRowIdxBase is Modified
  • Deleted items
    • Method .ReporterListDefRowIdxBaseop_Implicit(ReporterListDefRowIdxBase)
    • Method .ReporterListDefRowIdxBaseop_Implicit(ReporterListDefRowIdxBase)
  • New items
    • Method .ReporterListDefRowIdxBaseToReporterListDefRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ReporterListDefRowIdxBaseToReporterListDefRowAsync(CancellationToken)
    • Method .ReporterListDefRowIdxBaseToReporterListDefRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ReporterListDefRowIdxBaseToReporterListDefRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxReporterListDefIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ReporterListDefRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxOleFieldKey(Int32)
    • Method GetFromIdxOleFieldName(Int32)
    • Method GetFromIdxOleViewId(Int32)
    • Method GetFromReader(SoDataReader, ReporterListDefTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxOleFieldKeyAsync(Int32, CancellationToken)
    • Method GetFromIdxOleFieldNameAsync(Int32, CancellationToken)
    • Method GetFromIdxOleViewIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ReporterListDefTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ResourceOverrideRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ResourceOverrideRecordData)
    • Method ToInserts(IEnumerable<ResourceOverrideRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ResourceOverrideTableInfo>, CancellationToken)
    • Method ToInsertAsync(ResourceOverrideRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ResourceOverrideRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ResourceOverrideRow is Modified

  • Deleted items
    • Method GetFromIdxResourceNameCulture(String, String)
    • Method GetFromIdxResourceOverrideId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ResourceOverrideRow.ResourceOverrideRowIdxBase is Modified
  • Deleted items
    • Method .ResourceOverrideRowIdxBaseop_Implicit(ResourceOverrideRowIdxBase)
    • Method .ResourceOverrideRowIdxBaseop_Implicit(ResourceOverrideRowIdxBase)
  • New items
    • Method .ResourceOverrideRowIdxBaseToResourceOverrideRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ResourceOverrideRowIdxBaseToResourceOverrideRowAsync(CancellationToken)
    • Method .ResourceOverrideRowIdxBaseToResourceOverrideRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ResourceOverrideRowIdxBaseToResourceOverrideRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxResourceNameCultureAsync(String, String, CancellationToken)
    • Method GetFromIdxResourceOverrideIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ResourceOverrideRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxResourceName(String)
    • Method GetFromReader(SoDataReader, ResourceOverrideTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxResourceNameAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ResourceOverrideTableInfo, CancellationToken)

SuperOffice.CRM.Rows.RoleCategoryRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(RoleCategoryRecordData)
    • Method ToInserts(IEnumerable<RoleCategoryRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<RoleCategoryTableInfo>, CancellationToken)
    • Method ToInsertAsync(RoleCategoryRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<RoleCategoryRecordData>, CancellationToken)

SuperOffice.CRM.Rows.RoleCategoryRow is Modified

  • Deleted items
    • Method GetFromIdxRoleCategoryId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.RoleCategoryRow.RoleCategoryRowIdxBase is Modified
  • Deleted items
    • Method .RoleCategoryRowIdxBaseop_Implicit(RoleCategoryRowIdxBase)
    • Method .RoleCategoryRowIdxBaseop_Implicit(RoleCategoryRowIdxBase)
  • New items
    • Method .RoleCategoryRowIdxBaseToRoleCategoryRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .RoleCategoryRowIdxBaseToRoleCategoryRowAsync(CancellationToken)
    • Method .RoleCategoryRowIdxBaseToRoleCategoryRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .RoleCategoryRowIdxBaseToRoleCategoryRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxRoleCategoryIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.RoleCategoryRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCategory(Int32)
    • Method GetFromIdxCrmRole(Int32)
    • Method GetFromIdxRole(Int32)
    • Method GetFromReader(SoDataReader, RoleCategoryTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCategoryAsync(Int32, CancellationToken)
    • Method GetFromIdxCrmRoleAsync(Int32, CancellationToken)
    • Method GetFromIdxRoleAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, RoleCategoryTableInfo, CancellationToken)

SuperOffice.CRM.Rows.RoleElementRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(RoleElementRecordData)
    • Method ToInserts(IEnumerable<RoleElementRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<RoleElementTableInfo>, CancellationToken)
    • Method ToInsertAsync(RoleElementRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<RoleElementRecordData>, CancellationToken)

SuperOffice.CRM.Rows.RoleElementRow is Modified

  • Deleted items
    • Method GetFromIdxRoleElementId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.RoleElementRow.RoleElementRowIdxBase is Modified
  • Deleted items
    • Method .RoleElementRowIdxBaseop_Implicit(RoleElementRowIdxBase)
    • Method .RoleElementRowIdxBaseop_Implicit(RoleElementRowIdxBase)
  • New items
    • Method .RoleElementRowIdxBaseToRoleElementRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .RoleElementRowIdxBaseToRoleElementRowAsync(CancellationToken)
    • Method .RoleElementRowIdxBaseToRoleElementRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .RoleElementRowIdxBaseToRoleElementRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxRoleElementIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.RoleElementRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCrmRole(Int32)
    • Method GetFromIdxElementProfile(Int32)
    • Method GetFromIdxRole(Int32)
    • Method GetFromReader(SoDataReader, RoleElementTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCrmRoleAsync(Int32, CancellationToken)
    • Method GetFromIdxElementProfileAsync(Int32, CancellationToken)
    • Method GetFromIdxRoleAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, RoleElementTableInfo, CancellationToken)

SuperOffice.CRM.Rows.RoleMemberRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(RoleMemberRecordData)
    • Method ToInserts(IEnumerable<RoleMemberRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<RoleMemberTableInfo>, CancellationToken)
    • Method ToInsertAsync(RoleMemberRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<RoleMemberRecordData>, CancellationToken)

SuperOffice.CRM.Rows.RoleMemberRow is Modified

  • Deleted items
    • Method GetFromIdxRoleMemberId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.RoleMemberRow.RoleMemberRowIdxBase is Modified
  • Deleted items
    • Method .RoleMemberRowIdxBaseop_Implicit(RoleMemberRowIdxBase)
    • Method .RoleMemberRowIdxBaseop_Implicit(RoleMemberRowIdxBase)
  • New items
    • Method .RoleMemberRowIdxBaseToRoleMemberRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .RoleMemberRowIdxBaseToRoleMemberRowAsync(CancellationToken)
    • Method .RoleMemberRowIdxBaseToRoleMemberRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .RoleMemberRowIdxBaseToRoleMemberRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxRoleMemberIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.RoleMemberRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxEjuser(Int32)
    • Method GetFromIdxRole(Int32)
    • Method GetFromReader(SoDataReader, RoleMemberTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEjuserAsync(Int32, CancellationToken)
    • Method GetFromIdxRoleAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, RoleMemberTableInfo, CancellationToken)

SuperOffice.CRM.Rows.RoleRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(RoleRecordData)
    • Method ToInserts(IEnumerable<RoleRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<RoleTableInfo>, CancellationToken)
    • Method ToInsertAsync(RoleRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<RoleRecordData>, CancellationToken)

SuperOffice.CRM.Rows.RoleRow is Modified

  • Deleted items
    • Method GetFromIdxRoleId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.RoleRow.RoleRowIdxBase is Modified
  • Deleted items
    • Method .RoleRowIdxBaseop_Implicit(RoleRowIdxBase)
    • Method .RoleRowIdxBaseop_Implicit(RoleRowIdxBase)
  • New items
    • Method .RoleRowIdxBaseToRoleRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .RoleRowIdxBaseToRoleRowAsync(CancellationToken)
    • Method .RoleRowIdxBaseToRoleRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .RoleRowIdxBaseToRoleRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxRoleIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.RoleRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, RoleTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, RoleTableInfo, CancellationToken)

SuperOffice.CRM.Rows.RoleWorkflowRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(RoleWorkflowRecordData)
    • Method ToInserts(IEnumerable<RoleWorkflowRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<RoleWorkflowTableInfo>, CancellationToken)
    • Method ToInsertAsync(RoleWorkflowRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<RoleWorkflowRecordData>, CancellationToken)

SuperOffice.CRM.Rows.RoleWorkflowRow is Modified

  • Deleted items
    • Method GetFromIdxRoleWorkflowId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.RoleWorkflowRow.RoleWorkflowRowIdxBase is Modified
  • Deleted items
    • Method .RoleWorkflowRowIdxBaseop_Implicit(RoleWorkflowRowIdxBase)
    • Method .RoleWorkflowRowIdxBaseop_Implicit(RoleWorkflowRowIdxBase)
  • New items
    • Method .RoleWorkflowRowIdxBaseToRoleWorkflowRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .RoleWorkflowRowIdxBaseToRoleWorkflowRowAsync(CancellationToken)
    • Method .RoleWorkflowRowIdxBaseToRoleWorkflowRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .RoleWorkflowRowIdxBaseToRoleWorkflowRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxRoleWorkflowIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.RoleWorkflowRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCrmRole(Int32)
    • Method GetFromIdxRole(Int32)
    • Method GetFromIdxWorkflowId(Int32)
    • Method GetFromReader(SoDataReader, RoleWorkflowTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCrmRoleAsync(Int32, CancellationToken)
    • Method GetFromIdxRoleAsync(Int32, CancellationToken)
    • Method GetFromIdxWorkflowIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, RoleWorkflowTableInfo, CancellationToken)

SuperOffice.CRM.Rows.RowDefaulter is Modified

  • Deleted items
    • Method GetDefaultMDOValue(MDOType)
    • Method SetDefaults(AppointmentRow)
    • Method SetDefaults(AppointmentRow, DefaulterStrategy)
    • Method SetDefaults(AppointmentRow, TaskType)
    • Method SetDefaults(AppointmentRow, TaskType, DefaulterStrategy)
    • Method SetDefaults(ContactRow)
    • Method SetDefaults(ContactRow, DefaulterStrategy)
    • Method SetDefaults(DocumentRow)
    • Method SetDefaults(DocumentRow, DefaulterStrategy)
    • Method SetDefaults(EjCategoryRow)
    • Method SetDefaults(EjCategoryRow, DefaulterStrategy)
    • Method SetDefaults(PersonRow)
    • Method SetDefaults(PersonRow, ContactRow)
    • Method SetDefaults(PersonRow, ContactRow, DefaulterStrategy)
    • Method SetDefaults(PersonRow, DefaulterStrategy)
    • Method SetDefaults(PersonRow, Int32)
    • Method SetDefaults(PersonRow, Int32, DefaulterStrategy)
    • Method SetDefaults(ProjectRow)
    • Method SetDefaults(ProjectRow, DefaulterStrategy)
    • Method SetDefaults(RelationsRow)
    • Method SetDefaults(RelationsRow, DefaulterStrategy)
    • Method SetDefaults(SaleRow)
    • Method SetDefaults(SaleRow, DefaulterStrategy)
    • Method SetDefaults(SelectionRow)
    • Method SetDefaults(SelectionRow, DefaulterStrategy)
    • Method SetDefaults(TableRowBase)
    • Method SetDefaults(TableRowBase, DefaulterStrategy)
    • Method SetDefaults(TicketPriorityRow)
    • Method SetDefaults(TicketPriorityRow, DefaulterStrategy)
    • Method SetDefaults(TicketStatusRow)
    • Method SetDefaults(TicketStatusRow, DefaulterStrategy)
    • Method SetDefaults(TicketTypeRow)
    • Method SetDefaults(TicketTypeRow, DefaulterStrategy)
  • New items
    • Method GetDefaultMDOValueAsync(MDOType, CancellationToken)
    • Method SetDefaultsAsync(AppointmentRow, DefaulterStrategy, CancellationToken)
    • Method SetDefaultsAsync(AppointmentRow, TaskType, DefaulterStrategy, CancellationToken)
    • Method SetDefaultsAsync(AppointmentRow, TaskType, CancellationToken)
    • Method SetDefaultsAsync(AppointmentRow, CancellationToken)
    • Method SetDefaultsAsync(ContactRow, DefaulterStrategy, CancellationToken)
    • Method SetDefaultsAsync(ContactRow, CancellationToken)
    • Method SetDefaultsAsync(DocumentRow, DefaulterStrategy, CancellationToken)
    • Method SetDefaultsAsync(DocumentRow, CancellationToken)
    • Method SetDefaultsAsync(EjCategoryRow, DefaulterStrategy, CancellationToken)
    • Method SetDefaultsAsync(EjCategoryRow, CancellationToken)
    • Method SetDefaultsAsync(PersonRow, ContactRow, DefaulterStrategy, CancellationToken)
    • Method SetDefaultsAsync(PersonRow, ContactRow, CancellationToken)
    • Method SetDefaultsAsync(PersonRow, DefaulterStrategy, CancellationToken)
    • Method SetDefaultsAsync(PersonRow, Int32, DefaulterStrategy, CancellationToken)
    • Method SetDefaultsAsync(PersonRow, Int32, CancellationToken)
    • Method SetDefaultsAsync(PersonRow, CancellationToken)
    • Method SetDefaultsAsync(ProjectRow, DefaulterStrategy, CancellationToken)
    • Method SetDefaultsAsync(ProjectRow, CancellationToken)
    • Method SetDefaultsAsync(RelationsRow, DefaulterStrategy, CancellationToken)
    • Method SetDefaultsAsync(RelationsRow, CancellationToken)
    • Method SetDefaultsAsync(SaleRow, DefaulterStrategy, CancellationToken)
    • Method SetDefaultsAsync(SaleRow, CancellationToken)
    • Method SetDefaultsAsync(SelectionRow, DefaulterStrategy, CancellationToken)
    • Method SetDefaultsAsync(SelectionRow, CancellationToken)
    • Method SetDefaultsAsync(TableRowBase, DefaulterStrategy, CancellationToken)
    • Method SetDefaultsAsync(TableRowBase, CancellationToken)
    • Method SetDefaultsAsync(TicketPriorityRow, DefaulterStrategy, CancellationToken)
    • Method SetDefaultsAsync(TicketPriorityRow, CancellationToken)
    • Method SetDefaultsAsync(TicketStatusRow, DefaulterStrategy, CancellationToken)
    • Method SetDefaultsAsync(TicketStatusRow, CancellationToken)
    • Method SetDefaultsAsync(TicketTypeRow, DefaulterStrategy, CancellationToken)
    • Method SetDefaultsAsync(TicketTypeRow, CancellationToken)

SuperOffice.CRM.Rows.SaintConfigurationRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SaintConfigurationRecordData)
    • Method ToInserts(IEnumerable<SaintConfigurationRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SaintConfigurationTableInfo>, CancellationToken)
    • Method ToInsertAsync(SaintConfigurationRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SaintConfigurationRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SaintConfigurationRow is Modified

  • Deleted items
    • Method GetFromIdxSaintConfigurationId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SaintConfigurationRow.SaintConfigurationRowIdxBase is Modified
  • Deleted items
    • Method .SaintConfigurationRowIdxBaseop_Implicit(SaintConfigurationRowIdxBase)
    • Method .SaintConfigurationRowIdxBaseop_Implicit(SaintConfigurationRowIdxBase)
  • New items
    • Method .SaintConfigurationRowIdxBaseToSaintConfigurationRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SaintConfigurationRowIdxBaseToSaintConfigurationRowAsync(CancellationToken)
    • Method .SaintConfigurationRowIdxBaseToSaintConfigurationRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SaintConfigurationRowIdxBaseToSaintConfigurationRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSaintConfigurationIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SaintConfigurationRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, SaintConfigurationTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SaintConfigurationTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SaleHistRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SaleHistRecordData)
    • Method ToInserts(IEnumerable<SaleHistRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SaleHistTableInfo>, CancellationToken)
    • Method ToInsertAsync(SaleHistRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SaleHistRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SaleHistRow is Modified

  • Deleted items
    • Method GetFromIdxSalehistId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SaleHistRow.SaleHistRowIdxBase is Modified
  • Deleted items
    • Method .SaleHistRowIdxBaseop_Implicit(SaleHistRowIdxBase)
    • Method .SaleHistRowIdxBaseop_Implicit(SaleHistRowIdxBase)
  • New items
    • Method .SaleHistRowIdxBaseToSaleHistRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SaleHistRowIdxBaseToSaleHistRowAsync(CancellationToken)
    • Method .SaleHistRowIdxBaseToSaleHistRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SaleHistRowIdxBaseToSaleHistRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSalehistIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SaleHistRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxContactId(Int32)
    • Method GetFromIdxDone(SaleDone)
    • Method GetFromIdxHeading(String)
    • Method GetFromIdxNumber1(String)
    • Method GetFromIdxPersonId(Int32)
    • Method GetFromIdxProjectId(Int32)
    • Method GetFromIdxSaledate(DateTime)
    • Method GetFromIdxSaleId(Int32)
    • Method GetFromIdxSource(Int16)
    • Method GetFromIdxStatus(SaleStatus)
    • Method GetFromIdxUserdef2Id(Int32)
    • Method GetFromIdxUserdefId(Int32)
    • Method GetFromReader(SoDataReader, SaleHistTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxContactIdAsync(Int32, CancellationToken)
    • Method GetFromIdxDoneAsync(SaleDone, CancellationToken)
    • Method GetFromIdxHeadingAsync(String, CancellationToken)
    • Method GetFromIdxNumber1Async(String, CancellationToken)
    • Method GetFromIdxPersonIdAsync(Int32, CancellationToken)
    • Method GetFromIdxProjectIdAsync(Int32, CancellationToken)
    • Method GetFromIdxSaledateAsync(DateTime, CancellationToken)
    • Method GetFromIdxSaleIdAsync(Int32, CancellationToken)
    • Method GetFromIdxSourceAsync(Int16, CancellationToken)
    • Method GetFromIdxStatusAsync(SaleStatus, CancellationToken)
    • Method GetFromIdxUserdef2IdAsync(Int32, CancellationToken)
    • Method GetFromIdxUserdefIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SaleHistTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SaleRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SaleRecordData)
    • Method ToInserts(IEnumerable<SaleRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SaleTableInfo>, CancellationToken)
    • Method ToInsertAsync(SaleRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SaleRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SaleRow is Modified

  • Deleted items
    • Method GetFromIdxSaleId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SaleRow.SaleRowIdxBase is Modified
  • Deleted items
    • Method .SaleRowIdxBaseop_Implicit(SaleRowIdxBase)
    • Method .SaleRowIdxBaseop_Implicit(SaleRowIdxBase)
  • New items
    • Method .SaleRowIdxBaseToSaleRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SaleRowIdxBaseToSaleRowAsync(CancellationToken)
    • Method .SaleRowIdxBaseToSaleRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SaleRowIdxBaseToSaleRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSaleIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SaleRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAssociateId(Int32)
    • Method GetFromIdxAssociateIdDone(Int32, SaleDone)
    • Method GetFromIdxAssociateIdDoneSaledate(Int32, SaleDone, DateTime)
    • Method GetFromIdxContactId(Int32)
    • Method GetFromIdxContactIdSaledate(Int32, DateTime)
    • Method GetFromIdxContactIdSaledateAssociateId(Int32, DateTime, Int32)
    • Method GetFromIdxCreatedByWorkflowId(Int32)
    • Method GetFromIdxDone(SaleDone)
    • Method GetFromIdxHeading(String)
    • Method GetFromIdxNumber1(String)
    • Method GetFromIdxPersonId(Int32)
    • Method GetFromIdxProjectId(Int32)
    • Method GetFromIdxProjectIdSaledate(Int32, DateTime)
    • Method GetFromIdxProjectIdSaledateAssociateId(Int32, DateTime, Int32)
    • Method GetFromIdxSaledate(DateTime)
    • Method GetFromIdxSource(Int16)
    • Method GetFromIdxStatus(SaleStatus)
    • Method GetFromIdxUserdef2Id(Int32)
    • Method GetFromIdxUserdefId(Int32)
    • Method GetFromReader(SoDataReader, SaleTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAssociateIdAsync(Int32, CancellationToken)
    • Method GetFromIdxAssociateIdDoneAsync(Int32, SaleDone, CancellationToken)
    • Method GetFromIdxAssociateIdDoneSaledateAsync(Int32, SaleDone, DateTime, CancellationToken)
    • Method GetFromIdxContactIdAsync(Int32, CancellationToken)
    • Method GetFromIdxContactIdSaledateAssociateIdAsync(Int32, DateTime, Int32, CancellationToken)
    • Method GetFromIdxContactIdSaledateAsync(Int32, DateTime, CancellationToken)
    • Method GetFromIdxCreatedByWorkflowIdAsync(Int32, CancellationToken)
    • Method GetFromIdxDoneAsync(SaleDone, CancellationToken)
    • Method GetFromIdxHeadingAsync(String, CancellationToken)
    • Method GetFromIdxNumber1Async(String, CancellationToken)
    • Method GetFromIdxPersonIdAsync(Int32, CancellationToken)
    • Method GetFromIdxProjectIdAsync(Int32, CancellationToken)
    • Method GetFromIdxProjectIdSaledateAssociateIdAsync(Int32, DateTime, Int32, CancellationToken)
    • Method GetFromIdxProjectIdSaledateAsync(Int32, DateTime, CancellationToken)
    • Method GetFromIdxSaledateAsync(DateTime, CancellationToken)
    • Method GetFromIdxSourceAsync(Int16, CancellationToken)
    • Method GetFromIdxStatusAsync(SaleStatus, CancellationToken)
    • Method GetFromIdxUserdef2IdAsync(Int32, CancellationToken)
    • Method GetFromIdxUserdefIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SaleTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SaleStakeholderRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SaleStakeholderRecordData)
    • Method ToInserts(IEnumerable<SaleStakeholderRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SaleStakeholderTableInfo>, CancellationToken)
    • Method ToInsertAsync(SaleStakeholderRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SaleStakeholderRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SaleStakeholderRow is Modified

  • Deleted items
    • Method GetFromIdxSaleStakeholderId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SaleStakeholderRow.SaleStakeholderRowIdxBase is Modified
  • Deleted items
    • Method .SaleStakeholderRowIdxBaseop_Implicit(SaleStakeholderRowIdxBase)
    • Method .SaleStakeholderRowIdxBaseop_Implicit(SaleStakeholderRowIdxBase)
  • New items
    • Method .SaleStakeholderRowIdxBaseToSaleStakeholderRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SaleStakeholderRowIdxBaseToSaleStakeholderRowAsync(CancellationToken)
    • Method .SaleStakeholderRowIdxBaseToSaleStakeholderRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SaleStakeholderRowIdxBaseToSaleStakeholderRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSaleStakeholderIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SaleStakeholderRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxContactId(Int32)
    • Method GetFromIdxPersonId(Int32)
    • Method GetFromReader(SoDataReader, SaleStakeholderTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxContactIdAsync(Int32, CancellationToken)
    • Method GetFromIdxPersonIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SaleStakeholderTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SaleTypeCatGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SaleTypeCatGroupLinkRecordData)
    • Method ToInserts(IEnumerable<SaleTypeCatGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SaleTypeCatGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(SaleTypeCatGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SaleTypeCatGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SaleTypeCatGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxSaleTypeCatGroupLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SaleTypeCatGroupLinkRow.SaleTypeCatGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .SaleTypeCatGroupLinkRowIdxBaseop_Implicit(SaleTypeCatGroupLinkRowIdxBase)
    • Method .SaleTypeCatGroupLinkRowIdxBaseop_Implicit(SaleTypeCatGroupLinkRowIdxBase)
  • New items
    • Method .SaleTypeCatGroupLinkRowIdxBaseToSaleTypeCatGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SaleTypeCatGroupLinkRowIdxBaseToSaleTypeCatGroupLinkRowAsync(CancellationToken)
    • Method .SaleTypeCatGroupLinkRowIdxBaseToSaleTypeCatGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SaleTypeCatGroupLinkRowIdxBaseToSaleTypeCatGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSaleTypeCatGroupLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SaleTypeCatGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromIdxSaleTypeCatId(Int32)
    • Method GetFromReader(SoDataReader, SaleTypeCatGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromIdxSaleTypeCatIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SaleTypeCatGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SaleTypeCatHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SaleTypeCatHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<SaleTypeCatHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SaleTypeCatHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(SaleTypeCatHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SaleTypeCatHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SaleTypeCatHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxSaleTypeCatHeadingLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SaleTypeCatHeadingLinkRow.SaleTypeCatHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .SaleTypeCatHeadingLinkRowIdxBaseop_Implicit(SaleTypeCatHeadingLinkRowIdxBase)
    • Method .SaleTypeCatHeadingLinkRowIdxBaseop_Implicit(SaleTypeCatHeadingLinkRowIdxBase)
  • New items
    • Method .SaleTypeCatHeadingLinkRowIdxBaseToSaleTypeCatHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SaleTypeCatHeadingLinkRowIdxBaseToSaleTypeCatHeadingLinkRowAsync(CancellationToken)
    • Method .SaleTypeCatHeadingLinkRowIdxBaseToSaleTypeCatHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SaleTypeCatHeadingLinkRowIdxBaseToSaleTypeCatHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSaleTypeCatHeadingLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SaleTypeCatHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromIdxSaleTypeCatId(Int32)
    • Method GetFromReader(SoDataReader, SaleTypeCatHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromIdxSaleTypeCatIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SaleTypeCatHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SaleTypeCatRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SaleTypeCatRecordData)
    • Method ToInserts(IEnumerable<SaleTypeCatRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SaleTypeCatTableInfo>, CancellationToken)
    • Method ToInsertAsync(SaleTypeCatRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SaleTypeCatRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SaleTypeCatRow is Modified

  • Deleted items
    • Method GetFromIdxName(String)
    • Method GetFromIdxSaleTypeCatId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SaleTypeCatRow.SaleTypeCatRowIdxBase is Modified
  • Deleted items
    • Method .SaleTypeCatRowIdxBaseop_Implicit(SaleTypeCatRowIdxBase)
    • Method .SaleTypeCatRowIdxBaseop_Implicit(SaleTypeCatRowIdxBase)
  • New items
    • Method .SaleTypeCatRowIdxBaseToSaleTypeCatRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SaleTypeCatRowIdxBaseToSaleTypeCatRowAsync(CancellationToken)
    • Method .SaleTypeCatRowIdxBaseToSaleTypeCatRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SaleTypeCatRowIdxBaseToSaleTypeCatRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxSaleTypeCatIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SaleTypeCatRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, SaleTypeCatTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SaleTypeCatTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SaleTypeGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SaleTypeGroupLinkRecordData)
    • Method ToInserts(IEnumerable<SaleTypeGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SaleTypeGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(SaleTypeGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SaleTypeGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SaleTypeGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxSaleTypegrouplinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SaleTypeGroupLinkRow.SaleTypeGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .SaleTypeGroupLinkRowIdxBaseop_Implicit(SaleTypeGroupLinkRowIdxBase)
    • Method .SaleTypeGroupLinkRowIdxBaseop_Implicit(SaleTypeGroupLinkRowIdxBase)
  • New items
    • Method .SaleTypeGroupLinkRowIdxBaseToSaleTypeGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SaleTypeGroupLinkRowIdxBaseToSaleTypeGroupLinkRowAsync(CancellationToken)
    • Method .SaleTypeGroupLinkRowIdxBaseToSaleTypeGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SaleTypeGroupLinkRowIdxBaseToSaleTypeGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSaleTypegrouplinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SaleTypeGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromIdxSaleTypeId(Int32)
    • Method GetFromReader(SoDataReader, SaleTypeGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromIdxSaleTypeIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SaleTypeGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SaleTypeHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SaleTypeHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<SaleTypeHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SaleTypeHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(SaleTypeHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SaleTypeHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SaleTypeHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxSaleTypeheadinglinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SaleTypeHeadingLinkRow.SaleTypeHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .SaleTypeHeadingLinkRowIdxBaseop_Implicit(SaleTypeHeadingLinkRowIdxBase)
    • Method .SaleTypeHeadingLinkRowIdxBaseop_Implicit(SaleTypeHeadingLinkRowIdxBase)
  • New items
    • Method .SaleTypeHeadingLinkRowIdxBaseToSaleTypeHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SaleTypeHeadingLinkRowIdxBaseToSaleTypeHeadingLinkRowAsync(CancellationToken)
    • Method .SaleTypeHeadingLinkRowIdxBaseToSaleTypeHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SaleTypeHeadingLinkRowIdxBaseToSaleTypeHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSaleTypeheadinglinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SaleTypeHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromIdxSaleTypeId(Int32)
    • Method GetFromReader(SoDataReader, SaleTypeHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromIdxSaleTypeIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SaleTypeHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SaleTypeQuoteAttachmentRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SaleTypeQuoteAttachmentRecordData)
    • Method ToInserts(IEnumerable<SaleTypeQuoteAttachmentRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SaleTypeQuoteAttachmentTableInfo>, CancellationToken)
    • Method ToInsertAsync(SaleTypeQuoteAttachmentRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SaleTypeQuoteAttachmentRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SaleTypeQuoteAttachmentRow is Modified

  • Deleted items
    • Method GetFromIdxSaleTypeQuoteAttachmentId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SaleTypeQuoteAttachmentRow.SaleTypeQuoteAttachmentRowIdxBase is Modified
  • Deleted items
    • Method .SaleTypeQuoteAttachmentRowIdxBaseop_Implicit(SaleTypeQuoteAttachmentRowIdxBase)
    • Method .SaleTypeQuoteAttachmentRowIdxBaseop_Implicit(SaleTypeQuoteAttachmentRowIdxBase)
  • New items
    • Method .SaleTypeQuoteAttachmentRowIdxBaseToSaleTypeQuoteAttachmentRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SaleTypeQuoteAttachmentRowIdxBaseToSaleTypeQuoteAttachmentRowAsync(CancellationToken)
    • Method .SaleTypeQuoteAttachmentRowIdxBaseToSaleTypeQuoteAttachmentRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SaleTypeQuoteAttachmentRowIdxBaseToSaleTypeQuoteAttachmentRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSaleTypeQuoteAttachmentIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SaleTypeQuoteAttachmentRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, SaleTypeQuoteAttachmentTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SaleTypeQuoteAttachmentTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SaleTypeRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SaleTypeRecordData)
    • Method ToInserts(IEnumerable<SaleTypeRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SaleTypeTableInfo>, CancellationToken)
    • Method ToInsertAsync(SaleTypeRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SaleTypeRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SaleTypeRow is Modified

  • Deleted items
    • Method GetFromIdxName(String)
    • Method GetFromIdxSaleTypeId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SaleTypeRow.SaleTypeRowIdxBase is Modified
  • Deleted items
    • Method .SaleTypeRowIdxBaseop_Implicit(SaleTypeRowIdxBase)
    • Method .SaleTypeRowIdxBaseop_Implicit(SaleTypeRowIdxBase)
  • New items
    • Method .SaleTypeRowIdxBaseToSaleTypeRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SaleTypeRowIdxBaseToSaleTypeRowAsync(CancellationToken)
    • Method .SaleTypeRowIdxBaseToSaleTypeRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SaleTypeRowIdxBaseToSaleTypeRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxSaleTypeIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SaleTypeRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, SaleTypeTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SaleTypeTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SaleTypeStageLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SaleTypeStageLinkRecordData)
    • Method ToInserts(IEnumerable<SaleTypeStageLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SaleTypeStageLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(SaleTypeStageLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SaleTypeStageLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SaleTypeStageLinkRow is Modified

  • Deleted items
    • Method GetFromIdxSaleTypeStageLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SaleTypeStageLinkRow.SaleTypeStageLinkRowIdxBase is Modified
  • Deleted items
    • Method .SaleTypeStageLinkRowIdxBaseop_Implicit(SaleTypeStageLinkRowIdxBase)
    • Method .SaleTypeStageLinkRowIdxBaseop_Implicit(SaleTypeStageLinkRowIdxBase)
  • New items
    • Method .SaleTypeStageLinkRowIdxBaseToSaleTypeStageLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SaleTypeStageLinkRowIdxBaseToSaleTypeStageLinkRowAsync(CancellationToken)
    • Method .SaleTypeStageLinkRowIdxBaseToSaleTypeStageLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SaleTypeStageLinkRowIdxBaseToSaleTypeStageLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSaleTypeStageLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SaleTypeStageLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxSaleTypeId(Int32)
    • Method GetFromIdxSaleTypeIdStageId(Int32, Int32)
    • Method GetFromReader(SoDataReader, SaleTypeStageLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSaleTypeIdAsync(Int32, CancellationToken)
    • Method GetFromIdxSaleTypeIdStageIdAsync(Int32, Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SaleTypeStageLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SalutationGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SalutationGroupLinkRecordData)
    • Method ToInserts(IEnumerable<SalutationGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SalutationGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(SalutationGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SalutationGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SalutationGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxSalutationgrouplinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SalutationGroupLinkRow.SalutationGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .SalutationGroupLinkRowIdxBaseop_Implicit(SalutationGroupLinkRowIdxBase)
    • Method .SalutationGroupLinkRowIdxBaseop_Implicit(SalutationGroupLinkRowIdxBase)
  • New items
    • Method .SalutationGroupLinkRowIdxBaseToSalutationGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SalutationGroupLinkRowIdxBaseToSalutationGroupLinkRowAsync(CancellationToken)
    • Method .SalutationGroupLinkRowIdxBaseToSalutationGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SalutationGroupLinkRowIdxBaseToSalutationGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSalutationgrouplinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SalutationGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromIdxSalutationId(Int32)
    • Method GetFromReader(SoDataReader, SalutationGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromIdxSalutationIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SalutationGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SalutationHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SalutationHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<SalutationHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SalutationHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(SalutationHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SalutationHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SalutationHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxSalutationheadinglinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SalutationHeadingLinkRow.SalutationHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .SalutationHeadingLinkRowIdxBaseop_Implicit(SalutationHeadingLinkRowIdxBase)
    • Method .SalutationHeadingLinkRowIdxBaseop_Implicit(SalutationHeadingLinkRowIdxBase)
  • New items
    • Method .SalutationHeadingLinkRowIdxBaseToSalutationHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SalutationHeadingLinkRowIdxBaseToSalutationHeadingLinkRowAsync(CancellationToken)
    • Method .SalutationHeadingLinkRowIdxBaseToSalutationHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SalutationHeadingLinkRowIdxBaseToSalutationHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSalutationheadinglinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SalutationHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromIdxSalutationId(Int32)
    • Method GetFromReader(SoDataReader, SalutationHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromIdxSalutationIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SalutationHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SalutationRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SalutationRecordData)
    • Method ToInserts(IEnumerable<SalutationRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SalutationTableInfo>, CancellationToken)
    • Method ToInsertAsync(SalutationRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SalutationRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SalutationRow is Modified

  • Deleted items
    • Method GetFromIdxName(String)
    • Method GetFromIdxSalutationId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SalutationRow.SalutationRowIdxBase is Modified
  • Deleted items
    • Method .SalutationRowIdxBaseop_Implicit(SalutationRowIdxBase)
    • Method .SalutationRowIdxBaseop_Implicit(SalutationRowIdxBase)
  • New items
    • Method .SalutationRowIdxBaseToSalutationRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SalutationRowIdxBaseToSalutationRowAsync(CancellationToken)
    • Method .SalutationRowIdxBaseToSalutationRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SalutationRowIdxBaseToSalutationRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxSalutationIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SalutationRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, SalutationTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SalutationTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SatelliteRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SatelliteRecordData)
    • Method ToInserts(IEnumerable<SatelliteRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SatelliteTableInfo>, CancellationToken)
    • Method ToInsertAsync(SatelliteRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SatelliteRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SatelliteRow is Modified

  • Deleted items
    • Method GetFromIdxSatelliteId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SatelliteRow.SatelliteRowIdxBase is Modified
  • Deleted items
    • Method .SatelliteRowIdxBaseop_Implicit(SatelliteRowIdxBase)
    • Method .SatelliteRowIdxBaseop_Implicit(SatelliteRowIdxBase)
  • New items
    • Method .SatelliteRowIdxBaseToSatelliteRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SatelliteRowIdxBaseToSatelliteRowAsync(CancellationToken)
    • Method .SatelliteRowIdxBaseToSatelliteRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SatelliteRowIdxBaseToSatelliteRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSatelliteIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SatelliteRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, SatelliteTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SatelliteTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SAttachmentRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SAttachmentRecordData)
    • Method ToInserts(IEnumerable<SAttachmentRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SAttachmentTableInfo>, CancellationToken)
    • Method ToInsertAsync(SAttachmentRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SAttachmentRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SAttachmentRow is Modified

  • Deleted items
    • Method GetFromIdxSAttachmentId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SAttachmentRow.SAttachmentRowIdxBase is Modified
  • Deleted items
    • Method .SAttachmentRowIdxBaseop_Implicit(SAttachmentRowIdxBase)
    • Method .SAttachmentRowIdxBaseop_Implicit(SAttachmentRowIdxBase)
  • New items
    • Method .SAttachmentRowIdxBaseToSAttachmentRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SAttachmentRowIdxBaseToSAttachmentRowAsync(CancellationToken)
    • Method .SAttachmentRowIdxBaseToSAttachmentRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SAttachmentRowIdxBaseToSAttachmentRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSAttachmentIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SAttachmentRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAttachmentId(Int32)
    • Method GetFromIdxMessageId(Int32)
    • Method GetFromReader(SoDataReader, SAttachmentTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAttachmentIdAsync(Int32, CancellationToken)
    • Method GetFromIdxMessageIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SAttachmentTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SBounceShipmentRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SBounceShipmentRecordData)
    • Method ToInserts(IEnumerable<SBounceShipmentRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SBounceShipmentTableInfo>, CancellationToken)
    • Method ToInsertAsync(SBounceShipmentRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SBounceShipmentRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SBounceShipmentRow is Modified

  • Deleted items
    • Method GetFromIdxSBounceShipmentId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SBounceShipmentRow.SBounceShipmentRowIdxBase is Modified
  • Deleted items
    • Method .SBounceShipmentRowIdxBaseop_Implicit(SBounceShipmentRowIdxBase)
    • Method .SBounceShipmentRowIdxBaseop_Implicit(SBounceShipmentRowIdxBase)
  • New items
    • Method .SBounceShipmentRowIdxBaseToSBounceShipmentRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SBounceShipmentRowIdxBaseToSBounceShipmentRowAsync(CancellationToken)
    • Method .SBounceShipmentRowIdxBaseToSBounceShipmentRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SBounceShipmentRowIdxBaseToSBounceShipmentRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSBounceShipmentIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SBounceShipmentRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCustomerId(Int32)
    • Method GetFromIdxShipmentId(Int32)
    • Method GetFromReader(SoDataReader, SBounceShipmentTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCustomerIdAsync(Int32, CancellationToken)
    • Method GetFromIdxShipmentIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SBounceShipmentTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ScheduledTaskRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ScheduledTaskRecordData)
    • Method ToInserts(IEnumerable<ScheduledTaskRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ScheduledTaskTableInfo>, CancellationToken)
    • Method ToInsertAsync(ScheduledTaskRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ScheduledTaskRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ScheduledTaskRow is Modified

  • Deleted items
    • Method GetFromIdxScheduledTaskId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ScheduledTaskRow.ScheduledTaskRowIdxBase is Modified
  • Deleted items
    • Method .ScheduledTaskRowIdxBaseop_Implicit(ScheduledTaskRowIdxBase)
    • Method .ScheduledTaskRowIdxBaseop_Implicit(ScheduledTaskRowIdxBase)
  • New items
    • Method .ScheduledTaskRowIdxBaseToScheduledTaskRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ScheduledTaskRowIdxBaseToScheduledTaskRowAsync(CancellationToken)
    • Method .ScheduledTaskRowIdxBaseToScheduledTaskRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ScheduledTaskRowIdxBaseToScheduledTaskRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxScheduledTaskIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ScheduledTaskRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxScheduleId(Int32)
    • Method GetFromIdxScriptId(Int32)
    • Method GetFromReader(SoDataReader, ScheduledTaskTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxScheduleIdAsync(Int32, CancellationToken)
    • Method GetFromIdxScriptIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ScheduledTaskTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ScheduleRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ScheduleRecordData)
    • Method ToInserts(IEnumerable<ScheduleRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ScheduleTableInfo>, CancellationToken)
    • Method ToInsertAsync(ScheduleRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ScheduleRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ScheduleRow is Modified

  • Deleted items
    • Method GetFromIdxScheduleId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ScheduleRow.ScheduleRowIdxBase is Modified
  • Deleted items
    • Method .ScheduleRowIdxBaseop_Implicit(ScheduleRowIdxBase)
    • Method .ScheduleRowIdxBaseop_Implicit(ScheduleRowIdxBase)
  • New items
    • Method .ScheduleRowIdxBaseToScheduleRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ScheduleRowIdxBaseToScheduleRowAsync(CancellationToken)
    • Method .ScheduleRowIdxBaseToScheduleRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ScheduleRowIdxBaseToScheduleRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxScheduleIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ScheduleRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAfterScheduleId(Int32)
    • Method GetFromReader(SoDataReader, ScheduleTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAfterScheduleIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ScheduleTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ScreenChooserRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ScreenChooserRecordData)
    • Method ToInserts(IEnumerable<ScreenChooserRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ScreenChooserTableInfo>, CancellationToken)
    • Method ToInsertAsync(ScreenChooserRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ScreenChooserRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ScreenChooserRow is Modified

  • Deleted items
    • Method GetFromIdxScreenChooserId(Int32)
    • Method GetFromIdxUniqueIdentifier(String)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ScreenChooserRow.ScreenChooserRowIdxBase is Modified
  • Deleted items
    • Method .ScreenChooserRowIdxBaseop_Implicit(ScreenChooserRowIdxBase)
    • Method .ScreenChooserRowIdxBaseop_Implicit(ScreenChooserRowIdxBase)
  • New items
    • Method .ScreenChooserRowIdxBaseToScreenChooserRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ScreenChooserRowIdxBaseToScreenChooserRowAsync(CancellationToken)
    • Method .ScreenChooserRowIdxBaseToScreenChooserRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ScreenChooserRowIdxBaseToScreenChooserRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxScreenChooserIdAsync(Int32, CancellationToken)
    • Method GetFromIdxUniqueIdentifierAsync(String, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ScreenChooserRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxScreenTarget(Int32)
    • Method GetFromReader(SoDataReader, ScreenChooserTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxScreenTargetAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ScreenChooserTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ScreenDefinitionActionRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ScreenDefinitionActionRecordData)
    • Method ToInserts(IEnumerable<ScreenDefinitionActionRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ScreenDefinitionActionTableInfo>, CancellationToken)
    • Method ToInsertAsync(ScreenDefinitionActionRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ScreenDefinitionActionRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ScreenDefinitionActionRow is Modified

  • Deleted items
    • Method GetFromIdxScreenDefinitionActionId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ScreenDefinitionActionRow.ScreenDefinitionActionRowIdxBase is Modified
  • Deleted items
    • Method .ScreenDefinitionActionRowIdxBaseop_Implicit(ScreenDefinitionActionRowIdxBase)
    • Method .ScreenDefinitionActionRowIdxBaseop_Implicit(ScreenDefinitionActionRowIdxBase)
  • New items
    • Method .ScreenDefinitionActionRowIdxBaseToScreenDefinitionActionRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ScreenDefinitionActionRowIdxBaseToScreenDefinitionActionRowAsync(CancellationToken)
    • Method .ScreenDefinitionActionRowIdxBaseToScreenDefinitionActionRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ScreenDefinitionActionRowIdxBaseToScreenDefinitionActionRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxScreenDefinitionActionIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ScreenDefinitionActionRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxEjscript(Int32)
    • Method GetFromIdxScreenDefinition(Int32)
    • Method GetFromReader(SoDataReader, ScreenDefinitionActionTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEjscriptAsync(Int32, CancellationToken)
    • Method GetFromIdxScreenDefinitionAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ScreenDefinitionActionTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ScreenDefinitionElementRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ScreenDefinitionElementRecordData)
    • Method ToInserts(IEnumerable<ScreenDefinitionElementRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ScreenDefinitionElementTableInfo>, CancellationToken)
    • Method ToInsertAsync(ScreenDefinitionElementRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ScreenDefinitionElementRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ScreenDefinitionElementRow is Modified

  • Deleted items
    • Method GetFromIdxScreenDefinitionElementId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ScreenDefinitionElementRow.ScreenDefinitionElementRowIdxBase is Modified
  • Deleted items
    • Method .ScreenDefinitionElementRowIdxBaseop_Implicit(ScreenDefinitionElementRowIdxBase)
    • Method .ScreenDefinitionElementRowIdxBaseop_Implicit(ScreenDefinitionElementRowIdxBase)
  • New items
    • Method .ScreenDefinitionElementRowIdxBaseToScreenDefinitionElementRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ScreenDefinitionElementRowIdxBaseToScreenDefinitionElementRowAsync(CancellationToken)
    • Method .ScreenDefinitionElementRowIdxBaseToScreenDefinitionElementRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ScreenDefinitionElementRowIdxBaseToScreenDefinitionElementRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxScreenDefinitionElementIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ScreenDefinitionElementRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxScreenDefinition(Int32)
    • Method GetFromReader(SoDataReader, ScreenDefinitionElementTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxScreenDefinitionAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ScreenDefinitionElementTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ScreenDefinitionHiddenRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ScreenDefinitionHiddenRecordData)
    • Method ToInserts(IEnumerable<ScreenDefinitionHiddenRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ScreenDefinitionHiddenTableInfo>, CancellationToken)
    • Method ToInsertAsync(ScreenDefinitionHiddenRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ScreenDefinitionHiddenRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ScreenDefinitionHiddenRow is Modified

  • Deleted items
    • Method GetFromIdxScreenDefinitionHiddenId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ScreenDefinitionHiddenRow.ScreenDefinitionHiddenRowIdxBase is Modified
  • Deleted items
    • Method .ScreenDefinitionHiddenRowIdxBaseop_Implicit(ScreenDefinitionHiddenRowIdxBase)
    • Method .ScreenDefinitionHiddenRowIdxBaseop_Implicit(ScreenDefinitionHiddenRowIdxBase)
  • New items
    • Method .ScreenDefinitionHiddenRowIdxBaseToScreenDefinitionHiddenRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ScreenDefinitionHiddenRowIdxBaseToScreenDefinitionHiddenRowAsync(CancellationToken)
    • Method .ScreenDefinitionHiddenRowIdxBaseToScreenDefinitionHiddenRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ScreenDefinitionHiddenRowIdxBaseToScreenDefinitionHiddenRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxScreenDefinitionHiddenIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ScreenDefinitionHiddenRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxScreenDefinition(Int32)
    • Method GetFromReader(SoDataReader, ScreenDefinitionHiddenTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxScreenDefinitionAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ScreenDefinitionHiddenTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ScreenDefinitionLanguageRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ScreenDefinitionLanguageRecordData)
    • Method ToInserts(IEnumerable<ScreenDefinitionLanguageRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ScreenDefinitionLanguageTableInfo>, CancellationToken)
    • Method ToInsertAsync(ScreenDefinitionLanguageRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ScreenDefinitionLanguageRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ScreenDefinitionLanguageRow is Modified

  • Deleted items
    • Method GetFromIdxScreenDefinitionLanguageId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ScreenDefinitionLanguageRow.ScreenDefinitionLanguageRowIdxBase is Modified
  • Deleted items
    • Method .ScreenDefinitionLanguageRowIdxBaseop_Implicit(ScreenDefinitionLanguageRowIdxBase)
    • Method .ScreenDefinitionLanguageRowIdxBaseop_Implicit(ScreenDefinitionLanguageRowIdxBase)
  • New items
    • Method .ScreenDefinitionLanguageRowIdxBaseToScreenDefinitionLanguageRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ScreenDefinitionLanguageRowIdxBaseToScreenDefinitionLanguageRowAsync(CancellationToken)
    • Method .ScreenDefinitionLanguageRowIdxBaseToScreenDefinitionLanguageRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ScreenDefinitionLanguageRowIdxBaseToScreenDefinitionLanguageRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxScreenDefinitionLanguageIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ScreenDefinitionLanguageRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxScreenDefinition(Int32)
    • Method GetFromReader(SoDataReader, ScreenDefinitionLanguageTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxScreenDefinitionAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ScreenDefinitionLanguageTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ScreenDefinitionRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ScreenDefinitionRecordData)
    • Method ToInserts(IEnumerable<ScreenDefinitionRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ScreenDefinitionTableInfo>, CancellationToken)
    • Method ToInsertAsync(ScreenDefinitionRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ScreenDefinitionRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ScreenDefinitionRow is Modified

  • Deleted items
    • Method GetFromIdxScreenDefinitionId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ScreenDefinitionRow.ScreenDefinitionRowIdxBase is Modified
  • Deleted items
    • Method .ScreenDefinitionRowIdxBaseop_Implicit(ScreenDefinitionRowIdxBase)
    • Method .ScreenDefinitionRowIdxBaseop_Implicit(ScreenDefinitionRowIdxBase)
  • New items
    • Method .ScreenDefinitionRowIdxBaseToScreenDefinitionRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ScreenDefinitionRowIdxBaseToScreenDefinitionRowAsync(CancellationToken)
    • Method .ScreenDefinitionRowIdxBaseToScreenDefinitionRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ScreenDefinitionRowIdxBaseToScreenDefinitionRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxScreenDefinitionIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ScreenDefinitionRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxHierarchyId(Int32)
    • Method GetFromReader(SoDataReader, ScreenDefinitionTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHierarchyIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ScreenDefinitionTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ScriptTraceRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ScriptTraceRecordData)
    • Method ToInserts(IEnumerable<ScriptTraceRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ScriptTraceTableInfo>, CancellationToken)
    • Method ToInsertAsync(ScriptTraceRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ScriptTraceRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ScriptTraceRow is Modified

  • Deleted items
    • Method GetFromIdxScriptTraceId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ScriptTraceRow.ScriptTraceRowIdxBase is Modified
  • Deleted items
    • Method .ScriptTraceRowIdxBaseop_Implicit(ScriptTraceRowIdxBase)
    • Method .ScriptTraceRowIdxBaseop_Implicit(ScriptTraceRowIdxBase)
  • New items
    • Method .ScriptTraceRowIdxBaseToScriptTraceRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ScriptTraceRowIdxBaseToScriptTraceRowAsync(CancellationToken)
    • Method .ScriptTraceRowIdxBaseToScriptTraceRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ScriptTraceRowIdxBaseToScriptTraceRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxScriptTraceIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ScriptTraceRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, ScriptTraceTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ScriptTraceTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ScriptTraceRunRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ScriptTraceRunRecordData)
    • Method ToInserts(IEnumerable<ScriptTraceRunRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ScriptTraceRunTableInfo>, CancellationToken)
    • Method ToInsertAsync(ScriptTraceRunRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ScriptTraceRunRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ScriptTraceRunRow is Modified

  • Deleted items
    • Method GetFromIdxScriptTraceRunId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ScriptTraceRunRow.ScriptTraceRunRowIdxBase is Modified
  • Deleted items
    • Method .ScriptTraceRunRowIdxBaseop_Implicit(ScriptTraceRunRowIdxBase)
    • Method .ScriptTraceRunRowIdxBaseop_Implicit(ScriptTraceRunRowIdxBase)
  • New items
    • Method .ScriptTraceRunRowIdxBaseToScriptTraceRunRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ScriptTraceRunRowIdxBaseToScriptTraceRunRowAsync(CancellationToken)
    • Method .ScriptTraceRunRowIdxBaseToScriptTraceRunRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ScriptTraceRunRowIdxBaseToScriptTraceRunRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxScriptTraceRunIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ScriptTraceRunRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, ScriptTraceRunTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ScriptTraceRunTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SDynCriteriaRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SDynCriteriaRecordData)
    • Method ToInserts(IEnumerable<SDynCriteriaRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SDynCriteriaTableInfo>, CancellationToken)
    • Method ToInsertAsync(SDynCriteriaRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SDynCriteriaRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SDynCriteriaRow is Modified

  • Deleted items
    • Method GetFromIdxSDynCriteriaId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SDynCriteriaRow.SDynCriteriaRowIdxBase is Modified
  • Deleted items
    • Method .SDynCriteriaRowIdxBaseop_Implicit(SDynCriteriaRowIdxBase)
    • Method .SDynCriteriaRowIdxBaseop_Implicit(SDynCriteriaRowIdxBase)
  • New items
    • Method .SDynCriteriaRowIdxBaseToSDynCriteriaRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SDynCriteriaRowIdxBaseToSDynCriteriaRowAsync(CancellationToken)
    • Method .SDynCriteriaRowIdxBaseToSDynCriteriaRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SDynCriteriaRowIdxBaseToSDynCriteriaRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSDynCriteriaIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SDynCriteriaRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxListId(Int32)
    • Method GetFromReader(SoDataReader, SDynCriteriaTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxListIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SDynCriteriaTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SearchCatGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SearchCatGroupLinkRecordData)
    • Method ToInserts(IEnumerable<SearchCatGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SearchCatGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(SearchCatGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SearchCatGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SearchCatGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxSearchcatgrouplinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SearchCatGroupLinkRow.SearchCatGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .SearchCatGroupLinkRowIdxBaseop_Implicit(SearchCatGroupLinkRowIdxBase)
    • Method .SearchCatGroupLinkRowIdxBaseop_Implicit(SearchCatGroupLinkRowIdxBase)
  • New items
    • Method .SearchCatGroupLinkRowIdxBaseToSearchCatGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SearchCatGroupLinkRowIdxBaseToSearchCatGroupLinkRowAsync(CancellationToken)
    • Method .SearchCatGroupLinkRowIdxBaseToSearchCatGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SearchCatGroupLinkRowIdxBaseToSearchCatGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSearchcatgrouplinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SearchCatGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromIdxSearchCatId(Int32)
    • Method GetFromReader(SoDataReader, SearchCatGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromIdxSearchCatIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SearchCatGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SearchCatHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SearchCatHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<SearchCatHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SearchCatHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(SearchCatHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SearchCatHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SearchCatHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxSearchcatheadinglinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SearchCatHeadingLinkRow.SearchCatHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .SearchCatHeadingLinkRowIdxBaseop_Implicit(SearchCatHeadingLinkRowIdxBase)
    • Method .SearchCatHeadingLinkRowIdxBaseop_Implicit(SearchCatHeadingLinkRowIdxBase)
  • New items
    • Method .SearchCatHeadingLinkRowIdxBaseToSearchCatHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SearchCatHeadingLinkRowIdxBaseToSearchCatHeadingLinkRowAsync(CancellationToken)
    • Method .SearchCatHeadingLinkRowIdxBaseToSearchCatHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SearchCatHeadingLinkRowIdxBaseToSearchCatHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSearchcatheadinglinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SearchCatHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromIdxSearchCatId(Int32)
    • Method GetFromReader(SoDataReader, SearchCatHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromIdxSearchCatIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SearchCatHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SearchCatRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SearchCatRecordData)
    • Method ToInserts(IEnumerable<SearchCatRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SearchCatTableInfo>, CancellationToken)
    • Method ToInsertAsync(SearchCatRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SearchCatRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SearchCatRow is Modified

  • Deleted items
    • Method GetFromIdxName(String)
    • Method GetFromIdxSearchCatId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SearchCatRow.SearchCatRowIdxBase is Modified
  • Deleted items
    • Method .SearchCatRowIdxBaseop_Implicit(SearchCatRowIdxBase)
    • Method .SearchCatRowIdxBaseop_Implicit(SearchCatRowIdxBase)
  • New items
    • Method .SearchCatRowIdxBaseToSearchCatRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SearchCatRowIdxBaseToSearchCatRowAsync(CancellationToken)
    • Method .SearchCatRowIdxBaseToSearchCatRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SearchCatRowIdxBaseToSearchCatRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxSearchCatIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SearchCatRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, SearchCatTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SearchCatTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SearchCriteriaGroupRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SearchCriteriaGroupRecordData)
    • Method ToInserts(IEnumerable<SearchCriteriaGroupRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SearchCriteriaGroupTableInfo>, CancellationToken)
    • Method ToInsertAsync(SearchCriteriaGroupRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SearchCriteriaGroupRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SearchCriteriaGroupRow is Modified

  • Deleted items
    • Method GetFromIdxSearchCriteriaGroupId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SearchCriteriaGroupRow.SearchCriteriaGroupRowIdxBase is Modified
  • Deleted items
    • Method .SearchCriteriaGroupRowIdxBaseop_Implicit(SearchCriteriaGroupRowIdxBase)
    • Method .SearchCriteriaGroupRowIdxBaseop_Implicit(SearchCriteriaGroupRowIdxBase)
  • New items
    • Method .SearchCriteriaGroupRowIdxBaseToSearchCriteriaGroupRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SearchCriteriaGroupRowIdxBaseToSearchCriteriaGroupRowAsync(CancellationToken)
    • Method .SearchCriteriaGroupRowIdxBaseToSearchCriteriaGroupRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SearchCriteriaGroupRowIdxBaseToSearchCriteriaGroupRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSearchCriteriaGroupIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SearchCriteriaGroupRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxSearchCriteriaId(Int32)
    • Method GetFromIdxSearchCriteriaIdRank(Int32, Int16)
    • Method GetFromReader(SoDataReader, SearchCriteriaGroupTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSearchCriteriaIdAsync(Int32, CancellationToken)
    • Method GetFromIdxSearchCriteriaIdRankAsync(Int32, Int16, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SearchCriteriaGroupTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SearchCriteriaRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SearchCriteriaRecordData)
    • Method ToInserts(IEnumerable<SearchCriteriaRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SearchCriteriaTableInfo>, CancellationToken)
    • Method ToInsertAsync(SearchCriteriaRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SearchCriteriaRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SearchCriteriaRow is Modified

  • Deleted items
    • Method GetFromIdxSearchCriteriaId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SearchCriteriaRow.SearchCriteriaRowIdxBase is Modified
  • Deleted items
    • Method .SearchCriteriaRowIdxBaseop_Implicit(SearchCriteriaRowIdxBase)
    • Method .SearchCriteriaRowIdxBaseop_Implicit(SearchCriteriaRowIdxBase)
  • New items
    • Method .SearchCriteriaRowIdxBaseToSearchCriteriaRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SearchCriteriaRowIdxBaseToSearchCriteriaRowAsync(CancellationToken)
    • Method .SearchCriteriaRowIdxBaseToSearchCriteriaRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SearchCriteriaRowIdxBaseToSearchCriteriaRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSearchCriteriaIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SearchCriteriaRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxOwnerId(Int32)
    • Method GetFromIdxOwnerIdOwnerName(Int32, String)
    • Method GetFromIdxOwnerIdOwnerNameOwnerGuiName(Int32, String, String)
    • Method GetFromIdxOwnerIdOwnerTable(Int32, Int16)
    • Method GetFromIdxOwnerIdOwnerTableOwnerType(Int32, Int16, Int16)
    • Method GetFromIdxOwnerIdOwnerTableOwnerTypeOwnerGuiName(Int32, Int16, Int16, String)
    • Method GetFromReader(SoDataReader, SearchCriteriaTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxOwnerIdAsync(Int32, CancellationToken)
    • Method GetFromIdxOwnerIdOwnerNameAsync(Int32, String, CancellationToken)
    • Method GetFromIdxOwnerIdOwnerNameOwnerGuiNameAsync(Int32, String, String, CancellationToken)
    • Method GetFromIdxOwnerIdOwnerTableAsync(Int32, Int16, CancellationToken)
    • Method GetFromIdxOwnerIdOwnerTableOwnerTypeAsync(Int32, Int16, Int16, CancellationToken)
    • Method GetFromIdxOwnerIdOwnerTableOwnerTypeOwnerGuiNameAsync(Int32, Int16, Int16, String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SearchCriteriaTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SearchCriterionRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SearchCriterionRecordData)
    • Method ToInserts(IEnumerable<SearchCriterionRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SearchCriterionTableInfo>, CancellationToken)
    • Method ToInsertAsync(SearchCriterionRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SearchCriterionRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SearchCriterionRow is Modified

  • Deleted items
    • Method GetFromIdxSearchCriterionId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SearchCriterionRow.SearchCriterionRowIdxBase is Modified
  • Deleted items
    • Method .SearchCriterionRowIdxBaseop_Implicit(SearchCriterionRowIdxBase)
    • Method .SearchCriterionRowIdxBaseop_Implicit(SearchCriterionRowIdxBase)
  • New items
    • Method .SearchCriterionRowIdxBaseToSearchCriterionRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SearchCriterionRowIdxBaseToSearchCriterionRowAsync(CancellationToken)
    • Method .SearchCriterionRowIdxBaseToSearchCriterionRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SearchCriterionRowIdxBaseToSearchCriterionRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSearchCriterionIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SearchCriterionRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxColumnName(String)
    • Method GetFromIdxSearchCriteriaGroupId(Int32)
    • Method GetFromReader(SoDataReader, SearchCriterionTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxColumnNameAsync(String, CancellationToken)
    • Method GetFromIdxSearchCriteriaGroupIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SearchCriterionTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SearchCriterionValueRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SearchCriterionValueRecordData)
    • Method ToInserts(IEnumerable<SearchCriterionValueRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SearchCriterionValueTableInfo>, CancellationToken)
    • Method ToInsertAsync(SearchCriterionValueRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SearchCriterionValueRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SearchCriterionValueRow is Modified

  • Deleted items
    • Method GetFromIdxSearchCriterionValueId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SearchCriterionValueRow.SearchCriterionValueRowIdxBase is Modified
  • Deleted items
    • Method .SearchCriterionValueRowIdxBaseop_Implicit(SearchCriterionValueRowIdxBase)
    • Method .SearchCriterionValueRowIdxBaseop_Implicit(SearchCriterionValueRowIdxBase)
  • New items
    • Method .SearchCriterionValueRowIdxBaseToSearchCriterionValueRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SearchCriterionValueRowIdxBaseToSearchCriterionValueRowAsync(CancellationToken)
    • Method .SearchCriterionValueRowIdxBaseToSearchCriterionValueRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SearchCriterionValueRowIdxBaseToSearchCriterionValueRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSearchCriterionValueIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SearchCriterionValueRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxSearchCriterionId(Int32)
    • Method GetFromReader(SoDataReader, SearchCriterionValueTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSearchCriterionIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SearchCriterionValueTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SelectionMemberRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SelectionMemberRecordData)
    • Method ToInserts(IEnumerable<SelectionMemberRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SelectionMemberTableInfo>, CancellationToken)
    • Method ToInsertAsync(SelectionMemberRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SelectionMemberRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SelectionMemberRow is Modified

  • Deleted items
    • Method GetFromIdxSelectionmemberId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SelectionMemberRow.SelectionMemberRowIdxBase is Modified
  • Deleted items
    • Method .SelectionMemberRowIdxBaseop_Implicit(SelectionMemberRowIdxBase)
    • Method .SelectionMemberRowIdxBaseop_Implicit(SelectionMemberRowIdxBase)
  • New items
    • Method .SelectionMemberRowIdxBaseToSelectionMemberRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SelectionMemberRowIdxBaseToSelectionMemberRowAsync(CancellationToken)
    • Method .SelectionMemberRowIdxBaseToSelectionMemberRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SelectionMemberRowIdxBaseToSelectionMemberRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSelectionmemberIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SelectionMemberRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxContactId(Int32)
    • Method GetFromIdxContactIdPersonId(Int32, Int32)
    • Method GetFromIdxPersonId(Int32)
    • Method GetFromIdxSelectionId(Int32)
    • Method GetFromIdxSelectionIdContactId(Int32, Int32)
    • Method GetFromReader(SoDataReader, SelectionMemberTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxContactIdAsync(Int32, CancellationToken)
    • Method GetFromIdxContactIdPersonIdAsync(Int32, Int32, CancellationToken)
    • Method GetFromIdxPersonIdAsync(Int32, CancellationToken)
    • Method GetFromIdxSelectionIdAsync(Int32, CancellationToken)
    • Method GetFromIdxSelectionIdContactIdAsync(Int32, Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SelectionMemberTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SelectionRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SelectionRecordData)
    • Method ToInserts(IEnumerable<SelectionRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SelectionTableInfo>, CancellationToken)
    • Method ToInsertAsync(SelectionRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SelectionRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SelectionRow is Modified

  • Deleted items
    • Method GetFromIdxSelectionId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SelectionRow.SelectionRowIdxBase is Modified
  • Deleted items
    • Method .SelectionRowIdxBaseop_Implicit(SelectionRowIdxBase)
    • Method .SelectionRowIdxBaseop_Implicit(SelectionRowIdxBase)
  • New items
    • Method .SelectionRowIdxBaseToSelectionRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SelectionRowIdxBaseToSelectionRowAsync(CancellationToken)
    • Method .SelectionRowIdxBaseToSelectionRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SelectionRowIdxBaseToSelectionRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSelectionIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SelectionRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAssociateId(Int32)
    • Method GetFromIdxDone(Int16)
    • Method GetFromIdxGroupIdx(Int32)
    • Method GetFromIdxName(String)
    • Method GetFromIdxSoundEx(String)
    • Method GetFromIdxSource(Int16)
    • Method GetFromReader(SoDataReader, SelectionTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAssociateIdAsync(Int32, CancellationToken)
    • Method GetFromIdxDoneAsync(Int16, CancellationToken)
    • Method GetFromIdxGroupIdxAsync(Int32, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxSoundExAsync(String, CancellationToken)
    • Method GetFromIdxSourceAsync(Int16, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SelectionTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SequenceRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SequenceRecordData)
    • Method ToInserts(IEnumerable<SequenceRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SequenceTableInfo>, CancellationToken)
    • Method ToInsertAsync(SequenceRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SequenceRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SequenceRow is Modified

  • Deleted items
    • Method GetFromIdxId(Int32)
    • Method GetFromIdxTableName(String)
    • Method GetFromIdxTableNumber(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SequenceRow.SequenceRowIdxBase is Modified
  • Deleted items
    • Method .SequenceRowIdxBaseop_Implicit(SequenceRowIdxBase)
    • Method .SequenceRowIdxBaseop_Implicit(SequenceRowIdxBase)
  • New items
    • Method .SequenceRowIdxBaseToSequenceRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SequenceRowIdxBaseToSequenceRowAsync(CancellationToken)
    • Method .SequenceRowIdxBaseToSequenceRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SequenceRowIdxBaseToSequenceRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxIdAsync(Int32, CancellationToken)
    • Method GetFromIdxTableNameAsync(String, CancellationToken)
    • Method GetFromIdxTableNumberAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SequenceRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, SequenceTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SequenceTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ServiceAuthRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ServiceAuthRecordData)
    • Method ToInserts(IEnumerable<ServiceAuthRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ServiceAuthTableInfo>, CancellationToken)
    • Method ToInsertAsync(ServiceAuthRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ServiceAuthRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ServiceAuthRow is Modified

  • Deleted items
    • Method GetFromIdxServiceAuthId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ServiceAuthRow.ServiceAuthRowIdxBase is Modified
  • Deleted items
    • Method .ServiceAuthRowIdxBaseop_Implicit(ServiceAuthRowIdxBase)
    • Method .ServiceAuthRowIdxBaseop_Implicit(ServiceAuthRowIdxBase)
  • New items
    • Method .ServiceAuthRowIdxBaseToServiceAuthRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ServiceAuthRowIdxBaseToServiceAuthRowAsync(CancellationToken)
    • Method .ServiceAuthRowIdxBaseToServiceAuthRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ServiceAuthRowIdxBaseToServiceAuthRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxServiceAuthIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ServiceAuthRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, ServiceAuthTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ServiceAuthTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SessionObjectRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SessionObjectRecordData)
    • Method ToInserts(IEnumerable<SessionObjectRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SessionObjectTableInfo>, CancellationToken)
    • Method ToInsertAsync(SessionObjectRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SessionObjectRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SessionObjectRow is Modified

  • Deleted items
    • Method GetFromIdxSessionObjectId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SessionObjectRow.SessionObjectRowIdxBase is Modified
  • Deleted items
    • Method .SessionObjectRowIdxBaseop_Implicit(SessionObjectRowIdxBase)
    • Method .SessionObjectRowIdxBaseop_Implicit(SessionObjectRowIdxBase)
  • New items
    • Method .SessionObjectRowIdxBaseToSessionObjectRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SessionObjectRowIdxBaseToSessionObjectRowAsync(CancellationToken)
    • Method .SessionObjectRowIdxBaseToSessionObjectRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SessionObjectRowIdxBaseToSessionObjectRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSessionObjectIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SessionObjectRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxLoginId(Int32)
    • Method GetFromIdxName(String)
    • Method GetFromReader(SoDataReader, SessionObjectTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxLoginIdAsync(Int32, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SessionObjectTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ShipmentTypeRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ShipmentTypeRecordData)
    • Method ToInserts(IEnumerable<ShipmentTypeRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ShipmentTypeTableInfo>, CancellationToken)
    • Method ToInsertAsync(ShipmentTypeRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ShipmentTypeRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ShipmentTypeReservationRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ShipmentTypeReservationRecordData)
    • Method ToInserts(IEnumerable<ShipmentTypeReservationRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ShipmentTypeReservationTableInfo>, CancellationToken)
    • Method ToInsertAsync(ShipmentTypeReservationRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ShipmentTypeReservationRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ShipmentTypeReservationRow is Modified

  • Deleted items
    • Method GetFromIdxShipmentTypeReservationId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ShipmentTypeReservationRow.ShipmentTypeReservationRowIdxBase is Modified
  • Deleted items
    • Method .ShipmentTypeReservationRowIdxBaseop_Implicit(ShipmentTypeReservationRowIdxBase)
    • Method .ShipmentTypeReservationRowIdxBaseop_Implicit(ShipmentTypeReservationRowIdxBase)
  • New items
    • Method .ShipmentTypeReservationRowIdxBaseToShipmentTypeReservationRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ShipmentTypeReservationRowIdxBaseToShipmentTypeReservationRowAsync(CancellationToken)
    • Method .ShipmentTypeReservationRowIdxBaseToShipmentTypeReservationRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ShipmentTypeReservationRowIdxBaseToShipmentTypeReservationRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxShipmentTypeReservationIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ShipmentTypeReservationRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxPersonId(Int32)
    • Method GetFromIdxShipmentTypeId(Int32)
    • Method GetFromIdxShipmentTypeIdPersonId(Int32, Int32)
    • Method GetFromReader(SoDataReader, ShipmentTypeReservationTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxPersonIdAsync(Int32, CancellationToken)
    • Method GetFromIdxShipmentTypeIdAsync(Int32, CancellationToken)
    • Method GetFromIdxShipmentTypeIdPersonIdAsync(Int32, Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ShipmentTypeReservationTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ShipmentTypeRow is Modified

  • Deleted items
    • Method GetFromIdxShipmentTypeId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ShipmentTypeRow.ShipmentTypeRowIdxBase is Modified
  • Deleted items
    • Method .ShipmentTypeRowIdxBaseop_Implicit(ShipmentTypeRowIdxBase)
    • Method .ShipmentTypeRowIdxBaseop_Implicit(ShipmentTypeRowIdxBase)
  • New items
    • Method .ShipmentTypeRowIdxBaseToShipmentTypeRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ShipmentTypeRowIdxBaseToShipmentTypeRowAsync(CancellationToken)
    • Method .ShipmentTypeRowIdxBaseToShipmentTypeRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ShipmentTypeRowIdxBaseToShipmentTypeRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxShipmentTypeIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ShipmentTypeRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, ShipmentTypeTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ShipmentTypeTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SLinkCustomerRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SLinkCustomerRecordData)
    • Method ToInserts(IEnumerable<SLinkCustomerRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SLinkCustomerTableInfo>, CancellationToken)
    • Method ToInsertAsync(SLinkCustomerRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SLinkCustomerRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SLinkCustomerRow is Modified

  • Deleted items
    • Method GetFromIdxSLinkCustomerId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SLinkCustomerRow.SLinkCustomerRowIdxBase is Modified
  • Deleted items
    • Method .SLinkCustomerRowIdxBaseop_Implicit(SLinkCustomerRowIdxBase)
    • Method .SLinkCustomerRowIdxBaseop_Implicit(SLinkCustomerRowIdxBase)
  • New items
    • Method .SLinkCustomerRowIdxBaseToSLinkCustomerRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SLinkCustomerRowIdxBaseToSLinkCustomerRowAsync(CancellationToken)
    • Method .SLinkCustomerRowIdxBaseToSLinkCustomerRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SLinkCustomerRowIdxBaseToSLinkCustomerRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSLinkCustomerIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SLinkCustomerRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCustomerId(Int32)
    • Method GetFromIdxLinkId(Int32)
    • Method GetFromIdxLinkType(ShipmentLinkType)
    • Method GetFromIdxLinkTypeShipmentId(ShipmentLinkType, Int32)
    • Method GetFromIdxShipmentId(Int32)
    • Method GetFromIdxShipmentIdCustomerId(Int32, Int32)
    • Method GetFromReader(SoDataReader, SLinkCustomerTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCustomerIdAsync(Int32, CancellationToken)
    • Method GetFromIdxLinkIdAsync(Int32, CancellationToken)
    • Method GetFromIdxLinkTypeAsync(ShipmentLinkType, CancellationToken)
    • Method GetFromIdxLinkTypeShipmentIdAsync(ShipmentLinkType, Int32, CancellationToken)
    • Method GetFromIdxShipmentIdAsync(Int32, CancellationToken)
    • Method GetFromIdxShipmentIdCustomerIdAsync(Int32, Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SLinkCustomerTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SLinkCustomerStaticalRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SLinkCustomerStaticalRecordData)
    • Method ToInserts(IEnumerable<SLinkCustomerStaticalRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SLinkCustomerStaticalTableInfo>, CancellationToken)
    • Method ToInsertAsync(SLinkCustomerStaticalRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SLinkCustomerStaticalRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SLinkCustomerStaticalRow is Modified

  • Deleted items
    • Method GetFromIdxSLinkCustomerStaticalId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SLinkCustomerStaticalRow.SLinkCustomerStaticalRowIdxBase is Modified
  • Deleted items
    • Method .SLinkCustomerStaticalRowIdxBaseop_Implicit(SLinkCustomerStaticalRowIdxBase)
    • Method .SLinkCustomerStaticalRowIdxBaseop_Implicit(SLinkCustomerStaticalRowIdxBase)
  • New items
    • Method .SLinkCustomerStaticalRowIdxBaseToSLinkCustomerStaticalRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SLinkCustomerStaticalRowIdxBaseToSLinkCustomerStaticalRowAsync(CancellationToken)
    • Method .SLinkCustomerStaticalRowIdxBaseToSLinkCustomerStaticalRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SLinkCustomerStaticalRowIdxBaseToSLinkCustomerStaticalRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSLinkCustomerStaticalIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SLinkCustomerStaticalRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxEmail(String)
    • Method GetFromIdxLinkId(Int32)
    • Method GetFromIdxLinkType(ShipmentLinkType)
    • Method GetFromIdxLinkTypeShipmentId(ShipmentLinkType, Int32)
    • Method GetFromIdxShipmentId(Int32)
    • Method GetFromIdxShipmentIdEmail(Int32, String)
    • Method GetFromReader(SoDataReader, SLinkCustomerStaticalTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEmailAsync(String, CancellationToken)
    • Method GetFromIdxLinkIdAsync(Int32, CancellationToken)
    • Method GetFromIdxLinkTypeAsync(ShipmentLinkType, CancellationToken)
    • Method GetFromIdxLinkTypeShipmentIdAsync(ShipmentLinkType, Int32, CancellationToken)
    • Method GetFromIdxShipmentIdAsync(Int32, CancellationToken)
    • Method GetFromIdxShipmentIdEmailAsync(Int32, String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SLinkCustomerStaticalTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SLinkRecordData)
    • Method ToInserts(IEnumerable<SLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(SLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SLinkRow is Modified

  • Deleted items
    • Method GetFromIdxSLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SLinkRow.SLinkRowIdxBase is Modified
  • Deleted items
    • Method .SLinkRowIdxBaseop_Implicit(SLinkRowIdxBase)
    • Method .SLinkRowIdxBaseop_Implicit(SLinkRowIdxBase)
  • New items
    • Method .SLinkRowIdxBaseToSLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SLinkRowIdxBaseToSLinkRowAsync(CancellationToken)
    • Method .SLinkRowIdxBaseToSLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SLinkRowIdxBaseToSLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAddContactInterest(Int32)
    • Method GetFromIdxAddContactSelection(Int32)
    • Method GetFromIdxAddPersonInterest(Int32)
    • Method GetFromIdxAddProject(Int32)
    • Method GetFromIdxAddToSelection(Int32)
    • Method GetFromIdxRemoveContactInterest(Int32)
    • Method GetFromIdxRemoveContactSelection(Int32)
    • Method GetFromIdxRemoveFromSelection(Int32)
    • Method GetFromIdxRemovePersonInterest(Int32)
    • Method GetFromIdxRemoveProject(Int32)
    • Method GetFromIdxScriptId(Int32)
    • Method GetFromIdxTaskAssociateId(Int32)
    • Method GetFromIdxTaskCreatingAssociateId(Int32)
    • Method GetFromIdxTaskIdx(Int32)
    • Method GetFromIdxTaskProject(Int32)
    • Method GetFromIdxTicketCategory(Int32)
    • Method GetFromIdxTicketOwnedBy(Int32)
    • Method GetFromIdxTicketPriority(Int32)
    • Method GetFromReader(SoDataReader, SLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAddContactInterestAsync(Int32, CancellationToken)
    • Method GetFromIdxAddContactSelectionAsync(Int32, CancellationToken)
    • Method GetFromIdxAddPersonInterestAsync(Int32, CancellationToken)
    • Method GetFromIdxAddProjectAsync(Int32, CancellationToken)
    • Method GetFromIdxAddToSelectionAsync(Int32, CancellationToken)
    • Method GetFromIdxRemoveContactInterestAsync(Int32, CancellationToken)
    • Method GetFromIdxRemoveContactSelectionAsync(Int32, CancellationToken)
    • Method GetFromIdxRemoveFromSelectionAsync(Int32, CancellationToken)
    • Method GetFromIdxRemovePersonInterestAsync(Int32, CancellationToken)
    • Method GetFromIdxRemoveProjectAsync(Int32, CancellationToken)
    • Method GetFromIdxScriptIdAsync(Int32, CancellationToken)
    • Method GetFromIdxTaskAssociateIdAsync(Int32, CancellationToken)
    • Method GetFromIdxTaskCreatingAssociateIdAsync(Int32, CancellationToken)
    • Method GetFromIdxTaskIdxAsync(Int32, CancellationToken)
    • Method GetFromIdxTaskProjectAsync(Int32, CancellationToken)
    • Method GetFromIdxTicketCategoryAsync(Int32, CancellationToken)
    • Method GetFromIdxTicketOwnedByAsync(Int32, CancellationToken)
    • Method GetFromIdxTicketPriorityAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SListCustomerRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SListCustomerRecordData)
    • Method ToInserts(IEnumerable<SListCustomerRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SListCustomerTableInfo>, CancellationToken)
    • Method ToInsertAsync(SListCustomerRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SListCustomerRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SListCustomerRow is Modified

  • Deleted items
    • Method GetFromIdxSListCustomerId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SListCustomerRow.SListCustomerRowIdxBase is Modified
  • Deleted items
    • Method .SListCustomerRowIdxBaseop_Implicit(SListCustomerRowIdxBase)
    • Method .SListCustomerRowIdxBaseop_Implicit(SListCustomerRowIdxBase)
  • New items
    • Method .SListCustomerRowIdxBaseToSListCustomerRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SListCustomerRowIdxBaseToSListCustomerRowAsync(CancellationToken)
    • Method .SListCustomerRowIdxBaseToSListCustomerRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SListCustomerRowIdxBaseToSListCustomerRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSListCustomerIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SListCustomerRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCustomerId(Int32)
    • Method GetFromIdxListId(Int32)
    • Method GetFromReader(SoDataReader, SListCustomerTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCustomerIdAsync(Int32, CancellationToken)
    • Method GetFromIdxListIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SListCustomerTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SListElementRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SListElementRecordData)
    • Method ToInserts(IEnumerable<SListElementRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SListElementTableInfo>, CancellationToken)
    • Method ToInsertAsync(SListElementRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SListElementRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SListElementRow is Modified

  • Deleted items
    • Method GetFromIdxSListElementId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SListElementRow.SListElementRowIdxBase is Modified
  • Deleted items
    • Method .SListElementRowIdxBaseop_Implicit(SListElementRowIdxBase)
    • Method .SListElementRowIdxBaseop_Implicit(SListElementRowIdxBase)
  • New items
    • Method .SListElementRowIdxBaseToSListElementRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SListElementRowIdxBaseToSListElementRowAsync(CancellationToken)
    • Method .SListElementRowIdxBaseToSListElementRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SListElementRowIdxBaseToSListElementRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSListElementIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SListElementRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAddress(String)
    • Method GetFromIdxListId(Int32)
    • Method GetFromIdxSms(String)
    • Method GetFromReader(SoDataReader, SListElementTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAddressAsync(String, CancellationToken)
    • Method GetFromIdxListIdAsync(Int32, CancellationToken)
    • Method GetFromIdxSmsAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SListElementTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SListRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SListRecordData)
    • Method ToInserts(IEnumerable<SListRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SListTableInfo>, CancellationToken)
    • Method ToInsertAsync(SListRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SListRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SListRow is Modified

  • Deleted items
    • Method GetFromIdxSListId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SListRow.SListRowIdxBase is Modified
  • Deleted items
    • Method .SListRowIdxBaseop_Implicit(SListRowIdxBase)
    • Method .SListRowIdxBaseop_Implicit(SListRowIdxBase)
  • New items
    • Method .SListRowIdxBaseToSListRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SListRowIdxBaseToSListRowAsync(CancellationToken)
    • Method .SListRowIdxBaseToSListRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SListRowIdxBaseToSListRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSListIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SListRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxDbiAgentId(Int32)
    • Method GetFromIdxDbiKey(String)
    • Method GetFromIdxDbiLastModified(DateTime)
    • Method GetFromIdxDbiLastSyncronized(DateTime)
    • Method GetFromReader(SoDataReader, SListTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDbiAgentIdAsync(Int32, CancellationToken)
    • Method GetFromIdxDbiKeyAsync(String, CancellationToken)
    • Method GetFromIdxDbiLastModifiedAsync(DateTime, CancellationToken)
    • Method GetFromIdxDbiLastSyncronizedAsync(DateTime, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SListTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SListShipmentRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SListShipmentRecordData)
    • Method ToInserts(IEnumerable<SListShipmentRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SListShipmentTableInfo>, CancellationToken)
    • Method ToInsertAsync(SListShipmentRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SListShipmentRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SListShipmentRow is Modified

  • Deleted items
    • Method GetFromIdxSListShipmentId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SListShipmentRow.SListShipmentRowIdxBase is Modified
  • Deleted items
    • Method .SListShipmentRowIdxBaseop_Implicit(SListShipmentRowIdxBase)
    • Method .SListShipmentRowIdxBaseop_Implicit(SListShipmentRowIdxBase)
  • New items
    • Method .SListShipmentRowIdxBaseToSListShipmentRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SListShipmentRowIdxBaseToSListShipmentRowAsync(CancellationToken)
    • Method .SListShipmentRowIdxBaseToSListShipmentRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SListShipmentRowIdxBaseToSListShipmentRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSListShipmentIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SListShipmentRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxListId(Int32)
    • Method GetFromIdxShipmentId(Int32)
    • Method GetFromReader(SoDataReader, SListShipmentTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxListIdAsync(Int32, CancellationToken)
    • Method GetFromIdxShipmentIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SListShipmentTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SMessageblockRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SMessageblockRecordData)
    • Method ToInserts(IEnumerable<SMessageblockRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SMessageblockTableInfo>, CancellationToken)
    • Method ToInsertAsync(SMessageblockRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SMessageblockRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SMessageblockRow is Modified

  • Deleted items
    • Method GetFromIdxSMessageblockId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SMessageblockRow.SMessageblockRowIdxBase is Modified
  • Deleted items
    • Method .SMessageblockRowIdxBaseop_Implicit(SMessageblockRowIdxBase)
    • Method .SMessageblockRowIdxBaseop_Implicit(SMessageblockRowIdxBase)
  • New items
    • Method .SMessageblockRowIdxBaseToSMessageblockRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SMessageblockRowIdxBaseToSMessageblockRowAsync(CancellationToken)
    • Method .SMessageblockRowIdxBaseToSMessageblockRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SMessageblockRowIdxBaseToSMessageblockRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSMessageblockIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SMessageblockRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, SMessageblockTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SMessageblockTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SMessageRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SMessageRecordData)
    • Method ToInserts(IEnumerable<SMessageRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SMessageTableInfo>, CancellationToken)
    • Method ToInsertAsync(SMessageRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SMessageRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SMessageRow is Modified

  • Deleted items
    • Method GetFromIdxSMessageId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SMessageRow.SMessageRowIdxBase is Modified
  • Deleted items
    • Method .SMessageRowIdxBaseop_Implicit(SMessageRowIdxBase)
    • Method .SMessageRowIdxBaseop_Implicit(SMessageRowIdxBase)
  • New items
    • Method .SMessageRowIdxBaseToSMessageRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SMessageRowIdxBaseToSMessageRowAsync(CancellationToken)
    • Method .SMessageRowIdxBaseToSMessageRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SMessageRowIdxBaseToSMessageRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSMessageIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SMessageRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, SMessageTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SMessageTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SmsHysteriaRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SmsHysteriaRecordData)
    • Method ToInserts(IEnumerable<SmsHysteriaRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SmsHysteriaTableInfo>, CancellationToken)
    • Method ToInsertAsync(SmsHysteriaRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SmsHysteriaRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SmsHysteriaRow is Modified

  • Deleted items
    • Method GetFromIdxSmsHysteriaId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SmsHysteriaRow.SmsHysteriaRowIdxBase is Modified
  • Deleted items
    • Method .SmsHysteriaRowIdxBaseop_Implicit(SmsHysteriaRowIdxBase)
    • Method .SmsHysteriaRowIdxBaseop_Implicit(SmsHysteriaRowIdxBase)
  • New items
    • Method .SmsHysteriaRowIdxBaseToSmsHysteriaRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SmsHysteriaRowIdxBaseToSmsHysteriaRowAsync(CancellationToken)
    • Method .SmsHysteriaRowIdxBaseToSmsHysteriaRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SmsHysteriaRowIdxBaseToSmsHysteriaRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSmsHysteriaIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SmsHysteriaRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, SmsHysteriaTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SmsHysteriaTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SmsRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SmsRecordData)
    • Method ToInserts(IEnumerable<SmsRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SmsTableInfo>, CancellationToken)
    • Method ToInsertAsync(SmsRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SmsRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SmsRow is Modified

  • Deleted items
    • Method GetFromIdxSmsId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SmsRow.SmsRowIdxBase is Modified
  • Deleted items
    • Method .SmsRowIdxBaseop_Implicit(SmsRowIdxBase)
    • Method .SmsRowIdxBaseop_Implicit(SmsRowIdxBase)
  • New items
    • Method .SmsRowIdxBaseToSmsRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SmsRowIdxBaseToSmsRowAsync(CancellationToken)
    • Method .SmsRowIdxBaseToSmsRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SmsRowIdxBaseToSmsRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSmsIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SmsRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCustomerId(Int32)
    • Method GetFromIdxMessageId(Int32)
    • Method GetFromIdxOutboxId(Int32)
    • Method GetFromIdxOutgoingMessageId(Int32)
    • Method GetFromIdxReferenceKey(String)
    • Method GetFromIdxSessionKey(String)
    • Method GetFromIdxShipmentId(Int32)
    • Method GetFromReader(SoDataReader, SmsTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCustomerIdAsync(Int32, CancellationToken)
    • Method GetFromIdxMessageIdAsync(Int32, CancellationToken)
    • Method GetFromIdxOutboxIdAsync(Int32, CancellationToken)
    • Method GetFromIdxOutgoingMessageIdAsync(Int32, CancellationToken)
    • Method GetFromIdxReferenceKeyAsync(String, CancellationToken)
    • Method GetFromIdxSessionKeyAsync(String, CancellationToken)
    • Method GetFromIdxShipmentIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SmsTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SnapshotRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SnapshotRecordData)
    • Method ToInserts(IEnumerable<SnapshotRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SnapshotTableInfo>, CancellationToken)
    • Method ToInsertAsync(SnapshotRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SnapshotRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SnapshotRow is Modified

  • Deleted items
    • Method GetFromIdxSnapshotId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SnapshotRow.SnapshotRowIdxBase is Modified
  • Deleted items
    • Method .SnapshotRowIdxBaseop_Implicit(SnapshotRowIdxBase)
    • Method .SnapshotRowIdxBaseop_Implicit(SnapshotRowIdxBase)
  • New items
    • Method .SnapshotRowIdxBaseToSnapshotRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SnapshotRowIdxBaseToSnapshotRowAsync(CancellationToken)
    • Method .SnapshotRowIdxBaseToSnapshotRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SnapshotRowIdxBaseToSnapshotRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSnapshotIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SnapshotRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, SnapshotTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SnapshotTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SoapAccessRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SoapAccessRecordData)
    • Method ToInserts(IEnumerable<SoapAccessRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SoapAccessTableInfo>, CancellationToken)
    • Method ToInsertAsync(SoapAccessRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SoapAccessRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SoapAccessRow is Modified

  • Deleted items
    • Method GetFromIdxSoapAccessId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SoapAccessRow.SoapAccessRowIdxBase is Modified
  • Deleted items
    • Method .SoapAccessRowIdxBaseop_Implicit(SoapAccessRowIdxBase)
    • Method .SoapAccessRowIdxBaseop_Implicit(SoapAccessRowIdxBase)
  • New items
    • Method .SoapAccessRowIdxBaseToSoapAccessRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SoapAccessRowIdxBaseToSoapAccessRowAsync(CancellationToken)
    • Method .SoapAccessRowIdxBaseToSoapAccessRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SoapAccessRowIdxBaseToSoapAccessRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSoapAccessIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SoapAccessRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, SoapAccessTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SoapAccessTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SORCriteriaRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SORCriteriaRecordData)
    • Method ToInserts(IEnumerable<SORCriteriaRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SORCriteriaTableInfo>, CancellationToken)
    • Method ToInsertAsync(SORCriteriaRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SORCriteriaRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SORCriteriaRow is Modified

  • Deleted items
    • Method GetFromIdxSORCriteriaId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SORCriteriaRow.SORCriteriaRowIdxBase is Modified
  • Deleted items
    • Method .SORCriteriaRowIdxBaseop_Implicit(SORCriteriaRowIdxBase)
    • Method .SORCriteriaRowIdxBaseop_Implicit(SORCriteriaRowIdxBase)
  • New items
    • Method .SORCriteriaRowIdxBaseToSORCriteriaRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SORCriteriaRowIdxBaseToSORCriteriaRowAsync(CancellationToken)
    • Method .SORCriteriaRowIdxBaseToSORCriteriaRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SORCriteriaRowIdxBaseToSORCriteriaRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSORCriteriaIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SORCriteriaRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxSOROperatorsId(Int32)
    • Method GetFromIdxSORPublishId(Int32)
    • Method GetFromIdxUseIt(Int16)
    • Method GetFromIdxWhereOrder(Int16)
    • Method GetFromReader(SoDataReader, SORCriteriaTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSOROperatorsIdAsync(Int32, CancellationToken)
    • Method GetFromIdxSORPublishIdAsync(Int32, CancellationToken)
    • Method GetFromIdxUseItAsync(Int16, CancellationToken)
    • Method GetFromIdxWhereOrderAsync(Int16, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SORCriteriaTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SORFCTRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SORFCTRecordData)
    • Method ToInserts(IEnumerable<SORFCTRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SORFCTTableInfo>, CancellationToken)
    • Method ToInsertAsync(SORFCTRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SORFCTRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SORFCTRow is Modified

  • Deleted items
    • Method GetFromIdxSORFCTId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SORFCTRow.SORFCTRowIdxBase is Modified
  • Deleted items
    • Method .SORFCTRowIdxBaseop_Implicit(SORFCTRowIdxBase)
    • Method .SORFCTRowIdxBaseop_Implicit(SORFCTRowIdxBase)
  • New items
    • Method .SORFCTRowIdxBaseToSORFCTRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SORFCTRowIdxBaseToSORFCTRowAsync(CancellationToken)
    • Method .SORFCTRowIdxBaseToSORFCTRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SORFCTRowIdxBaseToSORFCTRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSORFCTIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SORFCTRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxFieldType(Int16)
    • Method GetFromIdxSORSectionId(Int32)
    • Method GetFromReader(SoDataReader, SORFCTTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxFieldTypeAsync(Int16, CancellationToken)
    • Method GetFromIdxSORSectionIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SORFCTTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SORFieldRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SORFieldRecordData)
    • Method ToInserts(IEnumerable<SORFieldRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SORFieldTableInfo>, CancellationToken)
    • Method ToInsertAsync(SORFieldRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SORFieldRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SORFieldRow is Modified

  • Deleted items
    • Method GetFromIdxSORFieldId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SORFieldRow.SORFieldRowIdxBase is Modified
  • Deleted items
    • Method .SORFieldRowIdxBaseop_Implicit(SORFieldRowIdxBase)
    • Method .SORFieldRowIdxBaseop_Implicit(SORFieldRowIdxBase)
  • New items
    • Method .SORFieldRowIdxBaseToSORFieldRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SORFieldRowIdxBaseToSORFieldRowAsync(CancellationToken)
    • Method .SORFieldRowIdxBaseToSORFieldRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SORFieldRowIdxBaseToSORFieldRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSORFieldIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SORFieldRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxFieldType(String)
    • Method GetFromIdxSORSectionId(Int32)
    • Method GetFromIdxVisible(Int16)
    • Method GetFromReader(SoDataReader, SORFieldTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxFieldTypeAsync(String, CancellationToken)
    • Method GetFromIdxSORSectionIdAsync(Int32, CancellationToken)
    • Method GetFromIdxVisibleAsync(Int16, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SORFieldTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SORLabelLayoutRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SORLabelLayoutRecordData)
    • Method ToInserts(IEnumerable<SORLabelLayoutRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SORLabelLayoutTableInfo>, CancellationToken)
    • Method ToInsertAsync(SORLabelLayoutRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SORLabelLayoutRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SORLabelLayoutRow is Modified

  • Deleted items
    • Method GetFromIdxSORLabelLayoutId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SORLabelLayoutRow.SORLabelLayoutRowIdxBase is Modified
  • Deleted items
    • Method .SORLabelLayoutRowIdxBaseop_Implicit(SORLabelLayoutRowIdxBase)
    • Method .SORLabelLayoutRowIdxBaseop_Implicit(SORLabelLayoutRowIdxBase)
  • New items
    • Method .SORLabelLayoutRowIdxBaseToSORLabelLayoutRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SORLabelLayoutRowIdxBaseToSORLabelLayoutRowAsync(CancellationToken)
    • Method .SORLabelLayoutRowIdxBaseToSORLabelLayoutRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SORLabelLayoutRowIdxBaseToSORLabelLayoutRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSORLabelLayoutIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SORLabelLayoutRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxName(String)
    • Method GetFromReader(SoDataReader, SORLabelLayoutTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SORLabelLayoutTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SOROperatorsRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SOROperatorsRecordData)
    • Method ToInserts(IEnumerable<SOROperatorsRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SOROperatorsTableInfo>, CancellationToken)
    • Method ToInsertAsync(SOROperatorsRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SOROperatorsRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SOROperatorsRow is Modified

  • Deleted items
    • Method GetFromIdxSOROperatorsId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SOROperatorsRow.SOROperatorsRowIdxBase is Modified
  • Deleted items
    • Method .SOROperatorsRowIdxBaseop_Implicit(SOROperatorsRowIdxBase)
    • Method .SOROperatorsRowIdxBaseop_Implicit(SOROperatorsRowIdxBase)
  • New items
    • Method .SOROperatorsRowIdxBaseToSOROperatorsRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SOROperatorsRowIdxBaseToSOROperatorsRowAsync(CancellationToken)
    • Method .SOROperatorsRowIdxBaseToSOROperatorsRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SOROperatorsRowIdxBaseToSOROperatorsRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSOROperatorsIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SOROperatorsRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxOperatorType(String)
    • Method GetFromReader(SoDataReader, SOROperatorsTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxOperatorTypeAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SOROperatorsTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SORPublishGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SORPublishGroupLinkRecordData)
    • Method ToInserts(IEnumerable<SORPublishGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SORPublishGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(SORPublishGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SORPublishGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SORPublishGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxSORPublishGoupLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SORPublishGroupLinkRow.SORPublishGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .SORPublishGroupLinkRowIdxBaseop_Implicit(SORPublishGroupLinkRowIdxBase)
    • Method .SORPublishGroupLinkRowIdxBaseop_Implicit(SORPublishGroupLinkRowIdxBase)
  • New items
    • Method .SORPublishGroupLinkRowIdxBaseToSORPublishGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SORPublishGroupLinkRowIdxBaseToSORPublishGroupLinkRowAsync(CancellationToken)
    • Method .SORPublishGroupLinkRowIdxBaseToSORPublishGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SORPublishGroupLinkRowIdxBaseToSORPublishGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSORPublishGoupLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SORPublishGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxSORPublishId(Int32)
    • Method GetFromIdxUserGroupId(Int32)
    • Method GetFromReader(SoDataReader, SORPublishGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSORPublishIdAsync(Int32, CancellationToken)
    • Method GetFromIdxUserGroupIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SORPublishGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SORPublishRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SORPublishRecordData)
    • Method ToInserts(IEnumerable<SORPublishRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SORPublishTableInfo>, CancellationToken)
    • Method ToInsertAsync(SORPublishRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SORPublishRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SORPublishRow is Modified

  • Deleted items
    • Method GetFromIdxSORPublishId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SORPublishRow.SORPublishRowIdxBase is Modified
  • Deleted items
    • Method .SORPublishRowIdxBaseop_Implicit(SORPublishRowIdxBase)
    • Method .SORPublishRowIdxBaseop_Implicit(SORPublishRowIdxBase)
  • New items
    • Method .SORPublishRowIdxBaseToSORPublishRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SORPublishRowIdxBaseToSORPublishRowAsync(CancellationToken)
    • Method .SORPublishRowIdxBaseToSORPublishRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SORPublishRowIdxBaseToSORPublishRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSORPublishIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SORPublishRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAssociateId(Int32)
    • Method GetFromIdxDefaultLabelLayout(Int32)
    • Method GetFromIdxForceDefault(Int16)
    • Method GetFromIdxName(String)
    • Method GetFromIdxSORTemplateId(Int32)
    • Method GetFromReader(SoDataReader, SORPublishTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAssociateIdAsync(Int32, CancellationToken)
    • Method GetFromIdxDefaultLabelLayoutAsync(Int32, CancellationToken)
    • Method GetFromIdxForceDefaultAsync(Int16, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxSORTemplateIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SORPublishTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SORSectionRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SORSectionRecordData)
    • Method ToInserts(IEnumerable<SORSectionRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SORSectionTableInfo>, CancellationToken)
    • Method ToInsertAsync(SORSectionRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SORSectionRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SORSectionRow is Modified

  • Deleted items
    • Method GetFromIdxSORSectionId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SORSectionRow.SORSectionRowIdxBase is Modified
  • Deleted items
    • Method .SORSectionRowIdxBaseop_Implicit(SORSectionRowIdxBase)
    • Method .SORSectionRowIdxBaseop_Implicit(SORSectionRowIdxBase)
  • New items
    • Method .SORSectionRowIdxBaseToSORSectionRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SORSectionRowIdxBaseToSORSectionRowAsync(CancellationToken)
    • Method .SORSectionRowIdxBaseToSORSectionRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SORSectionRowIdxBaseToSORSectionRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSORSectionIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SORSectionRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxSORTemplateId(Int32)
    • Method GetFromReader(SoDataReader, SORSectionTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSORTemplateIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SORSectionTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SORTemplateRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SORTemplateRecordData)
    • Method ToInserts(IEnumerable<SORTemplateRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SORTemplateTableInfo>, CancellationToken)
    • Method ToInsertAsync(SORTemplateRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SORTemplateRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SORTemplateRow is Modified

  • Deleted items
    • Method GetFromIdxSORTemplateId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SORTemplateRow.SORTemplateRowIdxBase is Modified
  • Deleted items
    • Method .SORTemplateRowIdxBaseop_Implicit(SORTemplateRowIdxBase)
    • Method .SORTemplateRowIdxBaseop_Implicit(SORTemplateRowIdxBase)
  • New items
    • Method .SORTemplateRowIdxBaseToSORTemplateRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SORTemplateRowIdxBaseToSORTemplateRowAsync(CancellationToken)
    • Method .SORTemplateRowIdxBaseToSORTemplateRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SORTemplateRowIdxBaseToSORTemplateRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSORTemplateIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SORTemplateRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxPublished(Int16)
    • Method GetFromIdxSubject(Int16)
    • Method GetFromReader(SoDataReader, SORTemplateTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxPublishedAsync(Int16, CancellationToken)
    • Method GetFromIdxSubjectAsync(Int16, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SORTemplateTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SourceGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SourceGroupLinkRecordData)
    • Method ToInserts(IEnumerable<SourceGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SourceGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(SourceGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SourceGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SourceGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxSourcegrouplinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SourceGroupLinkRow.SourceGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .SourceGroupLinkRowIdxBaseop_Implicit(SourceGroupLinkRowIdxBase)
    • Method .SourceGroupLinkRowIdxBaseop_Implicit(SourceGroupLinkRowIdxBase)
  • New items
    • Method .SourceGroupLinkRowIdxBaseToSourceGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SourceGroupLinkRowIdxBaseToSourceGroupLinkRowAsync(CancellationToken)
    • Method .SourceGroupLinkRowIdxBaseToSourceGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SourceGroupLinkRowIdxBaseToSourceGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSourcegrouplinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SourceGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromIdxSourceId(Int32)
    • Method GetFromReader(SoDataReader, SourceGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromIdxSourceIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SourceGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SourceHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SourceHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<SourceHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SourceHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(SourceHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SourceHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SourceHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxSourceheadinglinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SourceHeadingLinkRow.SourceHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .SourceHeadingLinkRowIdxBaseop_Implicit(SourceHeadingLinkRowIdxBase)
    • Method .SourceHeadingLinkRowIdxBaseop_Implicit(SourceHeadingLinkRowIdxBase)
  • New items
    • Method .SourceHeadingLinkRowIdxBaseToSourceHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SourceHeadingLinkRowIdxBaseToSourceHeadingLinkRowAsync(CancellationToken)
    • Method .SourceHeadingLinkRowIdxBaseToSourceHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SourceHeadingLinkRowIdxBaseToSourceHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSourceheadinglinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SourceHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromIdxSourceId(Int32)
    • Method GetFromReader(SoDataReader, SourceHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromIdxSourceIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SourceHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SourceRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SourceRecordData)
    • Method ToInserts(IEnumerable<SourceRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SourceTableInfo>, CancellationToken)
    • Method ToInsertAsync(SourceRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SourceRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SourceRow is Modified

  • Deleted items
    • Method GetFromIdxName(String)
    • Method GetFromIdxSourceId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SourceRow.SourceRowIdxBase is Modified
  • Deleted items
    • Method .SourceRowIdxBaseop_Implicit(SourceRowIdxBase)
    • Method .SourceRowIdxBaseop_Implicit(SourceRowIdxBase)
  • New items
    • Method .SourceRowIdxBaseToSourceRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SourceRowIdxBaseToSourceRowAsync(CancellationToken)
    • Method .SourceRowIdxBaseToSourceRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SourceRowIdxBaseToSourceRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxSourceIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SourceRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, SourceTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SourceTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SPictureEntryRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SPictureEntryRecordData)
    • Method ToInserts(IEnumerable<SPictureEntryRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SPictureEntryTableInfo>, CancellationToken)
    • Method ToInsertAsync(SPictureEntryRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SPictureEntryRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SPictureEntryRow is Modified

  • Deleted items
    • Method GetFromIdxSPictureEntryId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SPictureEntryRow.SPictureEntryRowIdxBase is Modified
  • Deleted items
    • Method .SPictureEntryRowIdxBaseop_Implicit(SPictureEntryRowIdxBase)
    • Method .SPictureEntryRowIdxBaseop_Implicit(SPictureEntryRowIdxBase)
  • New items
    • Method .SPictureEntryRowIdxBaseToSPictureEntryRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SPictureEntryRowIdxBaseToSPictureEntryRowAsync(CancellationToken)
    • Method .SPictureEntryRowIdxBaseToSPictureEntryRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SPictureEntryRowIdxBaseToSPictureEntryRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSPictureEntryIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SPictureEntryRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAttachmentId(Int32)
    • Method GetFromReader(SoDataReader, SPictureEntryTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAttachmentIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SPictureEntryTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SPictureFolderRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SPictureFolderRecordData)
    • Method ToInserts(IEnumerable<SPictureFolderRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SPictureFolderTableInfo>, CancellationToken)
    • Method ToInsertAsync(SPictureFolderRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SPictureFolderRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SPictureFolderRow is Modified

  • Deleted items
    • Method GetFromIdxSPictureFolderId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SPictureFolderRow.SPictureFolderRowIdxBase is Modified
  • Deleted items
    • Method .SPictureFolderRowIdxBaseop_Implicit(SPictureFolderRowIdxBase)
    • Method .SPictureFolderRowIdxBaseop_Implicit(SPictureFolderRowIdxBase)
  • New items
    • Method .SPictureFolderRowIdxBaseToSPictureFolderRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SPictureFolderRowIdxBaseToSPictureFolderRowAsync(CancellationToken)
    • Method .SPictureFolderRowIdxBaseToSPictureFolderRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SPictureFolderRowIdxBaseToSPictureFolderRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSPictureFolderIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SPictureFolderRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxFolderType(Int16)
    • Method GetFromIdxParentId(Int32)
    • Method GetFromIdxParentIdFolderType(Int32, Int16)
    • Method GetFromReader(SoDataReader, SPictureFolderTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxFolderTypeAsync(Int16, CancellationToken)
    • Method GetFromIdxParentIdAsync(Int32, CancellationToken)
    • Method GetFromIdxParentIdFolderTypeAsync(Int32, Int16, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SPictureFolderTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SSentMessageRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SSentMessageRecordData)
    • Method ToInserts(IEnumerable<SSentMessageRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SSentMessageTableInfo>, CancellationToken)
    • Method ToInsertAsync(SSentMessageRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SSentMessageRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SSentMessageRow is Modified

  • Deleted items
    • Method GetFromIdxSSentMessageId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SSentMessageRow.SSentMessageRowIdxBase is Modified
  • Deleted items
    • Method .SSentMessageRowIdxBaseop_Implicit(SSentMessageRowIdxBase)
    • Method .SSentMessageRowIdxBaseop_Implicit(SSentMessageRowIdxBase)
  • New items
    • Method .SSentMessageRowIdxBaseToSSentMessageRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SSentMessageRowIdxBaseToSSentMessageRowAsync(CancellationToken)
    • Method .SSentMessageRowIdxBaseToSSentMessageRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SSentMessageRowIdxBaseToSSentMessageRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSSentMessageIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SSentMessageRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCustomerId(Int32)
    • Method GetFromIdxMessageId(Int32)
    • Method GetFromIdxShipmentId(Int32)
    • Method GetFromReader(SoDataReader, SSentMessageTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCustomerIdAsync(Int32, CancellationToken)
    • Method GetFromIdxMessageIdAsync(Int32, CancellationToken)
    • Method GetFromIdxShipmentIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SSentMessageTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SShipmentAddrRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SShipmentAddrRecordData)
    • Method ToInserts(IEnumerable<SShipmentAddrRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SShipmentAddrTableInfo>, CancellationToken)
    • Method ToInsertAsync(SShipmentAddrRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SShipmentAddrRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SShipmentAddrRow is Modified

  • Deleted items
    • Method GetFromIdxSShipmentAddrId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SShipmentAddrRow.SShipmentAddrRowIdxBase is Modified
  • Deleted items
    • Method .SShipmentAddrRowIdxBaseop_Implicit(SShipmentAddrRowIdxBase)
    • Method .SShipmentAddrRowIdxBaseop_Implicit(SShipmentAddrRowIdxBase)
  • New items
    • Method .SShipmentAddrRowIdxBaseToSShipmentAddrRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SShipmentAddrRowIdxBaseToSShipmentAddrRowAsync(CancellationToken)
    • Method .SShipmentAddrRowIdxBaseToSShipmentAddrRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SShipmentAddrRowIdxBaseToSShipmentAddrRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSShipmentAddrIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SShipmentAddrRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAddress(String)
    • Method GetFromIdxContactId(Int32)
    • Method GetFromIdxCustomerId(Int32)
    • Method GetFromIdxShipmentId(Int32)
    • Method GetFromIdxStatus(ShipmentAddrStatus)
    • Method GetFromIdxStatusShipmentId(ShipmentAddrStatus, Int32)
    • Method GetFromIdxTicketId(Int32)
    • Method GetFromIdxWorkflowInstanceId(Int32)
    • Method GetFromIdxWorkflowStepId(Int32)
    • Method GetFromReader(SoDataReader, SShipmentAddrTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAddressAsync(String, CancellationToken)
    • Method GetFromIdxContactIdAsync(Int32, CancellationToken)
    • Method GetFromIdxCustomerIdAsync(Int32, CancellationToken)
    • Method GetFromIdxShipmentIdAsync(Int32, CancellationToken)
    • Method GetFromIdxStatusAsync(ShipmentAddrStatus, CancellationToken)
    • Method GetFromIdxStatusShipmentIdAsync(ShipmentAddrStatus, Int32, CancellationToken)
    • Method GetFromIdxTicketIdAsync(Int32, CancellationToken)
    • Method GetFromIdxWorkflowInstanceIdAsync(Int32, CancellationToken)
    • Method GetFromIdxWorkflowStepIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SShipmentAddrTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SShipmentRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SShipmentRecordData)
    • Method ToInserts(IEnumerable<SShipmentRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SShipmentTableInfo>, CancellationToken)
    • Method ToInsertAsync(SShipmentRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SShipmentRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SShipmentRow is Modified

  • Deleted items
    • Method GetFromIdxSShipmentId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SShipmentRow.SShipmentRowIdxBase is Modified
  • Deleted items
    • Method .SShipmentRowIdxBaseop_Implicit(SShipmentRowIdxBase)
    • Method .SShipmentRowIdxBaseop_Implicit(SShipmentRowIdxBase)
  • New items
    • Method .SShipmentRowIdxBaseToSShipmentRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SShipmentRowIdxBaseToSShipmentRowAsync(CancellationToken)
    • Method .SShipmentRowIdxBaseToSShipmentRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SShipmentRowIdxBaseToSShipmentRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSShipmentIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SShipmentRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAreStatisticsDirty(Int16)
    • Method GetFromIdxMessageId(Int32)
    • Method GetFromReader(SoDataReader, SShipmentTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAreStatisticsDirtyAsync(Int16, CancellationToken)
    • Method GetFromIdxMessageIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SShipmentTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SSmtpServersRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SSmtpServersRecordData)
    • Method ToInserts(IEnumerable<SSmtpServersRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SSmtpServersTableInfo>, CancellationToken)
    • Method ToInsertAsync(SSmtpServersRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SSmtpServersRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SSmtpServersRow is Modified

  • Deleted items
    • Method GetFromIdxSSmtpServersId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SSmtpServersRow.SSmtpServersRowIdxBase is Modified
  • Deleted items
    • Method .SSmtpServersRowIdxBaseop_Implicit(SSmtpServersRowIdxBase)
    • Method .SSmtpServersRowIdxBaseop_Implicit(SSmtpServersRowIdxBase)
  • New items
    • Method .SSmtpServersRowIdxBaseToSSmtpServersRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SSmtpServersRowIdxBaseToSSmtpServersRowAsync(CancellationToken)
    • Method .SSmtpServersRowIdxBaseToSSmtpServersRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SSmtpServersRowIdxBaseToSSmtpServersRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSSmtpServersIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SSmtpServersRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxShipmentId(Int32)
    • Method GetFromReader(SoDataReader, SSmtpServersTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxShipmentIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SSmtpServersTableInfo, CancellationToken)

SuperOffice.CRM.Rows.StakeholderRoleGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(StakeholderRoleGroupLinkRecordData)
    • Method ToInserts(IEnumerable<StakeholderRoleGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<StakeholderRoleGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(StakeholderRoleGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<StakeholderRoleGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.StakeholderRoleGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxStakeholderRoleGroupLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.StakeholderRoleGroupLinkRow.StakeholderRoleGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .StakeholderRoleGroupLinkRowIdxBaseop_Implicit(StakeholderRoleGroupLinkRowIdxBase)
    • Method .StakeholderRoleGroupLinkRowIdxBaseop_Implicit(StakeholderRoleGroupLinkRowIdxBase)
  • New items
    • Method .StakeholderRoleGroupLinkRowIdxBaseToStakeholderRoleGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .StakeholderRoleGroupLinkRowIdxBaseToStakeholderRoleGroupLinkRowAsync(CancellationToken)
    • Method .StakeholderRoleGroupLinkRowIdxBaseToStakeholderRoleGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .StakeholderRoleGroupLinkRowIdxBaseToStakeholderRoleGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxStakeholderRoleGroupLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.StakeholderRoleGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromIdxStakeholderRoleId(Int32)
    • Method GetFromReader(SoDataReader, StakeholderRoleGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromIdxStakeholderRoleIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, StakeholderRoleGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.StakeholderRoleHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(StakeholderRoleHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<StakeholderRoleHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<StakeholderRoleHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(StakeholderRoleHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<StakeholderRoleHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.StakeholderRoleHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxStakeholderRoleHeadingLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.StakeholderRoleHeadingLinkRow.StakeholderRoleHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .StakeholderRoleHeadingLinkRowIdxBaseop_Implicit(StakeholderRoleHeadingLinkRowIdxBase)
    • Method .StakeholderRoleHeadingLinkRowIdxBaseop_Implicit(StakeholderRoleHeadingLinkRowIdxBase)
  • New items
    • Method .StakeholderRoleHeadingLinkRowIdxBaseToStakeholderRoleHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .StakeholderRoleHeadingLinkRowIdxBaseToStakeholderRoleHeadingLinkRowAsync(CancellationToken)
    • Method .StakeholderRoleHeadingLinkRowIdxBaseToStakeholderRoleHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .StakeholderRoleHeadingLinkRowIdxBaseToStakeholderRoleHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxStakeholderRoleHeadingLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.StakeholderRoleHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromIdxStakeholderRoleId(Int32)
    • Method GetFromReader(SoDataReader, StakeholderRoleHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromIdxStakeholderRoleIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, StakeholderRoleHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.StakeholderRoleRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(StakeholderRoleRecordData)
    • Method ToInserts(IEnumerable<StakeholderRoleRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<StakeholderRoleTableInfo>, CancellationToken)
    • Method ToInsertAsync(StakeholderRoleRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<StakeholderRoleRecordData>, CancellationToken)

SuperOffice.CRM.Rows.StakeholderRoleRow is Modified

  • Deleted items
    • Method GetFromIdxName(String)
    • Method GetFromIdxStakeholderRoleId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.StakeholderRoleRow.StakeholderRoleRowIdxBase is Modified
  • Deleted items
    • Method .StakeholderRoleRowIdxBaseop_Implicit(StakeholderRoleRowIdxBase)
    • Method .StakeholderRoleRowIdxBaseop_Implicit(StakeholderRoleRowIdxBase)
  • New items
    • Method .StakeholderRoleRowIdxBaseToStakeholderRoleRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .StakeholderRoleRowIdxBaseToStakeholderRoleRowAsync(CancellationToken)
    • Method .StakeholderRoleRowIdxBaseToStakeholderRoleRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .StakeholderRoleRowIdxBaseToStakeholderRoleRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxStakeholderRoleIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.StakeholderRoleRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, StakeholderRoleTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, StakeholderRoleTableInfo, CancellationToken)

SuperOffice.CRM.Rows.StaticListRefRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(StaticListRefRecordData)
    • Method ToInserts(IEnumerable<StaticListRefRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<StaticListRefTableInfo>, CancellationToken)
    • Method ToInsertAsync(StaticListRefRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<StaticListRefRecordData>, CancellationToken)

SuperOffice.CRM.Rows.StaticListRefRow is Modified

  • Deleted items
    • Method GetFromIdxStaticListRefId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.StaticListRefRow.StaticListRefRowIdxBase is Modified
  • Deleted items
    • Method .StaticListRefRowIdxBaseop_Implicit(StaticListRefRowIdxBase)
    • Method .StaticListRefRowIdxBaseop_Implicit(StaticListRefRowIdxBase)
  • New items
    • Method .StaticListRefRowIdxBaseToStaticListRefRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .StaticListRefRowIdxBaseToStaticListRefRowAsync(CancellationToken)
    • Method .StaticListRefRowIdxBaseToStaticListRefRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .StaticListRefRowIdxBaseToStaticListRefRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxStaticListRefIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.StaticListRefRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxListId(Int32)
    • Method GetFromIdxRefId(Int32)
    • Method GetFromReader(SoDataReader, StaticListRefTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxListIdAsync(Int32, CancellationToken)
    • Method GetFromIdxRefIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, StaticListRefTableInfo, CancellationToken)

SuperOffice.CRM.Rows.StatusDefRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(StatusDefRecordData)
    • Method ToInserts(IEnumerable<StatusDefRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<StatusDefTableInfo>, CancellationToken)
    • Method ToInsertAsync(StatusDefRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<StatusDefRecordData>, CancellationToken)

SuperOffice.CRM.Rows.StatusDefRow is Modified

  • Deleted items
    • Method GetFromIdxStatusDefId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.StatusDefRow.StatusDefRowIdxBase is Modified
  • Deleted items
    • Method .StatusDefRowIdxBaseop_Implicit(StatusDefRowIdxBase)
    • Method .StatusDefRowIdxBaseop_Implicit(StatusDefRowIdxBase)
  • New items
    • Method .StatusDefRowIdxBaseToStatusDefRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .StatusDefRowIdxBaseToStatusDefRowAsync(CancellationToken)
    • Method .StatusDefRowIdxBaseToStatusDefRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .StatusDefRowIdxBaseToStatusDefRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxStatusDefIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.StatusDefRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, StatusDefTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, StatusDefTableInfo, CancellationToken)

SuperOffice.CRM.Rows.StatusValueRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(StatusValueRecordData)
    • Method ToInserts(IEnumerable<StatusValueRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<StatusValueTableInfo>, CancellationToken)
    • Method ToInsertAsync(StatusValueRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<StatusValueRecordData>, CancellationToken)

SuperOffice.CRM.Rows.StatusValueRow is Modified

  • Deleted items
    • Method GetFromIdxStatusValueId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.StatusValueRow.StatusValueRowIdxBase is Modified
  • Deleted items
    • Method .StatusValueRowIdxBaseop_Implicit(StatusValueRowIdxBase)
    • Method .StatusValueRowIdxBaseop_Implicit(StatusValueRowIdxBase)
  • New items
    • Method .StatusValueRowIdxBaseToStatusValueRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .StatusValueRowIdxBaseToStatusValueRowAsync(CancellationToken)
    • Method .StatusValueRowIdxBaseToStatusValueRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .StatusValueRowIdxBaseToStatusValueRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxStatusValueIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.StatusValueRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxContactId(Int32)
    • Method GetFromIdxContactIdIsSignalled(Int32, Int16)
    • Method GetFromIdxContactIdIsSignalledStatusDefId(Int32, Int16, Int32)
    • Method GetFromIdxExtra1Id(Int32)
    • Method GetFromIdxExtra1IdIsSignalled(Int32, Int16)
    • Method GetFromIdxExtra1IdIsSignalledStatusDefId(Int32, Int16, Int32)
    • Method GetFromIdxExtra2Id(Int32)
    • Method GetFromIdxExtra2IdIsSignalled(Int32, Int16)
    • Method GetFromIdxExtra2IdIsSignalledStatusDefId(Int32, Int16, Int32)
    • Method GetFromIdxIsSignalled(Int16)
    • Method GetFromIdxPersonId(Int32)
    • Method GetFromIdxPersonIdIsSignalled(Int32, Int16)
    • Method GetFromIdxPersonIdIsSignalledStatusDefId(Int32, Int16, Int32)
    • Method GetFromIdxProjectId(Int32)
    • Method GetFromIdxProjectIdIsSignalled(Int32, Int16)
    • Method GetFromIdxProjectIdIsSignalledStatusDefId(Int32, Int16, Int32)
    • Method GetFromIdxStatusDefId(Int32)
    • Method GetFromReader(SoDataReader, StatusValueTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxContactIdAsync(Int32, CancellationToken)
    • Method GetFromIdxContactIdIsSignalledAsync(Int32, Int16, CancellationToken)
    • Method GetFromIdxContactIdIsSignalledStatusDefIdAsync(Int32, Int16, Int32, CancellationToken)
    • Method GetFromIdxExtra1IdAsync(Int32, CancellationToken)
    • Method GetFromIdxExtra1IdIsSignalledAsync(Int32, Int16, CancellationToken)
    • Method GetFromIdxExtra1IdIsSignalledStatusDefIdAsync(Int32, Int16, Int32, CancellationToken)
    • Method GetFromIdxExtra2IdAsync(Int32, CancellationToken)
    • Method GetFromIdxExtra2IdIsSignalledAsync(Int32, Int16, CancellationToken)
    • Method GetFromIdxExtra2IdIsSignalledStatusDefIdAsync(Int32, Int16, Int32, CancellationToken)
    • Method GetFromIdxIsSignalledAsync(Int16, CancellationToken)
    • Method GetFromIdxPersonIdAsync(Int32, CancellationToken)
    • Method GetFromIdxPersonIdIsSignalledAsync(Int32, Int16, CancellationToken)
    • Method GetFromIdxPersonIdIsSignalledStatusDefIdAsync(Int32, Int16, Int32, CancellationToken)
    • Method GetFromIdxProjectIdAsync(Int32, CancellationToken)
    • Method GetFromIdxProjectIdIsSignalledAsync(Int32, Int16, CancellationToken)
    • Method GetFromIdxProjectIdIsSignalledStatusDefIdAsync(Int32, Int16, Int32, CancellationToken)
    • Method GetFromIdxStatusDefIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, StatusValueTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SubscriptionUnitGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SubscriptionUnitGroupLinkRecordData)
    • Method ToInserts(IEnumerable<SubscriptionUnitGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SubscriptionUnitGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(SubscriptionUnitGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SubscriptionUnitGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SubscriptionUnitGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxSubscriptionUnitGroupLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SubscriptionUnitGroupLinkRow.SubscriptionUnitGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .SubscriptionUnitGroupLinkRowIdxBaseop_Implicit(SubscriptionUnitGroupLinkRowIdxBase)
    • Method .SubscriptionUnitGroupLinkRowIdxBaseop_Implicit(SubscriptionUnitGroupLinkRowIdxBase)
  • New items
    • Method .SubscriptionUnitGroupLinkRowIdxBaseToSubscriptionUnitGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SubscriptionUnitGroupLinkRowIdxBaseToSubscriptionUnitGroupLinkRowAsync(CancellationToken)
    • Method .SubscriptionUnitGroupLinkRowIdxBaseToSubscriptionUnitGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SubscriptionUnitGroupLinkRowIdxBaseToSubscriptionUnitGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSubscriptionUnitGroupLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SubscriptionUnitGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromIdxSubscriptionUnitId(Int32)
    • Method GetFromReader(SoDataReader, SubscriptionUnitGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromIdxSubscriptionUnitIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SubscriptionUnitGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SubscriptionUnitHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SubscriptionUnitHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<SubscriptionUnitHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SubscriptionUnitHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(SubscriptionUnitHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SubscriptionUnitHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SubscriptionUnitHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxSubscriptionUnitHeadingLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SubscriptionUnitHeadingLinkRow.SubscriptionUnitHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .SubscriptionUnitHeadingLinkRowIdxBaseop_Implicit(SubscriptionUnitHeadingLinkRowIdxBase)
    • Method .SubscriptionUnitHeadingLinkRowIdxBaseop_Implicit(SubscriptionUnitHeadingLinkRowIdxBase)
  • New items
    • Method .SubscriptionUnitHeadingLinkRowIdxBaseToSubscriptionUnitHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SubscriptionUnitHeadingLinkRowIdxBaseToSubscriptionUnitHeadingLinkRowAsync(CancellationToken)
    • Method .SubscriptionUnitHeadingLinkRowIdxBaseToSubscriptionUnitHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SubscriptionUnitHeadingLinkRowIdxBaseToSubscriptionUnitHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSubscriptionUnitHeadingLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SubscriptionUnitHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromIdxSubscriptionUnitId(Int32)
    • Method GetFromReader(SoDataReader, SubscriptionUnitHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromIdxSubscriptionUnitIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SubscriptionUnitHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SubscriptionUnitRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SubscriptionUnitRecordData)
    • Method ToInserts(IEnumerable<SubscriptionUnitRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SubscriptionUnitTableInfo>, CancellationToken)
    • Method ToInsertAsync(SubscriptionUnitRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SubscriptionUnitRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SubscriptionUnitRow is Modified

  • Deleted items
    • Method GetFromIdxName(String)
    • Method GetFromIdxSubscriptionUnitId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SubscriptionUnitRow.SubscriptionUnitRowIdxBase is Modified
  • Deleted items
    • Method .SubscriptionUnitRowIdxBaseop_Implicit(SubscriptionUnitRowIdxBase)
    • Method .SubscriptionUnitRowIdxBaseop_Implicit(SubscriptionUnitRowIdxBase)
  • New items
    • Method .SubscriptionUnitRowIdxBaseToSubscriptionUnitRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SubscriptionUnitRowIdxBaseToSubscriptionUnitRowAsync(CancellationToken)
    • Method .SubscriptionUnitRowIdxBaseToSubscriptionUnitRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SubscriptionUnitRowIdxBaseToSubscriptionUnitRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxSubscriptionUnitIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SubscriptionUnitRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, SubscriptionUnitTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SubscriptionUnitTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SuggestedAppointmentRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SuggestedAppointmentRecordData)
    • Method ToInserts(IEnumerable<SuggestedAppointmentRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SuggestedAppointmentTableInfo>, CancellationToken)
    • Method ToInsertAsync(SuggestedAppointmentRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SuggestedAppointmentRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SuggestedAppointmentRow is Modified

  • Deleted items
    • Method GetFromIdxSuggestedAppointmentId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SuggestedAppointmentRow.SuggestedAppointmentRowIdxBase is Modified
  • Deleted items
    • Method .SuggestedAppointmentRowIdxBaseop_Implicit(SuggestedAppointmentRowIdxBase)
    • Method .SuggestedAppointmentRowIdxBaseop_Implicit(SuggestedAppointmentRowIdxBase)
  • New items
    • Method .SuggestedAppointmentRowIdxBaseToSuggestedAppointmentRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SuggestedAppointmentRowIdxBaseToSuggestedAppointmentRowAsync(CancellationToken)
    • Method .SuggestedAppointmentRowIdxBaseToSuggestedAppointmentRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SuggestedAppointmentRowIdxBaseToSuggestedAppointmentRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSuggestedAppointmentIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SuggestedAppointmentRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxName(String)
    • Method GetFromIdxProjectTypeStatusLinkId(Int32)
    • Method GetFromIdxSaleTypeStageLinkId(Int32)
    • Method GetFromReader(SoDataReader, SuggestedAppointmentTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxProjectTypeStatusLinkIdAsync(Int32, CancellationToken)
    • Method GetFromIdxSaleTypeStageLinkIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SuggestedAppointmentTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SuggestedDocumentRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SuggestedDocumentRecordData)
    • Method ToInserts(IEnumerable<SuggestedDocumentRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SuggestedDocumentTableInfo>, CancellationToken)
    • Method ToInsertAsync(SuggestedDocumentRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SuggestedDocumentRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SuggestedDocumentRow is Modified

  • Deleted items
    • Method GetFromIdxSuggestedDocumentId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SuggestedDocumentRow.SuggestedDocumentRowIdxBase is Modified
  • Deleted items
    • Method .SuggestedDocumentRowIdxBaseop_Implicit(SuggestedDocumentRowIdxBase)
    • Method .SuggestedDocumentRowIdxBaseop_Implicit(SuggestedDocumentRowIdxBase)
  • New items
    • Method .SuggestedDocumentRowIdxBaseToSuggestedDocumentRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SuggestedDocumentRowIdxBaseToSuggestedDocumentRowAsync(CancellationToken)
    • Method .SuggestedDocumentRowIdxBaseToSuggestedDocumentRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SuggestedDocumentRowIdxBaseToSuggestedDocumentRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSuggestedDocumentIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SuggestedDocumentRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxName(String)
    • Method GetFromIdxProjectTypeStatusLinkId(Int32)
    • Method GetFromIdxSaleTypeStageLinkId(Int32)
    • Method GetFromReader(SoDataReader, SuggestedDocumentTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxProjectTypeStatusLinkIdAsync(Int32, CancellationToken)
    • Method GetFromIdxSaleTypeStageLinkIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SuggestedDocumentTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SuperListColumnSizeRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SuperListColumnSizeRecordData)
    • Method ToInserts(IEnumerable<SuperListColumnSizeRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SuperListColumnSizeTableInfo>, CancellationToken)
    • Method ToInsertAsync(SuperListColumnSizeRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SuperListColumnSizeRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SuperListColumnSizeRow is Modified

  • Deleted items
    • Method GetFromIdxSuperListColumnSizeId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SuperListColumnSizeRow.SuperListColumnSizeRowIdxBase is Modified
  • Deleted items
    • Method .SuperListColumnSizeRowIdxBaseop_Implicit(SuperListColumnSizeRowIdxBase)
    • Method .SuperListColumnSizeRowIdxBaseop_Implicit(SuperListColumnSizeRowIdxBase)
  • New items
    • Method .SuperListColumnSizeRowIdxBaseToSuperListColumnSizeRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SuperListColumnSizeRowIdxBaseToSuperListColumnSizeRowAsync(CancellationToken)
    • Method .SuperListColumnSizeRowIdxBaseToSuperListColumnSizeRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SuperListColumnSizeRowIdxBaseToSuperListColumnSizeRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSuperListColumnSizeIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SuperListColumnSizeRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAssocId(Int32)
    • Method GetFromIdxAssocIdListOwner(Int32, String)
    • Method GetFromReader(SoDataReader, SuperListColumnSizeTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAssocIdAsync(Int32, CancellationToken)
    • Method GetFromIdxAssocIdListOwnerAsync(Int32, String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SuperListColumnSizeTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SWashingListRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SWashingListRecordData)
    • Method ToInserts(IEnumerable<SWashingListRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SWashingListTableInfo>, CancellationToken)
    • Method ToInsertAsync(SWashingListRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SWashingListRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SWashingListRow is Modified

  • Deleted items
    • Method GetFromIdxSWashingListId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SWashingListRow.SWashingListRowIdxBase is Modified
  • Deleted items
    • Method .SWashingListRowIdxBaseop_Implicit(SWashingListRowIdxBase)
    • Method .SWashingListRowIdxBaseop_Implicit(SWashingListRowIdxBase)
  • New items
    • Method .SWashingListRowIdxBaseToSWashingListRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SWashingListRowIdxBaseToSWashingListRowAsync(CancellationToken)
    • Method .SWashingListRowIdxBaseToSWashingListRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SWashingListRowIdxBaseToSWashingListRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSWashingListIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SWashingListRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxListId(Int32)
    • Method GetFromReader(SoDataReader, SWashingListTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxListIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SWashingListTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SWashingRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SWashingRecordData)
    • Method ToInserts(IEnumerable<SWashingRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SWashingTableInfo>, CancellationToken)
    • Method ToInsertAsync(SWashingRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SWashingRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SWashingRow is Modified

  • Deleted items
    • Method GetFromIdxSWashingId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SWashingRow.SWashingRowIdxBase is Modified
  • Deleted items
    • Method .SWashingRowIdxBaseop_Implicit(SWashingRowIdxBase)
    • Method .SWashingRowIdxBaseop_Implicit(SWashingRowIdxBase)
  • New items
    • Method .SWashingRowIdxBaseToSWashingRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SWashingRowIdxBaseToSWashingRowAsync(CancellationToken)
    • Method .SWashingRowIdxBaseToSWashingRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SWashingRowIdxBaseToSWashingRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSWashingIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SWashingRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, SWashingTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SWashingTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SystemEventRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SystemEventRecordData)
    • Method ToInserts(IEnumerable<SystemEventRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SystemEventTableInfo>, CancellationToken)
    • Method ToInsertAsync(SystemEventRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SystemEventRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SystemEventRow is Modified

  • Deleted items
    • Method GetFromIdxEventkeyScopeOwner(String, Int32, Int32)
    • Method GetFromIdxSystemEventId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SystemEventRow.SystemEventRowIdxBase is Modified
  • Deleted items
    • Method .SystemEventRowIdxBaseop_Implicit(SystemEventRowIdxBase)
    • Method .SystemEventRowIdxBaseop_Implicit(SystemEventRowIdxBase)
  • New items
    • Method .SystemEventRowIdxBaseToSystemEventRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SystemEventRowIdxBaseToSystemEventRowAsync(CancellationToken)
    • Method .SystemEventRowIdxBaseToSystemEventRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SystemEventRowIdxBaseToSystemEventRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEventkeyScopeOwnerAsync(String, Int32, Int32, CancellationToken)
    • Method GetFromIdxSystemEventIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SystemEventRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxEventkey(String)
    • Method GetFromIdxEventkeyScope(String, Int32)
    • Method GetFromReader(SoDataReader, SystemEventTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEventkeyAsync(String, CancellationToken)
    • Method GetFromIdxEventkeyScopeAsync(String, Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SystemEventTableInfo, CancellationToken)

SuperOffice.CRM.Rows.SystemScriptRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(SystemScriptRecordData)
    • Method ToInserts(IEnumerable<SystemScriptRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<SystemScriptTableInfo>, CancellationToken)
    • Method ToInsertAsync(SystemScriptRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<SystemScriptRecordData>, CancellationToken)

SuperOffice.CRM.Rows.SystemScriptRow is Modified

  • Deleted items
    • Method GetFromIdxSystemScriptId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.SystemScriptRow.SystemScriptRowIdxBase is Modified
  • Deleted items
    • Method .SystemScriptRowIdxBaseop_Implicit(SystemScriptRowIdxBase)
    • Method .SystemScriptRowIdxBaseop_Implicit(SystemScriptRowIdxBase)
  • New items
    • Method .SystemScriptRowIdxBaseToSystemScriptRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .SystemScriptRowIdxBaseToSystemScriptRowAsync(CancellationToken)
    • Method .SystemScriptRowIdxBaseToSystemScriptRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .SystemScriptRowIdxBaseToSystemScriptRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxSystemScriptIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.SystemScriptRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, SystemScriptTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, SystemScriptTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TableRowBase is Modified

  • Deleted items
    • Property ForeignKeyHelper
    • Method Delete()
    • Method OnIdUpdate()
    • Method OnPreIdUpdate()
    • Method OnPrimaryKeyRequest(PKContainer)
    • Method OnPrimaryKeyUpdate(PKContainer)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method Save()
    • Method SetDefaults()
    • Method SetDefaults(DashboardTileDefinitionRow, String)
    • Method SetDefaults(DefaulterStrategy)
  • New items
    • Method DeleteAsync()
    • Method GetForeignKeyHelperAsync(CancellationToken)
    • Method OnIdUpdateAsync()
    • Method OnPreIdUpdateAsync()
    • Method OnPrimaryKeyRequestAsync(PKContainer)
    • Method OnPrimaryKeyUpdateAsync(PKContainer)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method RowLoadAsync(ITableRowLoadHandler, CancellationToken)
    • Method SaveAsync()
    • Method SetDefaultsAsync(DashboardTileDefinitionRow, String, CancellationToken)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)
    • Method SetDefaultsAsync(CancellationToken)

SuperOffice.CRM.Rows.TableRowsBase is Modified

  • Deleted items
    • Method Delete()
  • New items
    • Method DeleteAsync()
    • Method LoadAsync(IdxBase, CancellationToken)
    • Method RowsLoadAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method RowsLoadAsync(CancellationToken)

SuperOffice.CRM.Rows.TabOrderRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TabOrderRecordData)
    • Method ToInserts(IEnumerable<TabOrderRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TabOrderTableInfo>, CancellationToken)
    • Method ToInsertAsync(TabOrderRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TabOrderRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TabOrderRow is Modified

  • Deleted items
    • Method GetFromIdxTabOrderId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TabOrderRow.TabOrderRowIdxBase is Modified
  • Deleted items
    • Method .TabOrderRowIdxBaseop_Implicit(TabOrderRowIdxBase)
    • Method .TabOrderRowIdxBaseop_Implicit(TabOrderRowIdxBase)
  • New items
    • Method .TabOrderRowIdxBaseToTabOrderRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TabOrderRowIdxBaseToTabOrderRowAsync(CancellationToken)
    • Method .TabOrderRowIdxBaseToTabOrderRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TabOrderRowIdxBaseToTabOrderRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTabOrderIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TabOrderRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAssociateId(Int32)
    • Method GetFromIdxAssociateIdTabName(Int32, String)
    • Method GetFromReader(SoDataReader, TabOrderTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAssociateIdAsync(Int32, CancellationToken)
    • Method GetFromIdxAssociateIdTabNameAsync(Int32, String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TabOrderTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TagsGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TagsGroupLinkRecordData)
    • Method ToInserts(IEnumerable<TagsGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TagsGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(TagsGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TagsGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TagsGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxTagsGroupLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TagsGroupLinkRow.TagsGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .TagsGroupLinkRowIdxBaseop_Implicit(TagsGroupLinkRowIdxBase)
    • Method .TagsGroupLinkRowIdxBaseop_Implicit(TagsGroupLinkRowIdxBase)
  • New items
    • Method .TagsGroupLinkRowIdxBaseToTagsGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TagsGroupLinkRowIdxBaseToTagsGroupLinkRowAsync(CancellationToken)
    • Method .TagsGroupLinkRowIdxBaseToTagsGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TagsGroupLinkRowIdxBaseToTagsGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTagsGroupLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TagsGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromIdxTagsId(Int32)
    • Method GetFromReader(SoDataReader, TagsGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromIdxTagsIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TagsGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TagsHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TagsHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<TagsHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TagsHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(TagsHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TagsHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TagsHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxTagsHeadingLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TagsHeadingLinkRow.TagsHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .TagsHeadingLinkRowIdxBaseop_Implicit(TagsHeadingLinkRowIdxBase)
    • Method .TagsHeadingLinkRowIdxBaseop_Implicit(TagsHeadingLinkRowIdxBase)
  • New items
    • Method .TagsHeadingLinkRowIdxBaseToTagsHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TagsHeadingLinkRowIdxBaseToTagsHeadingLinkRowAsync(CancellationToken)
    • Method .TagsHeadingLinkRowIdxBaseToTagsHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TagsHeadingLinkRowIdxBaseToTagsHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTagsHeadingLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TagsHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromIdxTagsId(Int32)
    • Method GetFromReader(SoDataReader, TagsHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromIdxTagsIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TagsHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TagsRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TagsRecordData)
    • Method ToInserts(IEnumerable<TagsRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TagsTableInfo>, CancellationToken)
    • Method ToInsertAsync(TagsRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TagsRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TagsRow is Modified

  • Deleted items
    • Method GetFromIdxName(String)
    • Method GetFromIdxTagsId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TagsRow.TagsRowIdxBase is Modified
  • Deleted items
    • Method .TagsRowIdxBaseop_Implicit(TagsRowIdxBase)
    • Method .TagsRowIdxBaseop_Implicit(TagsRowIdxBase)
  • New items
    • Method .TagsRowIdxBaseToTagsRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TagsRowIdxBaseToTagsRowAsync(CancellationToken)
    • Method .TagsRowIdxBaseToTagsRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TagsRowIdxBaseToTagsRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxTagsIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TagsRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, TagsTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TagsTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TargetAssignmentInfoRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TargetAssignmentInfoRecordData)
    • Method ToInserts(IEnumerable<TargetAssignmentInfoRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TargetAssignmentInfoTableInfo>, CancellationToken)
    • Method ToInsertAsync(TargetAssignmentInfoRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TargetAssignmentInfoRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TargetAssignmentInfoRow is Modified

  • Deleted items
    • Method GetFromIdxTargetAssignmentInfoId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TargetAssignmentInfoRow.TargetAssignmentInfoRowIdxBase is Modified
  • Deleted items
    • Method .TargetAssignmentInfoRowIdxBaseop_Implicit(TargetAssignmentInfoRowIdxBase)
    • Method .TargetAssignmentInfoRowIdxBaseop_Implicit(TargetAssignmentInfoRowIdxBase)
  • New items
    • Method .TargetAssignmentInfoRowIdxBaseToTargetAssignmentInfoRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TargetAssignmentInfoRowIdxBaseToTargetAssignmentInfoRowAsync(CancellationToken)
    • Method .TargetAssignmentInfoRowIdxBaseToTargetAssignmentInfoRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TargetAssignmentInfoRowIdxBaseToTargetAssignmentInfoRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTargetAssignmentInfoIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TargetAssignmentInfoRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAssociateId(Int32)
    • Method GetFromIdxContactId(Int32)
    • Method GetFromIdxUsergroupId(Int32)
    • Method GetFromReader(SoDataReader, TargetAssignmentInfoTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAssociateIdAsync(Int32, CancellationToken)
    • Method GetFromIdxContactIdAsync(Int32, CancellationToken)
    • Method GetFromIdxUsergroupIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TargetAssignmentInfoTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TargetAssignmentValueRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TargetAssignmentValueRecordData)
    • Method ToInserts(IEnumerable<TargetAssignmentValueRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TargetAssignmentValueTableInfo>, CancellationToken)
    • Method ToInsertAsync(TargetAssignmentValueRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TargetAssignmentValueRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TargetAssignmentValueRow is Modified

  • Deleted items
    • Method GetFromIdxTargetAssignmentValueId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TargetAssignmentValueRow.TargetAssignmentValueRowIdxBase is Modified
  • Deleted items
    • Method .TargetAssignmentValueRowIdxBaseop_Implicit(TargetAssignmentValueRowIdxBase)
    • Method .TargetAssignmentValueRowIdxBaseop_Implicit(TargetAssignmentValueRowIdxBase)
  • New items
    • Method .TargetAssignmentValueRowIdxBaseToTargetAssignmentValueRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TargetAssignmentValueRowIdxBaseToTargetAssignmentValueRowAsync(CancellationToken)
    • Method .TargetAssignmentValueRowIdxBaseToTargetAssignmentValueRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TargetAssignmentValueRowIdxBaseToTargetAssignmentValueRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTargetAssignmentValueIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TargetAssignmentValueRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, TargetAssignmentValueTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TargetAssignmentValueTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TargetChangeRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TargetChangeRecordData)
    • Method ToInserts(IEnumerable<TargetChangeRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TargetChangeTableInfo>, CancellationToken)
    • Method ToInsertAsync(TargetChangeRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TargetChangeRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TargetChangeRow is Modified

  • Deleted items
    • Method GetFromIdxTargetChangeId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TargetChangeRow.TargetChangeRowIdxBase is Modified
  • Deleted items
    • Method .TargetChangeRowIdxBaseop_Implicit(TargetChangeRowIdxBase)
    • Method .TargetChangeRowIdxBaseop_Implicit(TargetChangeRowIdxBase)
  • New items
    • Method .TargetChangeRowIdxBaseToTargetChangeRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TargetChangeRowIdxBaseToTargetChangeRowAsync(CancellationToken)
    • Method .TargetChangeRowIdxBaseToTargetChangeRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TargetChangeRowIdxBaseToTargetChangeRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTargetChangeIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TargetChangeRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxTargetRevisionId(Int32)
    • Method GetFromReader(SoDataReader, TargetChangeTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTargetRevisionIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TargetChangeTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TargetDimensionRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TargetDimensionRecordData)
    • Method ToInserts(IEnumerable<TargetDimensionRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TargetDimensionTableInfo>, CancellationToken)
    • Method ToInsertAsync(TargetDimensionRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TargetDimensionRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TargetDimensionRow is Modified

  • Deleted items
    • Method GetFromIdxTargetDimensionId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TargetDimensionRow.TargetDimensionRowIdxBase is Modified
  • Deleted items
    • Method .TargetDimensionRowIdxBaseop_Implicit(TargetDimensionRowIdxBase)
    • Method .TargetDimensionRowIdxBaseop_Implicit(TargetDimensionRowIdxBase)
  • New items
    • Method .TargetDimensionRowIdxBaseToTargetDimensionRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TargetDimensionRowIdxBaseToTargetDimensionRowAsync(CancellationToken)
    • Method .TargetDimensionRowIdxBaseToTargetDimensionRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TargetDimensionRowIdxBaseToTargetDimensionRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTargetDimensionIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TargetDimensionRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxEntityType(TargetEntityType)
    • Method GetFromIdxSelectedDimensions(Int32[])
    • Method GetFromReader(SoDataReader, TargetDimensionTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEntityTypeAsync(TargetEntityType, CancellationToken)
    • Method GetFromIdxSelectedDimensionsAsync(Int32[], CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TargetDimensionTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TargetGroupRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TargetGroupRecordData)
    • Method ToInserts(IEnumerable<TargetGroupRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TargetGroupTableInfo>, CancellationToken)
    • Method ToInsertAsync(TargetGroupRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TargetGroupRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TargetGroupRow is Modified

  • Deleted items
    • Method GetFromIdxTargetGroupId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TargetGroupRow.TargetGroupRowIdxBase is Modified
  • Deleted items
    • Method .TargetGroupRowIdxBaseop_Implicit(TargetGroupRowIdxBase)
    • Method .TargetGroupRowIdxBaseop_Implicit(TargetGroupRowIdxBase)
  • New items
    • Method .TargetGroupRowIdxBaseToTargetGroupRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TargetGroupRowIdxBaseToTargetGroupRowAsync(CancellationToken)
    • Method .TargetGroupRowIdxBaseToTargetGroupRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TargetGroupRowIdxBaseToTargetGroupRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTargetGroupIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TargetGroupRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, TargetGroupTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TargetGroupTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TargetPeriodRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TargetPeriodRecordData)
    • Method ToInserts(IEnumerable<TargetPeriodRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TargetPeriodTableInfo>, CancellationToken)
    • Method ToInsertAsync(TargetPeriodRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TargetPeriodRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TargetPeriodRow is Modified

  • Deleted items
    • Method GetFromIdxTargetPeriodId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TargetPeriodRow.TargetPeriodRowIdxBase is Modified
  • Deleted items
    • Method .TargetPeriodRowIdxBaseop_Implicit(TargetPeriodRowIdxBase)
    • Method .TargetPeriodRowIdxBaseop_Implicit(TargetPeriodRowIdxBase)
  • New items
    • Method .TargetPeriodRowIdxBaseToTargetPeriodRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TargetPeriodRowIdxBaseToTargetPeriodRowAsync(CancellationToken)
    • Method .TargetPeriodRowIdxBaseToTargetPeriodRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TargetPeriodRowIdxBaseToTargetPeriodRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTargetPeriodIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TargetPeriodRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, TargetPeriodTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TargetPeriodTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TargetRevisionHistoryRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TargetRevisionHistoryRecordData)
    • Method ToInserts(IEnumerable<TargetRevisionHistoryRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TargetRevisionHistoryTableInfo>, CancellationToken)
    • Method ToInsertAsync(TargetRevisionHistoryRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TargetRevisionHistoryRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TargetRevisionHistoryRow is Modified

  • Deleted items
    • Method GetFromIdxTargetGroupId(Int32)
    • Method GetFromIdxTargetRevisionHistoryId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TargetRevisionHistoryRow.TargetRevisionHistoryRowIdxBase is Modified
  • Deleted items
    • Method .TargetRevisionHistoryRowIdxBaseop_Implicit(TargetRevisionHistoryRowIdxBase)
    • Method .TargetRevisionHistoryRowIdxBaseop_Implicit(TargetRevisionHistoryRowIdxBase)
  • New items
    • Method .TargetRevisionHistoryRowIdxBaseToTargetRevisionHistoryRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TargetRevisionHistoryRowIdxBaseToTargetRevisionHistoryRowAsync(CancellationToken)
    • Method .TargetRevisionHistoryRowIdxBaseToTargetRevisionHistoryRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TargetRevisionHistoryRowIdxBaseToTargetRevisionHistoryRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTargetGroupIdAsync(Int32, CancellationToken)
    • Method GetFromIdxTargetRevisionHistoryIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TargetRevisionHistoryRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxTargetAssignmentInfoId(Int32)
    • Method GetFromReader(SoDataReader, TargetRevisionHistoryTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTargetAssignmentInfoIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TargetRevisionHistoryTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TargetRevisionRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TargetRevisionRecordData)
    • Method ToInserts(IEnumerable<TargetRevisionRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TargetRevisionTableInfo>, CancellationToken)
    • Method ToInsertAsync(TargetRevisionRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TargetRevisionRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TargetRevisionRow is Modified

  • Deleted items
    • Method GetFromIdxTargetRevisionId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TargetRevisionRow.TargetRevisionRowIdxBase is Modified
  • Deleted items
    • Method .TargetRevisionRowIdxBaseop_Implicit(TargetRevisionRowIdxBase)
    • Method .TargetRevisionRowIdxBaseop_Implicit(TargetRevisionRowIdxBase)
  • New items
    • Method .TargetRevisionRowIdxBaseToTargetRevisionRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TargetRevisionRowIdxBaseToTargetRevisionRowAsync(CancellationToken)
    • Method .TargetRevisionRowIdxBaseToTargetRevisionRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TargetRevisionRowIdxBaseToTargetRevisionRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTargetRevisionIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TargetRevisionRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAssignmentInfoId(Int32)
    • Method GetFromReader(SoDataReader, TargetRevisionTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAssignmentInfoIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TargetRevisionTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TaskGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TaskGroupLinkRecordData)
    • Method ToInserts(IEnumerable<TaskGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TaskGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(TaskGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TaskGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TaskGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxTaskgrouplinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TaskGroupLinkRow.TaskGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .TaskGroupLinkRowIdxBaseop_Implicit(TaskGroupLinkRowIdxBase)
    • Method .TaskGroupLinkRowIdxBaseop_Implicit(TaskGroupLinkRowIdxBase)
  • New items
    • Method .TaskGroupLinkRowIdxBaseToTaskGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TaskGroupLinkRowIdxBaseToTaskGroupLinkRowAsync(CancellationToken)
    • Method .TaskGroupLinkRowIdxBaseToTaskGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TaskGroupLinkRowIdxBaseToTaskGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTaskgrouplinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TaskGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromIdxTaskId(Int32)
    • Method GetFromReader(SoDataReader, TaskGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromIdxTaskIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TaskGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TaskHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TaskHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<TaskHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TaskHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(TaskHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TaskHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TaskHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxTaskheadinglinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TaskHeadingLinkRow.TaskHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .TaskHeadingLinkRowIdxBaseop_Implicit(TaskHeadingLinkRowIdxBase)
    • Method .TaskHeadingLinkRowIdxBaseop_Implicit(TaskHeadingLinkRowIdxBase)
  • New items
    • Method .TaskHeadingLinkRowIdxBaseToTaskHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TaskHeadingLinkRowIdxBaseToTaskHeadingLinkRowAsync(CancellationToken)
    • Method .TaskHeadingLinkRowIdxBaseToTaskHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TaskHeadingLinkRowIdxBaseToTaskHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTaskheadinglinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TaskHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromIdxTaskId(Int32)
    • Method GetFromReader(SoDataReader, TaskHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromIdxTaskIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TaskHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TaskMenuGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TaskMenuGroupLinkRecordData)
    • Method ToInserts(IEnumerable<TaskMenuGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TaskMenuGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(TaskMenuGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TaskMenuGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TaskMenuGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxTaskMenuGroupLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TaskMenuGroupLinkRow.TaskMenuGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .TaskMenuGroupLinkRowIdxBaseop_Implicit(TaskMenuGroupLinkRowIdxBase)
    • Method .TaskMenuGroupLinkRowIdxBaseop_Implicit(TaskMenuGroupLinkRowIdxBase)
  • New items
    • Method .TaskMenuGroupLinkRowIdxBaseToTaskMenuGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TaskMenuGroupLinkRowIdxBaseToTaskMenuGroupLinkRowAsync(CancellationToken)
    • Method .TaskMenuGroupLinkRowIdxBaseToTaskMenuGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TaskMenuGroupLinkRowIdxBaseToTaskMenuGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTaskMenuGroupLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TaskMenuGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromIdxTaskMenuId(Int32)
    • Method GetFromReader(SoDataReader, TaskMenuGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromIdxTaskMenuIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TaskMenuGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TaskMenuHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TaskMenuHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<TaskMenuHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TaskMenuHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(TaskMenuHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TaskMenuHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TaskMenuHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxTaskMenuHeadingLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TaskMenuHeadingLinkRow.TaskMenuHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .TaskMenuHeadingLinkRowIdxBaseop_Implicit(TaskMenuHeadingLinkRowIdxBase)
    • Method .TaskMenuHeadingLinkRowIdxBaseop_Implicit(TaskMenuHeadingLinkRowIdxBase)
  • New items
    • Method .TaskMenuHeadingLinkRowIdxBaseToTaskMenuHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TaskMenuHeadingLinkRowIdxBaseToTaskMenuHeadingLinkRowAsync(CancellationToken)
    • Method .TaskMenuHeadingLinkRowIdxBaseToTaskMenuHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TaskMenuHeadingLinkRowIdxBaseToTaskMenuHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTaskMenuHeadingLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TaskMenuHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromIdxTaskMenuId(Int32)
    • Method GetFromReader(SoDataReader, TaskMenuHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromIdxTaskMenuIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TaskMenuHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TaskMenuRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TaskMenuRecordData)
    • Method ToInserts(IEnumerable<TaskMenuRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TaskMenuTableInfo>, CancellationToken)
    • Method ToInsertAsync(TaskMenuRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TaskMenuRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TaskMenuRow is Modified

  • Deleted items
    • Method GetFromIdxName(String)
    • Method GetFromIdxTaskMenuId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TaskMenuRow.TaskMenuRowIdxBase is Modified
  • Deleted items
    • Method .TaskMenuRowIdxBaseop_Implicit(TaskMenuRowIdxBase)
    • Method .TaskMenuRowIdxBaseop_Implicit(TaskMenuRowIdxBase)
  • New items
    • Method .TaskMenuRowIdxBaseToTaskMenuRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TaskMenuRowIdxBaseToTaskMenuRowAsync(CancellationToken)
    • Method .TaskMenuRowIdxBaseToTaskMenuRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TaskMenuRowIdxBaseToTaskMenuRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxTaskMenuIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TaskMenuRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, TaskMenuTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TaskMenuTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TaskRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TaskRecordData)
    • Method ToInserts(IEnumerable<TaskRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TaskTableInfo>, CancellationToken)
    • Method ToInsertAsync(TaskRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TaskRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TaskRow is Modified

  • Deleted items
    • Method GetFromIdxName(String)
    • Method GetFromIdxTaskId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TaskRow.TaskRowIdxBase is Modified
  • Deleted items
    • Method .TaskRowIdxBaseop_Implicit(TaskRowIdxBase)
    • Method .TaskRowIdxBaseop_Implicit(TaskRowIdxBase)
  • New items
    • Method .TaskRowIdxBaseToTaskRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TaskRowIdxBaseToTaskRowAsync(CancellationToken)
    • Method .TaskRowIdxBaseToTaskRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TaskRowIdxBaseToTaskRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxTaskIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TaskRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, TaskTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TaskTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TempDbLockRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TempDbLockRecordData)
    • Method ToInserts(IEnumerable<TempDbLockRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TempDbLockTableInfo>, CancellationToken)
    • Method ToInsertAsync(TempDbLockRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TempDbLockRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TempDbLockRow is Modified

  • Deleted items
    • Method GetFromIdxTempDbLockId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TempDbLockRow.TempDbLockRowIdxBase is Modified
  • Deleted items
    • Method .TempDbLockRowIdxBaseop_Implicit(TempDbLockRowIdxBase)
    • Method .TempDbLockRowIdxBaseop_Implicit(TempDbLockRowIdxBase)
  • New items
    • Method .TempDbLockRowIdxBaseToTempDbLockRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TempDbLockRowIdxBaseToTempDbLockRowAsync(CancellationToken)
    • Method .TempDbLockRowIdxBaseToTempDbLockRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TempDbLockRowIdxBaseToTempDbLockRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTempDbLockIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TempDbLockRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxKey(Int32)
    • Method GetFromIdxTableNumber(Int16)
    • Method GetFromReader(SoDataReader, TempDbLockTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxKeyAsync(Int32, CancellationToken)
    • Method GetFromIdxTableNumberAsync(Int16, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TempDbLockTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TemporaryKeyRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TemporaryKeyRecordData)
    • Method ToInserts(IEnumerable<TemporaryKeyRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TemporaryKeyTableInfo>, CancellationToken)
    • Method ToInsertAsync(TemporaryKeyRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TemporaryKeyRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TemporaryKeyRow is Modified

  • Deleted items
    • Method GetFromIdxTemporaryKeyId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TemporaryKeyRow.TemporaryKeyRowIdxBase is Modified
  • Deleted items
    • Method .TemporaryKeyRowIdxBaseop_Implicit(TemporaryKeyRowIdxBase)
    • Method .TemporaryKeyRowIdxBaseop_Implicit(TemporaryKeyRowIdxBase)
  • New items
    • Method .TemporaryKeyRowIdxBaseToTemporaryKeyRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TemporaryKeyRowIdxBaseToTemporaryKeyRowAsync(CancellationToken)
    • Method .TemporaryKeyRowIdxBaseToTemporaryKeyRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TemporaryKeyRowIdxBaseToTemporaryKeyRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTemporaryKeyIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TemporaryKeyRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, TemporaryKeyTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TemporaryKeyTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TemporaryWordsRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TemporaryWordsRecordData)
    • Method ToInserts(IEnumerable<TemporaryWordsRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TemporaryWordsTableInfo>, CancellationToken)
    • Method ToInsertAsync(TemporaryWordsRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TemporaryWordsRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TemporaryWordsRow is Modified

  • Deleted items
    • Method GetFromIdxTemporaryWordsId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TemporaryWordsRow.TemporaryWordsRowIdxBase is Modified
  • Deleted items
    • Method .TemporaryWordsRowIdxBaseop_Implicit(TemporaryWordsRowIdxBase)
    • Method .TemporaryWordsRowIdxBaseop_Implicit(TemporaryWordsRowIdxBase)
  • New items
    • Method .TemporaryWordsRowIdxBaseToTemporaryWordsRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TemporaryWordsRowIdxBaseToTemporaryWordsRowAsync(CancellationToken)
    • Method .TemporaryWordsRowIdxBaseToTemporaryWordsRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TemporaryWordsRowIdxBaseToTemporaryWordsRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTemporaryWordsIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TemporaryWordsRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxWord(String)
    • Method GetFromIdxWordLength(Int32)
    • Method GetFromReader(SoDataReader, TemporaryWordsTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxWordAsync(String, CancellationToken)
    • Method GetFromIdxWordLengthAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TemporaryWordsTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TextRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TextRecordData)
    • Method ToInserts(IEnumerable<TextRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TextTableInfo>, CancellationToken)
    • Method ToInsertAsync(TextRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TextRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TextRow is Modified

  • Deleted items
    • Method GetFromIdxTextId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TextRow.TextRowIdxBase is Modified
  • Deleted items
    • Method .TextRowIdxBaseop_Implicit(TextRowIdxBase)
    • Method .TextRowIdxBaseop_Implicit(TextRowIdxBase)
  • New items
    • Method .TextRowIdxBaseToTextRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TextRowIdxBaseToTextRowAsync(CancellationToken)
    • Method .TextRowIdxBaseToTextRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TextRowIdxBaseToTextRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTextIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TextRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxOwnerId(Int32)
    • Method GetFromIdxOwnerIdType(Int32, TextType)
    • Method GetFromIdxText(String)
    • Method GetFromReader(SoDataReader, TextTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxOwnerIdAsync(Int32, CancellationToken)
    • Method GetFromIdxOwnerIdTypeAsync(Int32, TextType, CancellationToken)
    • Method GetFromIdxTextAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TextTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TicketAlertRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TicketAlertRecordData)
    • Method ToInserts(IEnumerable<TicketAlertRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TicketAlertTableInfo>, CancellationToken)
    • Method ToInsertAsync(TicketAlertRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TicketAlertRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TicketAlertRow is Modified

  • Deleted items
    • Method GetFromIdxTicketAlertId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TicketAlertRow.TicketAlertRowIdxBase is Modified
  • Deleted items
    • Method .TicketAlertRowIdxBaseop_Implicit(TicketAlertRowIdxBase)
    • Method .TicketAlertRowIdxBaseop_Implicit(TicketAlertRowIdxBase)
  • New items
    • Method .TicketAlertRowIdxBaseToTicketAlertRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TicketAlertRowIdxBaseToTicketAlertRowAsync(CancellationToken)
    • Method .TicketAlertRowIdxBaseToTicketAlertRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TicketAlertRowIdxBaseToTicketAlertRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTicketAlertIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TicketAlertRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxDelegateTo(Int32)
    • Method GetFromIdxPriority(Int32)
    • Method GetFromIdxReplyTemplateIdCatmast(Int32)
    • Method GetFromIdxReplyTemplateIdCatmastSms(Int32)
    • Method GetFromIdxReplyTemplateIdCustomer(Int32)
    • Method GetFromIdxReplyTemplateIdEmail(Int32)
    • Method GetFromIdxReplyTemplateIdSms(Int32)
    • Method GetFromIdxReplyTemplateIdUser(Int32)
    • Method GetFromIdxReplyTemplateIdUserSms(Int32)
    • Method GetFromIdxRtiCustomerSms(Int32)
    • Method GetFromIdxScriptId(Int32)
    • Method GetFromReader(SoDataReader, TicketAlertTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDelegateToAsync(Int32, CancellationToken)
    • Method GetFromIdxPriorityAsync(Int32, CancellationToken)
    • Method GetFromIdxReplyTemplateIdCatmastAsync(Int32, CancellationToken)
    • Method GetFromIdxReplyTemplateIdCatmastSmsAsync(Int32, CancellationToken)
    • Method GetFromIdxReplyTemplateIdCustomerAsync(Int32, CancellationToken)
    • Method GetFromIdxReplyTemplateIdEmailAsync(Int32, CancellationToken)
    • Method GetFromIdxReplyTemplateIdSmsAsync(Int32, CancellationToken)
    • Method GetFromIdxReplyTemplateIdUserAsync(Int32, CancellationToken)
    • Method GetFromIdxReplyTemplateIdUserSmsAsync(Int32, CancellationToken)
    • Method GetFromIdxRtiCustomerSmsAsync(Int32, CancellationToken)
    • Method GetFromIdxScriptIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TicketAlertTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TicketAttachmentRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TicketAttachmentRecordData)
    • Method ToInserts(IEnumerable<TicketAttachmentRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TicketAttachmentTableInfo>, CancellationToken)
    • Method ToInsertAsync(TicketAttachmentRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TicketAttachmentRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TicketAttachmentRow is Modified

  • Deleted items
    • Method GetFromIdxTicketAttachmentId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TicketAttachmentRow.TicketAttachmentRowIdxBase is Modified
  • Deleted items
    • Method .TicketAttachmentRowIdxBaseop_Implicit(TicketAttachmentRowIdxBase)
    • Method .TicketAttachmentRowIdxBaseop_Implicit(TicketAttachmentRowIdxBase)
  • New items
    • Method .TicketAttachmentRowIdxBaseToTicketAttachmentRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TicketAttachmentRowIdxBaseToTicketAttachmentRowAsync(CancellationToken)
    • Method .TicketAttachmentRowIdxBaseToTicketAttachmentRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TicketAttachmentRowIdxBaseToTicketAttachmentRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTicketAttachmentIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TicketAttachmentRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAttachmentId(Int32)
    • Method GetFromIdxMessageId(Int32)
    • Method GetFromReader(SoDataReader, TicketAttachmentTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAttachmentIdAsync(Int32, CancellationToken)
    • Method GetFromIdxMessageIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TicketAttachmentTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TicketCustomersRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TicketCustomersRecordData)
    • Method ToInserts(IEnumerable<TicketCustomersRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TicketCustomersTableInfo>, CancellationToken)
    • Method ToInsertAsync(TicketCustomersRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TicketCustomersRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TicketCustomersRow is Modified

  • Deleted items
    • Method GetFromIdxTicketCustomersId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TicketCustomersRow.TicketCustomersRowIdxBase is Modified
  • Deleted items
    • Method .TicketCustomersRowIdxBaseop_Implicit(TicketCustomersRowIdxBase)
    • Method .TicketCustomersRowIdxBaseop_Implicit(TicketCustomersRowIdxBase)
  • New items
    • Method .TicketCustomersRowIdxBaseToTicketCustomersRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TicketCustomersRowIdxBaseToTicketCustomersRowAsync(CancellationToken)
    • Method .TicketCustomersRowIdxBaseToTicketCustomersRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TicketCustomersRowIdxBaseToTicketCustomersRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTicketCustomersIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TicketCustomersRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCustomerId(Int32)
    • Method GetFromIdxTicketId(Int32)
    • Method GetFromIdxTicketIdCustomerId(Int32, Int32)
    • Method GetFromReader(SoDataReader, TicketCustomersTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCustomerIdAsync(Int32, CancellationToken)
    • Method GetFromIdxTicketIdAsync(Int32, CancellationToken)
    • Method GetFromIdxTicketIdCustomerIdAsync(Int32, Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TicketCustomersTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TicketLogActionRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TicketLogActionRecordData)
    • Method ToInserts(IEnumerable<TicketLogActionRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TicketLogActionTableInfo>, CancellationToken)
    • Method ToInsertAsync(TicketLogActionRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TicketLogActionRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TicketLogActionRow is Modified

  • Deleted items
    • Method GetFromIdxTicketLogActionId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TicketLogActionRow.TicketLogActionRowIdxBase is Modified
  • Deleted items
    • Method .TicketLogActionRowIdxBaseop_Implicit(TicketLogActionRowIdxBase)
    • Method .TicketLogActionRowIdxBaseop_Implicit(TicketLogActionRowIdxBase)
  • New items
    • Method .TicketLogActionRowIdxBaseToTicketLogActionRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TicketLogActionRowIdxBaseToTicketLogActionRowAsync(CancellationToken)
    • Method .TicketLogActionRowIdxBaseToTicketLogActionRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TicketLogActionRowIdxBaseToTicketLogActionRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTicketLogActionIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TicketLogActionRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCustomerId(Int32)
    • Method GetFromIdxMessageId(Int32)
    • Method GetFromIdxOrgTicketId(Int32)
    • Method GetFromIdxTicketId(Int32)
    • Method GetFromIdxUserId(Int32)
    • Method GetFromReader(SoDataReader, TicketLogActionTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCustomerIdAsync(Int32, CancellationToken)
    • Method GetFromIdxMessageIdAsync(Int32, CancellationToken)
    • Method GetFromIdxOrgTicketIdAsync(Int32, CancellationToken)
    • Method GetFromIdxTicketIdAsync(Int32, CancellationToken)
    • Method GetFromIdxUserIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TicketLogActionTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TicketLogChangeRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TicketLogChangeRecordData)
    • Method ToInserts(IEnumerable<TicketLogChangeRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TicketLogChangeTableInfo>, CancellationToken)
    • Method ToInsertAsync(TicketLogChangeRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TicketLogChangeRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TicketLogChangeRow is Modified

  • Deleted items
    • Method GetFromIdxTicketLogChangeId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TicketLogChangeRow.TicketLogChangeRowIdxBase is Modified
  • Deleted items
    • Method .TicketLogChangeRowIdxBaseop_Implicit(TicketLogChangeRowIdxBase)
    • Method .TicketLogChangeRowIdxBaseop_Implicit(TicketLogChangeRowIdxBase)
  • New items
    • Method .TicketLogChangeRowIdxBaseToTicketLogChangeRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TicketLogChangeRowIdxBaseToTicketLogChangeRowAsync(CancellationToken)
    • Method .TicketLogChangeRowIdxBaseToTicketLogChangeRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TicketLogChangeRowIdxBaseToTicketLogChangeRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTicketLogChangeIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TicketLogChangeRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxActionId(Int32)
    • Method GetFromIdxExtraFieldId(Int32)
    • Method GetFromIdxMessageId(Int32)
    • Method GetFromIdxTicketId(Int32)
    • Method GetFromReader(SoDataReader, TicketLogChangeTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxActionIdAsync(Int32, CancellationToken)
    • Method GetFromIdxExtraFieldIdAsync(Int32, CancellationToken)
    • Method GetFromIdxMessageIdAsync(Int32, CancellationToken)
    • Method GetFromIdxTicketIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TicketLogChangeTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TicketLogRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TicketLogRecordData)
    • Method ToInserts(IEnumerable<TicketLogRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TicketLogTableInfo>, CancellationToken)
    • Method ToInsertAsync(TicketLogRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TicketLogRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TicketLogRow is Modified

  • Deleted items
    • Method GetFromIdxTicketLogId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TicketLogRow.TicketLogRowIdxBase is Modified
  • Deleted items
    • Method .TicketLogRowIdxBaseop_Implicit(TicketLogRowIdxBase)
    • Method .TicketLogRowIdxBaseop_Implicit(TicketLogRowIdxBase)
  • New items
    • Method .TicketLogRowIdxBaseToTicketLogRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TicketLogRowIdxBaseToTicketLogRowAsync(CancellationToken)
    • Method .TicketLogRowIdxBaseToTicketLogRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TicketLogRowIdxBaseToTicketLogRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTicketLogIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TicketLogRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxLogCode(Int16)
    • Method GetFromIdxLogWhatValue2(Int32)
    • Method GetFromIdxLogWhen(DateTime)
    • Method GetFromIdxTicketId(Int32)
    • Method GetFromReader(SoDataReader, TicketLogTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxLogCodeAsync(Int16, CancellationToken)
    • Method GetFromIdxLogWhatValue2Async(Int32, CancellationToken)
    • Method GetFromIdxLogWhenAsync(DateTime, CancellationToken)
    • Method GetFromIdxTicketIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TicketLogTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TicketPriorityRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TicketPriorityRecordData)
    • Method ToInserts(IEnumerable<TicketPriorityRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TicketPriorityTableInfo>, CancellationToken)
    • Method ToInsertAsync(TicketPriorityRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TicketPriorityRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TicketPriorityRow is Modified

  • Deleted items
    • Method GetFromIdxTicketPriorityId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TicketPriorityRow.TicketPriorityRowIdxBase is Modified
  • Deleted items
    • Method .TicketPriorityRowIdxBaseop_Implicit(TicketPriorityRowIdxBase)
    • Method .TicketPriorityRowIdxBaseop_Implicit(TicketPriorityRowIdxBase)
  • New items
    • Method .TicketPriorityRowIdxBaseToTicketPriorityRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TicketPriorityRowIdxBaseToTicketPriorityRowAsync(CancellationToken)
    • Method .TicketPriorityRowIdxBaseToTicketPriorityRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TicketPriorityRowIdxBaseToTicketPriorityRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTicketPriorityIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TicketPriorityRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, TicketPriorityTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TicketPriorityTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TicketRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TicketRecordData)
    • Method ToInserts(IEnumerable<TicketRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TicketTableInfo>, CancellationToken)
    • Method ToInsertAsync(TicketRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TicketRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TicketRow is Modified

  • Deleted items
    • Method GetFromIdxTicketId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TicketRow.TicketRowIdxBase is Modified
  • Deleted items
    • Method .TicketRowIdxBaseop_Implicit(TicketRowIdxBase)
    • Method .TicketRowIdxBaseop_Implicit(TicketRowIdxBase)
  • New items
    • Method .TicketRowIdxBaseToTicketRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TicketRowIdxBaseToTicketRowAsync(CancellationToken)
    • Method .TicketRowIdxBaseToTicketRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TicketRowIdxBaseToTicketRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTicketIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TicketRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAlertTimeout(DateTime)
    • Method GetFromIdxCategory(Int32)
    • Method GetFromIdxConnectId(Int32)
    • Method GetFromIdxCreatedAt(DateTime)
    • Method GetFromIdxCreatedBy(Int32)
    • Method GetFromIdxCreatedByWorkflowId(Int32)
    • Method GetFromIdxCustId(Int32)
    • Method GetFromIdxDbiAgentId(Int32)
    • Method GetFromIdxDbiKey(String)
    • Method GetFromIdxDbiLastModified(DateTime)
    • Method GetFromIdxDbiLastSyncronized(DateTime)
    • Method GetFromIdxFilterId(Int32)
    • Method GetFromIdxOrigCategory(Int32)
    • Method GetFromIdxOrigPriority(Int32)
    • Method GetFromIdxOwnedBy(Int32)
    • Method GetFromIdxPriority(Int32)
    • Method GetFromIdxReadStatus(TicketReadStatus)
    • Method GetFromIdxStatus(TicketBaseStatus)
    • Method GetFromIdxTags(Int32[])
    • Method GetFromIdxTicketStatus(Int32)
    • Method GetFromIdxTicketType(Int32)
    • Method GetFromReader(SoDataReader, TicketTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAlertTimeoutAsync(DateTime, CancellationToken)
    • Method GetFromIdxCategoryAsync(Int32, CancellationToken)
    • Method GetFromIdxConnectIdAsync(Int32, CancellationToken)
    • Method GetFromIdxCreatedAtAsync(DateTime, CancellationToken)
    • Method GetFromIdxCreatedByAsync(Int32, CancellationToken)
    • Method GetFromIdxCreatedByWorkflowIdAsync(Int32, CancellationToken)
    • Method GetFromIdxCustIdAsync(Int32, CancellationToken)
    • Method GetFromIdxDbiAgentIdAsync(Int32, CancellationToken)
    • Method GetFromIdxDbiKeyAsync(String, CancellationToken)
    • Method GetFromIdxDbiLastModifiedAsync(DateTime, CancellationToken)
    • Method GetFromIdxDbiLastSyncronizedAsync(DateTime, CancellationToken)
    • Method GetFromIdxFilterIdAsync(Int32, CancellationToken)
    • Method GetFromIdxOrigCategoryAsync(Int32, CancellationToken)
    • Method GetFromIdxOrigPriorityAsync(Int32, CancellationToken)
    • Method GetFromIdxOwnedByAsync(Int32, CancellationToken)
    • Method GetFromIdxPriorityAsync(Int32, CancellationToken)
    • Method GetFromIdxReadStatusAsync(TicketReadStatus, CancellationToken)
    • Method GetFromIdxStatusAsync(TicketBaseStatus, CancellationToken)
    • Method GetFromIdxTagsAsync(Int32[], CancellationToken)
    • Method GetFromIdxTicketStatusAsync(Int32, CancellationToken)
    • Method GetFromIdxTicketTypeAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TicketTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TicketStatusHistoryRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TicketStatusHistoryRecordData)
    • Method ToInserts(IEnumerable<TicketStatusHistoryRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TicketStatusHistoryTableInfo>, CancellationToken)
    • Method ToInsertAsync(TicketStatusHistoryRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TicketStatusHistoryRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TicketStatusHistoryRow is Modified

  • Deleted items
    • Method GetFromIdxTicketStatusHistoryId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TicketStatusHistoryRow.TicketStatusHistoryRowIdxBase is Modified
  • Deleted items
    • Method .TicketStatusHistoryRowIdxBaseop_Implicit(TicketStatusHistoryRowIdxBase)
    • Method .TicketStatusHistoryRowIdxBaseop_Implicit(TicketStatusHistoryRowIdxBase)
  • New items
    • Method .TicketStatusHistoryRowIdxBaseToTicketStatusHistoryRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TicketStatusHistoryRowIdxBaseToTicketStatusHistoryRowAsync(CancellationToken)
    • Method .TicketStatusHistoryRowIdxBaseToTicketStatusHistoryRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TicketStatusHistoryRowIdxBaseToTicketStatusHistoryRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTicketStatusHistoryIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TicketStatusHistoryRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxTicketId(Int32)
    • Method GetFromIdxTicketStatus(Int32)
    • Method GetFromReader(SoDataReader, TicketStatusHistoryTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTicketIdAsync(Int32, CancellationToken)
    • Method GetFromIdxTicketStatusAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TicketStatusHistoryTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TicketStatusRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TicketStatusRecordData)
    • Method ToInserts(IEnumerable<TicketStatusRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TicketStatusTableInfo>, CancellationToken)
    • Method ToInsertAsync(TicketStatusRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TicketStatusRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TicketStatusRow is Modified

  • Deleted items
    • Method GetFromIdxTicketStatusId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TicketStatusRow.TicketStatusRowIdxBase is Modified
  • Deleted items
    • Method .TicketStatusRowIdxBaseop_Implicit(TicketStatusRowIdxBase)
    • Method .TicketStatusRowIdxBaseop_Implicit(TicketStatusRowIdxBase)
  • New items
    • Method .TicketStatusRowIdxBaseToTicketStatusRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TicketStatusRowIdxBaseToTicketStatusRowAsync(CancellationToken)
    • Method .TicketStatusRowIdxBaseToTicketStatusRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TicketStatusRowIdxBaseToTicketStatusRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTicketStatusIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TicketStatusRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxStatus(TicketBaseStatus)
    • Method GetFromReader(SoDataReader, TicketStatusTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxStatusAsync(TicketBaseStatus, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TicketStatusTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TicketTypePriorityRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TicketTypePriorityRecordData)
    • Method ToInserts(IEnumerable<TicketTypePriorityRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TicketTypePriorityTableInfo>, CancellationToken)
    • Method ToInsertAsync(TicketTypePriorityRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TicketTypePriorityRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TicketTypePriorityRow is Modified

  • Deleted items
    • Method GetFromIdxTicketTypePriorityId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TicketTypePriorityRow.TicketTypePriorityRowIdxBase is Modified
  • Deleted items
    • Method .TicketTypePriorityRowIdxBaseop_Implicit(TicketTypePriorityRowIdxBase)
    • Method .TicketTypePriorityRowIdxBaseop_Implicit(TicketTypePriorityRowIdxBase)
  • New items
    • Method .TicketTypePriorityRowIdxBaseToTicketTypePriorityRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TicketTypePriorityRowIdxBaseToTicketTypePriorityRowAsync(CancellationToken)
    • Method .TicketTypePriorityRowIdxBaseToTicketTypePriorityRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TicketTypePriorityRowIdxBaseToTicketTypePriorityRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTicketTypePriorityIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TicketTypePriorityRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, TicketTypePriorityTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TicketTypePriorityTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TicketTypeRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TicketTypeRecordData)
    • Method ToInserts(IEnumerable<TicketTypeRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TicketTypeTableInfo>, CancellationToken)
    • Method ToInsertAsync(TicketTypeRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TicketTypeRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TicketTypeRow is Modified

  • Deleted items
    • Method GetFromIdxName(String)
    • Method GetFromIdxTicketTypeId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TicketTypeRow.TicketTypeRowIdxBase is Modified
  • Deleted items
    • Method .TicketTypeRowIdxBaseop_Implicit(TicketTypeRowIdxBase)
    • Method .TicketTypeRowIdxBaseop_Implicit(TicketTypeRowIdxBase)
  • New items
    • Method .TicketTypeRowIdxBaseToTicketTypeRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TicketTypeRowIdxBaseToTicketTypeRowAsync(CancellationToken)
    • Method .TicketTypeRowIdxBaseToTicketTypeRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TicketTypeRowIdxBaseToTicketTypeRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxTicketTypeIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TicketTypeRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxDefaultPriority(Int32)
    • Method GetFromIdxDefaultStatus(Int32)
    • Method GetFromIdxReplyTemplate(Int32)
    • Method GetFromIdxVisibleForGroups(Int32[])
    • Method GetFromReader(SoDataReader, TicketTypeTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDefaultPriorityAsync(Int32, CancellationToken)
    • Method GetFromIdxDefaultStatusAsync(Int32, CancellationToken)
    • Method GetFromIdxReplyTemplateAsync(Int32, CancellationToken)
    • Method GetFromIdxVisibleForGroupsAsync(Int32[], CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TicketTypeTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TicketTypeStatusRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TicketTypeStatusRecordData)
    • Method ToInserts(IEnumerable<TicketTypeStatusRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TicketTypeStatusTableInfo>, CancellationToken)
    • Method ToInsertAsync(TicketTypeStatusRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TicketTypeStatusRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TicketTypeStatusRow is Modified

  • Deleted items
    • Method GetFromIdxTicketTypeStatusId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TicketTypeStatusRow.TicketTypeStatusRowIdxBase is Modified
  • Deleted items
    • Method .TicketTypeStatusRowIdxBaseop_Implicit(TicketTypeStatusRowIdxBase)
    • Method .TicketTypeStatusRowIdxBaseop_Implicit(TicketTypeStatusRowIdxBase)
  • New items
    • Method .TicketTypeStatusRowIdxBaseToTicketTypeStatusRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TicketTypeStatusRowIdxBaseToTicketTypeStatusRowAsync(CancellationToken)
    • Method .TicketTypeStatusRowIdxBaseToTicketTypeStatusRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TicketTypeStatusRowIdxBaseToTicketTypeStatusRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTicketTypeStatusIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TicketTypeStatusRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, TicketTypeStatusTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TicketTypeStatusTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TimestampsRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TimestampsRecordData)
    • Method ToInserts(IEnumerable<TimestampsRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TimestampsTableInfo>, CancellationToken)
    • Method ToInsertAsync(TimestampsRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TimestampsRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TimestampsRow is Modified

  • Deleted items
    • Method GetFromIdxTimestampsId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TimestampsRow.TimestampsRowIdxBase is Modified
  • Deleted items
    • Method .TimestampsRowIdxBaseop_Implicit(TimestampsRowIdxBase)
    • Method .TimestampsRowIdxBaseop_Implicit(TimestampsRowIdxBase)
  • New items
    • Method .TimestampsRowIdxBaseToTimestampsRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TimestampsRowIdxBaseToTimestampsRowAsync(CancellationToken)
    • Method .TimestampsRowIdxBaseToTimestampsRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TimestampsRowIdxBaseToTimestampsRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTimestampsIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TimestampsRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, TimestampsTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TimestampsTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TravelCurrentRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TravelCurrentRecordData)
    • Method ToInserts(IEnumerable<TravelCurrentRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TravelCurrentTableInfo>, CancellationToken)
    • Method ToInsertAsync(TravelCurrentRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TravelCurrentRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TravelCurrentRow is Modified

  • Deleted items
    • Method GetFromIdxTravelcurrentId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TravelCurrentRow.TravelCurrentRowIdxBase is Modified
  • Deleted items
    • Method .TravelCurrentRowIdxBaseop_Implicit(TravelCurrentRowIdxBase)
    • Method .TravelCurrentRowIdxBaseop_Implicit(TravelCurrentRowIdxBase)
  • New items
    • Method .TravelCurrentRowIdxBaseToTravelCurrentRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TravelCurrentRowIdxBaseToTravelCurrentRowAsync(CancellationToken)
    • Method .TravelCurrentRowIdxBaseToTravelCurrentRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TravelCurrentRowIdxBaseToTravelCurrentRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTravelcurrentIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TravelCurrentRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, TravelCurrentTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TravelCurrentTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TravelGeneratedDatabaseRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TravelGeneratedDatabaseRecordData)
    • Method ToInserts(IEnumerable<TravelGeneratedDatabaseRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TravelGeneratedDatabaseTableInfo>, CancellationToken)
    • Method ToInsertAsync(TravelGeneratedDatabaseRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TravelGeneratedDatabaseRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TravelGeneratedDatabaseRow is Modified

  • Deleted items
    • Method GetFromIdxTravelgenerateddatabaseId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TravelGeneratedDatabaseRow.TravelGeneratedDatabaseRowIdxBase is Modified
  • Deleted items
    • Method .TravelGeneratedDatabaseRowIdxBaseop_Implicit(TravelGeneratedDatabaseRowIdxBase)
    • Method .TravelGeneratedDatabaseRowIdxBaseop_Implicit(TravelGeneratedDatabaseRowIdxBase)
  • New items
    • Method .TravelGeneratedDatabaseRowIdxBaseToTravelGeneratedDatabaseRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TravelGeneratedDatabaseRowIdxBaseToTravelGeneratedDatabaseRowAsync(CancellationToken)
    • Method .TravelGeneratedDatabaseRowIdxBaseToTravelGeneratedDatabaseRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TravelGeneratedDatabaseRowIdxBaseToTravelGeneratedDatabaseRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTravelgenerateddatabaseIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TravelGeneratedDatabaseRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, TravelGeneratedDatabaseTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TravelGeneratedDatabaseTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TravelGeneratedTransactionRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TravelGeneratedTransactionRecordData)
    • Method ToInserts(IEnumerable<TravelGeneratedTransactionRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TravelGeneratedTransactionTableInfo>, CancellationToken)
    • Method ToInsertAsync(TravelGeneratedTransactionRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TravelGeneratedTransactionRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TravelGeneratedTransactionRow is Modified

  • Deleted items
    • Method GetFromIdxTravelgeneratedtransactionId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TravelGeneratedTransactionRow.TravelGeneratedTransactionRowIdxBase is Modified
  • Deleted items
    • Method .TravelGeneratedTransactionRowIdxBaseop_Implicit(TravelGeneratedTransactionRowIdxBase)
    • Method .TravelGeneratedTransactionRowIdxBaseop_Implicit(TravelGeneratedTransactionRowIdxBase)
  • New items
    • Method .TravelGeneratedTransactionRowIdxBaseToTravelGeneratedTransactionRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TravelGeneratedTransactionRowIdxBaseToTravelGeneratedTransactionRowAsync(CancellationToken)
    • Method .TravelGeneratedTransactionRowIdxBaseToTravelGeneratedTransactionRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TravelGeneratedTransactionRowIdxBaseToTravelGeneratedTransactionRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTravelgeneratedtransactionIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TravelGeneratedTransactionRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxTransmissionnumber(UInt32)
    • Method GetFromIdxTransmissionnumberTravelId(UInt32, Int32)
    • Method GetFromIdxTravelId(Int32)
    • Method GetFromReader(SoDataReader, TravelGeneratedTransactionTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTransmissionnumberAsync(UInt32, CancellationToken)
    • Method GetFromIdxTransmissionnumberTravelIdAsync(UInt32, Int32, CancellationToken)
    • Method GetFromIdxTravelIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TravelGeneratedTransactionTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TravelIDMappingRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TravelIDMappingRecordData)
    • Method ToInserts(IEnumerable<TravelIDMappingRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TravelIDMappingTableInfo>, CancellationToken)
    • Method ToInsertAsync(TravelIDMappingRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TravelIDMappingRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TravelIDMappingRow is Modified

  • Deleted items
    • Method GetFromIdxTravelidmappingId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TravelIDMappingRow.TravelIDMappingRowIdxBase is Modified
  • Deleted items
    • Method .TravelIDMappingRowIdxBaseop_Implicit(TravelIDMappingRowIdxBase)
    • Method .TravelIDMappingRowIdxBaseop_Implicit(TravelIDMappingRowIdxBase)
  • New items
    • Method .TravelIDMappingRowIdxBaseToTravelIDMappingRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TravelIDMappingRowIdxBaseToTravelIDMappingRowAsync(CancellationToken)
    • Method .TravelIDMappingRowIdxBaseToTravelIDMappingRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TravelIDMappingRowIdxBaseToTravelIDMappingRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTravelidmappingIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TravelIDMappingRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAssociateId(Int32)
    • Method GetFromIdxAssociateIdTableNumber(Int32, Int16)
    • Method GetFromIdxAssociateIdTableNumberParentId(Int32, Int16, Int32)
    • Method GetFromIdxLocalId(Int32)
    • Method GetFromReader(SoDataReader, TravelIDMappingTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAssociateIdAsync(Int32, CancellationToken)
    • Method GetFromIdxAssociateIdTableNumberAsync(Int32, Int16, CancellationToken)
    • Method GetFromIdxAssociateIdTableNumberParentIdAsync(Int32, Int16, Int32, CancellationToken)
    • Method GetFromIdxLocalIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TravelIDMappingTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TravellerRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TravellerRecordData)
    • Method ToInserts(IEnumerable<TravellerRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TravellerTableInfo>, CancellationToken)
    • Method ToInsertAsync(TravellerRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TravellerRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TravellerRow is Modified

  • Deleted items
    • Method GetFromIdxTravellerId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TravellerRow.TravellerRowIdxBase is Modified
  • Deleted items
    • Method .TravellerRowIdxBaseop_Implicit(TravellerRowIdxBase)
    • Method .TravellerRowIdxBaseop_Implicit(TravellerRowIdxBase)
  • New items
    • Method .TravellerRowIdxBaseToTravellerRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TravellerRowIdxBaseToTravellerRowAsync(CancellationToken)
    • Method .TravellerRowIdxBaseToTravellerRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TravellerRowIdxBaseToTravellerRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTravellerIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TravellerRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, TravellerTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TravellerTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TravelTransactionLogRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TravelTransactionLogRecordData)
    • Method ToInserts(IEnumerable<TravelTransactionLogRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TravelTransactionLogTableInfo>, CancellationToken)
    • Method ToInsertAsync(TravelTransactionLogRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TravelTransactionLogRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TravelTransactionLogRow is Modified

  • Deleted items
    • Method GetFromIdxTraveltransactionlogId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TravelTransactionLogRow.TravelTransactionLogRowIdxBase is Modified
  • Deleted items
    • Method .TravelTransactionLogRowIdxBaseop_Implicit(TravelTransactionLogRowIdxBase)
    • Method .TravelTransactionLogRowIdxBaseop_Implicit(TravelTransactionLogRowIdxBase)
  • New items
    • Method .TravelTransactionLogRowIdxBaseToTravelTransactionLogRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TravelTransactionLogRowIdxBaseToTravelTransactionLogRowAsync(CancellationToken)
    • Method .TravelTransactionLogRowIdxBaseToTravelTransactionLogRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TravelTransactionLogRowIdxBaseToTravelTransactionLogRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTraveltransactionlogIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TravelTransactionLogRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxTablenumber(Int16)
    • Method GetFromIdxTablenumberRecordId(Int16, Int32)
    • Method GetFromIdxTtime(DateTime)
    • Method GetFromIdxType(TrlogTransType)
    • Method GetFromIdxTypeTablenumber(TrlogTransType, Int16)
    • Method GetFromReader(SoDataReader, TravelTransactionLogTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTablenumberAsync(Int16, CancellationToken)
    • Method GetFromIdxTablenumberRecordIdAsync(Int16, Int32, CancellationToken)
    • Method GetFromIdxTtimeAsync(DateTime, CancellationToken)
    • Method GetFromIdxTypeAsync(TrlogTransType, CancellationToken)
    • Method GetFromIdxTypeTablenumberAsync(TrlogTransType, Int16, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TravelTransactionLogTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TrayAppRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TrayAppRecordData)
    • Method ToInserts(IEnumerable<TrayAppRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TrayAppTableInfo>, CancellationToken)
    • Method ToInsertAsync(TrayAppRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TrayAppRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TrayAppRow is Modified

  • Deleted items
    • Method GetFromIdxGuid(String)
    • Method GetFromIdxTrayAppId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TrayAppRow.TrayAppRowIdxBase is Modified
  • Deleted items
    • Method .TrayAppRowIdxBaseop_Implicit(TrayAppRowIdxBase)
    • Method .TrayAppRowIdxBaseop_Implicit(TrayAppRowIdxBase)
  • New items
    • Method .TrayAppRowIdxBaseToTrayAppRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TrayAppRowIdxBaseToTrayAppRowAsync(CancellationToken)
    • Method .TrayAppRowIdxBaseToTrayAppRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TrayAppRowIdxBaseToTrayAppRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxGuidAsync(String, CancellationToken)
    • Method GetFromIdxTrayAppIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TrayAppRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAssociateId(Int32)
    • Method GetFromReader(SoDataReader, TrayAppTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAssociateIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TrayAppTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TreeExplorerEntryRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TreeExplorerEntryRecordData)
    • Method ToInserts(IEnumerable<TreeExplorerEntryRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TreeExplorerEntryTableInfo>, CancellationToken)
    • Method ToInsertAsync(TreeExplorerEntryRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TreeExplorerEntryRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TreeExplorerEntryRow is Modified

  • Deleted items
    • Method GetFromIdxTreeExplorerEntryId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TreeExplorerEntryRow.TreeExplorerEntryRowIdxBase is Modified
  • Deleted items
    • Method .TreeExplorerEntryRowIdxBaseop_Implicit(TreeExplorerEntryRowIdxBase)
    • Method .TreeExplorerEntryRowIdxBaseop_Implicit(TreeExplorerEntryRowIdxBase)
  • New items
    • Method .TreeExplorerEntryRowIdxBaseToTreeExplorerEntryRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TreeExplorerEntryRowIdxBaseToTreeExplorerEntryRowAsync(CancellationToken)
    • Method .TreeExplorerEntryRowIdxBaseToTreeExplorerEntryRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TreeExplorerEntryRowIdxBaseToTreeExplorerEntryRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTreeExplorerEntryIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TreeExplorerEntryRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxExpandOrder(Int32)
    • Method GetFromIdxParentId(Int32)
    • Method GetFromIdxSessionKey(String)
    • Method GetFromIdxTreeKey(String)
    • Method GetFromReader(SoDataReader, TreeExplorerEntryTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxExpandOrderAsync(Int32, CancellationToken)
    • Method GetFromIdxParentIdAsync(Int32, CancellationToken)
    • Method GetFromIdxSessionKeyAsync(String, CancellationToken)
    • Method GetFromIdxTreeKeyAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TreeExplorerEntryTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TreeExplorerLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TreeExplorerLinkRecordData)
    • Method ToInserts(IEnumerable<TreeExplorerLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TreeExplorerLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(TreeExplorerLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TreeExplorerLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TreeExplorerLinkRow is Modified

  • Deleted items
    • Method GetFromIdxTreeExplorerLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TreeExplorerLinkRow.TreeExplorerLinkRowIdxBase is Modified
  • Deleted items
    • Method .TreeExplorerLinkRowIdxBaseop_Implicit(TreeExplorerLinkRowIdxBase)
    • Method .TreeExplorerLinkRowIdxBaseop_Implicit(TreeExplorerLinkRowIdxBase)
  • New items
    • Method .TreeExplorerLinkRowIdxBaseToTreeExplorerLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TreeExplorerLinkRowIdxBaseToTreeExplorerLinkRowAsync(CancellationToken)
    • Method .TreeExplorerLinkRowIdxBaseToTreeExplorerLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TreeExplorerLinkRowIdxBaseToTreeExplorerLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTreeExplorerLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TreeExplorerLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxEntryId(Int32)
    • Method GetFromIdxSessionKey(String)
    • Method GetFromReader(SoDataReader, TreeExplorerLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEntryIdAsync(Int32, CancellationToken)
    • Method GetFromIdxSessionKeyAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TreeExplorerLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TypicalSearchRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TypicalSearchRecordData)
    • Method ToInserts(IEnumerable<TypicalSearchRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TypicalSearchTableInfo>, CancellationToken)
    • Method ToInsertAsync(TypicalSearchRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TypicalSearchRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TypicalSearchRow is Modified

  • Deleted items
    • Method GetFromIdxTypicalSearchId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TypicalSearchRow.TypicalSearchRowIdxBase is Modified
  • Deleted items
    • Method .TypicalSearchRowIdxBaseop_Implicit(TypicalSearchRowIdxBase)
    • Method .TypicalSearchRowIdxBaseop_Implicit(TypicalSearchRowIdxBase)
  • New items
    • Method .TypicalSearchRowIdxBaseToTypicalSearchRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TypicalSearchRowIdxBaseToTypicalSearchRowAsync(CancellationToken)
    • Method .TypicalSearchRowIdxBaseToTypicalSearchRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TypicalSearchRowIdxBaseToTypicalSearchRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTypicalSearchIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TypicalSearchRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxEntityName(String)
    • Method GetFromIdxEntityNameSource(String, String)
    • Method GetFromReader(SoDataReader, TypicalSearchTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEntityNameAsync(String, CancellationToken)
    • Method GetFromIdxEntityNameSourceAsync(String, String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TypicalSearchTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TZDstRuleRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TZDstRuleRecordData)
    • Method ToInserts(IEnumerable<TZDstRuleRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TZDstRuleTableInfo>, CancellationToken)
    • Method ToInsertAsync(TZDstRuleRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TZDstRuleRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TZDstRuleRow is Modified

  • Deleted items
    • Method GetFromIdxTZDstRuleId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TZDstRuleRow.TZDstRuleRowIdxBase is Modified
  • Deleted items
    • Method .TZDstRuleRowIdxBaseop_Implicit(TZDstRuleRowIdxBase)
    • Method .TZDstRuleRowIdxBaseop_Implicit(TZDstRuleRowIdxBase)
  • New items
    • Method .TZDstRuleRowIdxBaseToTZDstRuleRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TZDstRuleRowIdxBaseToTZDstRuleRowAsync(CancellationToken)
    • Method .TZDstRuleRowIdxBaseToTZDstRuleRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TZDstRuleRowIdxBaseToTZDstRuleRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTZDstRuleIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TZDstRuleRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxTZLocationId(Int32)
    • Method GetFromReader(SoDataReader, TZDstRuleTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTZLocationIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TZDstRuleTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TZLocationRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TZLocationRecordData)
    • Method ToInserts(IEnumerable<TZLocationRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TZLocationTableInfo>, CancellationToken)
    • Method ToInsertAsync(TZLocationRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TZLocationRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TZLocationRow is Modified

  • Deleted items
    • Method GetFromIdxLocationCode(String)
    • Method GetFromIdxTZLocationId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TZLocationRow.TZLocationRowIdxBase is Modified
  • Deleted items
    • Method .TZLocationRowIdxBaseop_Implicit(TZLocationRowIdxBase)
    • Method .TZLocationRowIdxBaseop_Implicit(TZLocationRowIdxBase)
  • New items
    • Method .TZLocationRowIdxBaseToTZLocationRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TZLocationRowIdxBaseToTZLocationRowAsync(CancellationToken)
    • Method .TZLocationRowIdxBaseToTZLocationRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TZLocationRowIdxBaseToTZLocationRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxLocationCodeAsync(String, CancellationToken)
    • Method GetFromIdxTZLocationIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TZLocationRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, TZLocationTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TZLocationTableInfo, CancellationToken)

SuperOffice.CRM.Rows.TZStdRuleRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(TZStdRuleRecordData)
    • Method ToInserts(IEnumerable<TZStdRuleRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<TZStdRuleTableInfo>, CancellationToken)
    • Method ToInsertAsync(TZStdRuleRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<TZStdRuleRecordData>, CancellationToken)

SuperOffice.CRM.Rows.TZStdRuleRow is Modified

  • Deleted items
    • Method GetFromIdxTZStdRuleId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.TZStdRuleRow.TZStdRuleRowIdxBase is Modified
  • Deleted items
    • Method .TZStdRuleRowIdxBaseop_Implicit(TZStdRuleRowIdxBase)
    • Method .TZStdRuleRowIdxBaseop_Implicit(TZStdRuleRowIdxBase)
  • New items
    • Method .TZStdRuleRowIdxBaseToTZStdRuleRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .TZStdRuleRowIdxBaseToTZStdRuleRowAsync(CancellationToken)
    • Method .TZStdRuleRowIdxBaseToTZStdRuleRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .TZStdRuleRowIdxBaseToTZStdRuleRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTZStdRuleIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.TZStdRuleRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxTZLocationId(Int32)
    • Method GetFromReader(SoDataReader, TZStdRuleTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxTZLocationIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, TZStdRuleTableInfo, CancellationToken)

SuperOffice.CRM.Rows.UDAppntLargeRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(UDAppntLargeRecordData)
    • Method ToInserts(IEnumerable<UDAppntLargeRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<UDAppntLargeTableInfo>, CancellationToken)
    • Method ToInsertAsync(UDAppntLargeRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<UDAppntLargeRecordData>, CancellationToken)

SuperOffice.CRM.Rows.UDAppntLargeRow is Modified

  • Deleted items
    • Method GetFromIdxUdappntlargeId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.UDAppntLargeRow.UDAppntLargeRowIdxBase is Modified
  • Deleted items
    • Method .UDAppntLargeRowIdxBaseop_Implicit(UDAppntLargeRowIdxBase)
    • Method .UDAppntLargeRowIdxBaseop_Implicit(UDAppntLargeRowIdxBase)
  • New items
    • Method .UDAppntLargeRowIdxBaseToUDAppntLargeRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .UDAppntLargeRowIdxBaseToUDAppntLargeRowAsync(CancellationToken)
    • Method .UDAppntLargeRowIdxBaseToUDAppntLargeRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .UDAppntLargeRowIdxBaseToUDAppntLargeRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxUdappntlargeIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.UDAppntLargeRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxString41(String)
    • Method GetFromIdxString42(String)
    • Method GetFromIdxString43(String)
    • Method GetFromIdxString44(String)
    • Method GetFromReader(SoDataReader, UDAppntLargeTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxString41Async(String, CancellationToken)
    • Method GetFromIdxString42Async(String, CancellationToken)
    • Method GetFromIdxString43Async(String, CancellationToken)
    • Method GetFromIdxString44Async(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, UDAppntLargeTableInfo, CancellationToken)

SuperOffice.CRM.Rows.UDAppntSmallRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(UDAppntSmallRecordData)
    • Method ToInserts(IEnumerable<UDAppntSmallRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<UDAppntSmallTableInfo>, CancellationToken)
    • Method ToInsertAsync(UDAppntSmallRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<UDAppntSmallRecordData>, CancellationToken)

SuperOffice.CRM.Rows.UDAppntSmallRow is Modified

  • Deleted items
    • Method GetFromIdxUdappntsmallId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.UDAppntSmallRow.UDAppntSmallRowIdxBase is Modified
  • Deleted items
    • Method .UDAppntSmallRowIdxBaseop_Implicit(UDAppntSmallRowIdxBase)
    • Method .UDAppntSmallRowIdxBaseop_Implicit(UDAppntSmallRowIdxBase)
  • New items
    • Method .UDAppntSmallRowIdxBaseToUDAppntSmallRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .UDAppntSmallRowIdxBaseToUDAppntSmallRowAsync(CancellationToken)
    • Method .UDAppntSmallRowIdxBaseToUDAppntSmallRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .UDAppntSmallRowIdxBaseToUDAppntSmallRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxUdappntsmallIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.UDAppntSmallRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxDouble01(Double)
    • Method GetFromIdxDouble02(Double)
    • Method GetFromIdxDouble03(Double)
    • Method GetFromIdxDouble04(Double)
    • Method GetFromIdxLong01(Int32)
    • Method GetFromIdxLong02(Int32)
    • Method GetFromIdxLong03(Int32)
    • Method GetFromIdxLong04(Int32)
    • Method GetFromIdxString01(String)
    • Method GetFromIdxString02(String)
    • Method GetFromIdxString03(String)
    • Method GetFromIdxString04(String)
    • Method GetFromReader(SoDataReader, UDAppntSmallTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDouble01Async(Double, CancellationToken)
    • Method GetFromIdxDouble02Async(Double, CancellationToken)
    • Method GetFromIdxDouble03Async(Double, CancellationToken)
    • Method GetFromIdxDouble04Async(Double, CancellationToken)
    • Method GetFromIdxLong01Async(Int32, CancellationToken)
    • Method GetFromIdxLong02Async(Int32, CancellationToken)
    • Method GetFromIdxLong03Async(Int32, CancellationToken)
    • Method GetFromIdxLong04Async(Int32, CancellationToken)
    • Method GetFromIdxString01Async(String, CancellationToken)
    • Method GetFromIdxString02Async(String, CancellationToken)
    • Method GetFromIdxString03Async(String, CancellationToken)
    • Method GetFromIdxString04Async(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, UDAppntSmallTableInfo, CancellationToken)

SuperOffice.CRM.Rows.UDContactLargeRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(UDContactLargeRecordData)
    • Method ToInserts(IEnumerable<UDContactLargeRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<UDContactLargeTableInfo>, CancellationToken)
    • Method ToInsertAsync(UDContactLargeRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<UDContactLargeRecordData>, CancellationToken)

SuperOffice.CRM.Rows.UDContactLargeRow is Modified

  • Deleted items
    • Method GetFromIdxUdcontactLargeId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.UDContactLargeRow.UDContactLargeRowIdxBase is Modified
  • Deleted items
    • Method .UDContactLargeRowIdxBaseop_Implicit(UDContactLargeRowIdxBase)
    • Method .UDContactLargeRowIdxBaseop_Implicit(UDContactLargeRowIdxBase)
  • New items
    • Method .UDContactLargeRowIdxBaseToUDContactLargeRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .UDContactLargeRowIdxBaseToUDContactLargeRowAsync(CancellationToken)
    • Method .UDContactLargeRowIdxBaseToUDContactLargeRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .UDContactLargeRowIdxBaseToUDContactLargeRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxUdcontactLargeIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.UDContactLargeRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxString41(String)
    • Method GetFromIdxString42(String)
    • Method GetFromIdxString43(String)
    • Method GetFromIdxString44(String)
    • Method GetFromReader(SoDataReader, UDContactLargeTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxString41Async(String, CancellationToken)
    • Method GetFromIdxString42Async(String, CancellationToken)
    • Method GetFromIdxString43Async(String, CancellationToken)
    • Method GetFromIdxString44Async(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, UDContactLargeTableInfo, CancellationToken)

SuperOffice.CRM.Rows.UDContactSmallRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(UDContactSmallRecordData)
    • Method ToInserts(IEnumerable<UDContactSmallRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<UDContactSmallTableInfo>, CancellationToken)
    • Method ToInsertAsync(UDContactSmallRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<UDContactSmallRecordData>, CancellationToken)

SuperOffice.CRM.Rows.UDContactSmallRow is Modified

  • Deleted items
    • Method GetFromIdxUdcontactSmallId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.UDContactSmallRow.UDContactSmallRowIdxBase is Modified
  • Deleted items
    • Method .UDContactSmallRowIdxBaseop_Implicit(UDContactSmallRowIdxBase)
    • Method .UDContactSmallRowIdxBaseop_Implicit(UDContactSmallRowIdxBase)
  • New items
    • Method .UDContactSmallRowIdxBaseToUDContactSmallRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .UDContactSmallRowIdxBaseToUDContactSmallRowAsync(CancellationToken)
    • Method .UDContactSmallRowIdxBaseToUDContactSmallRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .UDContactSmallRowIdxBaseToUDContactSmallRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxUdcontactSmallIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.UDContactSmallRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxDouble01(Double)
    • Method GetFromIdxDouble02(Double)
    • Method GetFromIdxDouble03(Double)
    • Method GetFromIdxDouble04(Double)
    • Method GetFromIdxLong01(Int32)
    • Method GetFromIdxLong02(Int32)
    • Method GetFromIdxLong03(Int32)
    • Method GetFromIdxLong04(Int32)
    • Method GetFromIdxString01(String)
    • Method GetFromIdxString02(String)
    • Method GetFromIdxString03(String)
    • Method GetFromIdxString04(String)
    • Method GetFromReader(SoDataReader, UDContactSmallTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDouble01Async(Double, CancellationToken)
    • Method GetFromIdxDouble02Async(Double, CancellationToken)
    • Method GetFromIdxDouble03Async(Double, CancellationToken)
    • Method GetFromIdxDouble04Async(Double, CancellationToken)
    • Method GetFromIdxLong01Async(Int32, CancellationToken)
    • Method GetFromIdxLong02Async(Int32, CancellationToken)
    • Method GetFromIdxLong03Async(Int32, CancellationToken)
    • Method GetFromIdxLong04Async(Int32, CancellationToken)
    • Method GetFromIdxString01Async(String, CancellationToken)
    • Method GetFromIdxString02Async(String, CancellationToken)
    • Method GetFromIdxString03Async(String, CancellationToken)
    • Method GetFromIdxString04Async(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, UDContactSmallTableInfo, CancellationToken)

SuperOffice.CRM.Rows.UDDocLargeRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(UDDocLargeRecordData)
    • Method ToInserts(IEnumerable<UDDocLargeRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<UDDocLargeTableInfo>, CancellationToken)
    • Method ToInsertAsync(UDDocLargeRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<UDDocLargeRecordData>, CancellationToken)

SuperOffice.CRM.Rows.UDDocLargeRow is Modified

  • Deleted items
    • Method GetFromIdxUddoclargeId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.UDDocLargeRow.UDDocLargeRowIdxBase is Modified
  • Deleted items
    • Method .UDDocLargeRowIdxBaseop_Implicit(UDDocLargeRowIdxBase)
    • Method .UDDocLargeRowIdxBaseop_Implicit(UDDocLargeRowIdxBase)
  • New items
    • Method .UDDocLargeRowIdxBaseToUDDocLargeRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .UDDocLargeRowIdxBaseToUDDocLargeRowAsync(CancellationToken)
    • Method .UDDocLargeRowIdxBaseToUDDocLargeRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .UDDocLargeRowIdxBaseToUDDocLargeRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxUddoclargeIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.UDDocLargeRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxString41(String)
    • Method GetFromIdxString42(String)
    • Method GetFromIdxString43(String)
    • Method GetFromIdxString44(String)
    • Method GetFromReader(SoDataReader, UDDocLargeTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxString41Async(String, CancellationToken)
    • Method GetFromIdxString42Async(String, CancellationToken)
    • Method GetFromIdxString43Async(String, CancellationToken)
    • Method GetFromIdxString44Async(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, UDDocLargeTableInfo, CancellationToken)

SuperOffice.CRM.Rows.UDDocSmallRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(UDDocSmallRecordData)
    • Method ToInserts(IEnumerable<UDDocSmallRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<UDDocSmallTableInfo>, CancellationToken)
    • Method ToInsertAsync(UDDocSmallRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<UDDocSmallRecordData>, CancellationToken)

SuperOffice.CRM.Rows.UDDocSmallRow is Modified

  • Deleted items
    • Method GetFromIdxUddocsmallId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.UDDocSmallRow.UDDocSmallRowIdxBase is Modified
  • Deleted items
    • Method .UDDocSmallRowIdxBaseop_Implicit(UDDocSmallRowIdxBase)
    • Method .UDDocSmallRowIdxBaseop_Implicit(UDDocSmallRowIdxBase)
  • New items
    • Method .UDDocSmallRowIdxBaseToUDDocSmallRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .UDDocSmallRowIdxBaseToUDDocSmallRowAsync(CancellationToken)
    • Method .UDDocSmallRowIdxBaseToUDDocSmallRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .UDDocSmallRowIdxBaseToUDDocSmallRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxUddocsmallIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.UDDocSmallRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxDouble01(Double)
    • Method GetFromIdxDouble02(Double)
    • Method GetFromIdxDouble03(Double)
    • Method GetFromIdxDouble04(Double)
    • Method GetFromIdxLong01(Int32)
    • Method GetFromIdxLong02(Int32)
    • Method GetFromIdxLong03(Int32)
    • Method GetFromIdxLong04(Int32)
    • Method GetFromIdxString01(String)
    • Method GetFromIdxString02(String)
    • Method GetFromIdxString03(String)
    • Method GetFromIdxString04(String)
    • Method GetFromReader(SoDataReader, UDDocSmallTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDouble01Async(Double, CancellationToken)
    • Method GetFromIdxDouble02Async(Double, CancellationToken)
    • Method GetFromIdxDouble03Async(Double, CancellationToken)
    • Method GetFromIdxDouble04Async(Double, CancellationToken)
    • Method GetFromIdxLong01Async(Int32, CancellationToken)
    • Method GetFromIdxLong02Async(Int32, CancellationToken)
    • Method GetFromIdxLong03Async(Int32, CancellationToken)
    • Method GetFromIdxLong04Async(Int32, CancellationToken)
    • Method GetFromIdxString01Async(String, CancellationToken)
    • Method GetFromIdxString02Async(String, CancellationToken)
    • Method GetFromIdxString03Async(String, CancellationToken)
    • Method GetFromIdxString04Async(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, UDDocSmallTableInfo, CancellationToken)

SuperOffice.CRM.Rows.UDefFieldAdminCache is Modified

  • Deleted items
    • Method CheckRevision()
    • Method GetCurrent()
    • Method GetVersions()
    • Method IsPageOneMDO(UDefType)
  • New items
    • Method CheckRevisionAsync()
    • Method GetVersionsAsync()
    • Method IsPageOneMDOAsync(UDefType, CancellationToken)

SuperOffice.CRM.Rows.UDefFieldCache is Modified

  • Deleted items
    • Method GetCurrent()

SuperOffice.CRM.Rows.UDefFieldCacheBase is Modified

  • Deleted items
    • Method UDefFieldCacheBase()
    • Method CheckRevision()
    • Method GetDefaultValue(UDefFieldRow)
    • Method GetListName(UDefFieldRow)
    • Method GetVersions()
    • Method IsPageOneMDO(UDefType)
SuperOffice.CRM.Rows.UDefFieldCacheBase.PageOneFieldInfo is Deleted
  • Modified items
    • Method GetAllPageOneFieldsFromType(UDefType)
    • Method GetPageOneFieldsFromType(UDefType)
    • Method GetPageOneFieldsFromType(UDefType, Int32)
  • New items
    • Method UDefFieldCacheBase(IUdefHelper)
    • Method CheckRevisionAsync()
    • Method GetVersionsAsync()
    • Method IsPageOneMDOAsync(UDefType, CancellationToken)
    • Method OnLoadAsync(CancellationToken)

SuperOffice.CRM.Rows.UDefFieldGLRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(UDefFieldGLRecordData)
    • Method ToInserts(IEnumerable<UDefFieldGLRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<UDefFieldGLTableInfo>, CancellationToken)
    • Method ToInsertAsync(UDefFieldGLRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<UDefFieldGLRecordData>, CancellationToken)

SuperOffice.CRM.Rows.UDefFieldGLRow is Modified

  • Deleted items
    • Method GetFromIdxUDefFieldGLId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.UDefFieldGLRow.UDefFieldGLRowIdxBase is Modified
  • Deleted items
    • Method .UDefFieldGLRowIdxBaseop_Implicit(UDefFieldGLRowIdxBase)
    • Method .UDefFieldGLRowIdxBaseop_Implicit(UDefFieldGLRowIdxBase)
  • New items
    • Method .UDefFieldGLRowIdxBaseToUDefFieldGLRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .UDefFieldGLRowIdxBaseToUDefFieldGLRowAsync(CancellationToken)
    • Method .UDefFieldGLRowIdxBaseToUDefFieldGLRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .UDefFieldGLRowIdxBaseToUDefFieldGLRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxUDefFieldGLIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.UDefFieldGLRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromIdxUDefFieldId(Int32)
    • Method GetFromReader(SoDataReader, UDefFieldGLTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromIdxUDefFieldIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, UDefFieldGLTableInfo, CancellationToken)

SuperOffice.CRM.Rows.UDefFieldRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(UDefFieldRecordData)
    • Method ToInserts(IEnumerable<UDefFieldRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<UDefFieldTableInfo>, CancellationToken)
    • Method ToInsertAsync(UDefFieldRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<UDefFieldRecordData>, CancellationToken)

SuperOffice.CRM.Rows.UDefFieldRow is Modified

  • Deleted items
    • Method GetFromIdxUDefFieldId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.UDefFieldRow.UDefFieldRowIdxBase is Modified
  • Deleted items
    • Method .UDefFieldRowIdxBaseop_Implicit(UDefFieldRowIdxBase)
    • Method .UDefFieldRowIdxBaseop_Implicit(UDefFieldRowIdxBase)
  • New items
    • Method .UDefFieldRowIdxBaseToUDefFieldRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .UDefFieldRowIdxBaseToUDefFieldRowAsync(CancellationToken)
    • Method .UDefFieldRowIdxBaseToUDefFieldRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .UDefFieldRowIdxBaseToUDefFieldRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxUDefFieldIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.UDefFieldRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxOwnerTableId(Int16)
    • Method GetFromReader(SoDataReader, UDefFieldTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxOwnerTableIdAsync(Int16, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, UDefFieldTableInfo, CancellationToken)

SuperOffice.CRM.Rows.UDListDefinitionRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(UDListDefinitionRecordData)
    • Method ToInserts(IEnumerable<UDListDefinitionRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<UDListDefinitionTableInfo>, CancellationToken)
    • Method ToInsertAsync(UDListDefinitionRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<UDListDefinitionRecordData>, CancellationToken)

SuperOffice.CRM.Rows.UDListDefinitionRow is Modified

  • Deleted items
    • Method GetFromIdxName(String)
    • Method GetFromIdxUDListDefinitionId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.UDListDefinitionRow.UDListDefinitionRowIdxBase is Modified
  • Deleted items
    • Method .UDListDefinitionRowIdxBaseop_Implicit(UDListDefinitionRowIdxBase)
    • Method .UDListDefinitionRowIdxBaseop_Implicit(UDListDefinitionRowIdxBase)
  • New items
    • Method .UDListDefinitionRowIdxBaseToUDListDefinitionRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .UDListDefinitionRowIdxBaseToUDListDefinitionRowAsync(CancellationToken)
    • Method .UDListDefinitionRowIdxBaseToUDListDefinitionRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .UDListDefinitionRowIdxBaseToUDListDefinitionRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxUDListDefinitionIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.UDListDefinitionRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, UDListDefinitionTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, UDListDefinitionTableInfo, CancellationToken)

SuperOffice.CRM.Rows.UDListGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(UDListGroupLinkRecordData)
    • Method ToInserts(IEnumerable<UDListGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<UDListGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(UDListGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<UDListGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.UDListGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxUdlistgrouplinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.UDListGroupLinkRow.UDListGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .UDListGroupLinkRowIdxBaseop_Implicit(UDListGroupLinkRowIdxBase)
    • Method .UDListGroupLinkRowIdxBaseop_Implicit(UDListGroupLinkRowIdxBase)
  • New items
    • Method .UDListGroupLinkRowIdxBaseToUDListGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .UDListGroupLinkRowIdxBaseToUDListGroupLinkRowAsync(CancellationToken)
    • Method .UDListGroupLinkRowIdxBaseToUDListGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .UDListGroupLinkRowIdxBaseToUDListGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxUdlistgrouplinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.UDListGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxGroupId(Int32)
    • Method GetFromIdxUDListId(Int32)
    • Method GetFromReader(SoDataReader, UDListGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxGroupIdAsync(Int32, CancellationToken)
    • Method GetFromIdxUDListIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, UDListGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.UDListHeadingLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(UDListHeadingLinkRecordData)
    • Method ToInserts(IEnumerable<UDListHeadingLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<UDListHeadingLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(UDListHeadingLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<UDListHeadingLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.UDListHeadingLinkRow is Modified

  • Deleted items
    • Method GetFromIdxUdlistheadinglinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.UDListHeadingLinkRow.UDListHeadingLinkRowIdxBase is Modified
  • Deleted items
    • Method .UDListHeadingLinkRowIdxBaseop_Implicit(UDListHeadingLinkRowIdxBase)
    • Method .UDListHeadingLinkRowIdxBaseop_Implicit(UDListHeadingLinkRowIdxBase)
  • New items
    • Method .UDListHeadingLinkRowIdxBaseToUDListHeadingLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .UDListHeadingLinkRowIdxBaseToUDListHeadingLinkRowAsync(CancellationToken)
    • Method .UDListHeadingLinkRowIdxBaseToUDListHeadingLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .UDListHeadingLinkRowIdxBaseToUDListHeadingLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxUdlistheadinglinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.UDListHeadingLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxHeadingId(Int32)
    • Method GetFromIdxUDListId(Int32)
    • Method GetFromReader(SoDataReader, UDListHeadingLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxHeadingIdAsync(Int32, CancellationToken)
    • Method GetFromIdxUDListIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, UDListHeadingLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.UDListRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(UDListRecordData)
    • Method ToInserts(IEnumerable<UDListRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<UDListTableInfo>, CancellationToken)
    • Method ToInsertAsync(UDListRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<UDListRecordData>, CancellationToken)

SuperOffice.CRM.Rows.UDListRow is Modified

  • Deleted items
    • Method GetFromIdxUDListId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.UDListRow.UDListRowIdxBase is Modified
  • Deleted items
    • Method .UDListRowIdxBaseop_Implicit(UDListRowIdxBase)
    • Method .UDListRowIdxBaseop_Implicit(UDListRowIdxBase)
  • New items
    • Method .UDListRowIdxBaseToUDListRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .UDListRowIdxBaseToUDListRowAsync(CancellationToken)
    • Method .UDListRowIdxBaseToUDListRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .UDListRowIdxBaseToUDListRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxUDListIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.UDListRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxName(String)
    • Method GetFromReader(SoDataReader, UDListTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, UDListTableInfo, CancellationToken)

SuperOffice.CRM.Rows.UDPersonLargeRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(UDPersonLargeRecordData)
    • Method ToInserts(IEnumerable<UDPersonLargeRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<UDPersonLargeTableInfo>, CancellationToken)
    • Method ToInsertAsync(UDPersonLargeRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<UDPersonLargeRecordData>, CancellationToken)

SuperOffice.CRM.Rows.UDPersonLargeRow is Modified

  • Deleted items
    • Method GetFromIdxUdpersonLargeId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.UDPersonLargeRow.UDPersonLargeRowIdxBase is Modified
  • Deleted items
    • Method .UDPersonLargeRowIdxBaseop_Implicit(UDPersonLargeRowIdxBase)
    • Method .UDPersonLargeRowIdxBaseop_Implicit(UDPersonLargeRowIdxBase)
  • New items
    • Method .UDPersonLargeRowIdxBaseToUDPersonLargeRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .UDPersonLargeRowIdxBaseToUDPersonLargeRowAsync(CancellationToken)
    • Method .UDPersonLargeRowIdxBaseToUDPersonLargeRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .UDPersonLargeRowIdxBaseToUDPersonLargeRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxUdpersonLargeIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.UDPersonLargeRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxString41(String)
    • Method GetFromIdxString42(String)
    • Method GetFromIdxString43(String)
    • Method GetFromIdxString44(String)
    • Method GetFromReader(SoDataReader, UDPersonLargeTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxString41Async(String, CancellationToken)
    • Method GetFromIdxString42Async(String, CancellationToken)
    • Method GetFromIdxString43Async(String, CancellationToken)
    • Method GetFromIdxString44Async(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, UDPersonLargeTableInfo, CancellationToken)

SuperOffice.CRM.Rows.UDPersonSmallRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(UDPersonSmallRecordData)
    • Method ToInserts(IEnumerable<UDPersonSmallRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<UDPersonSmallTableInfo>, CancellationToken)
    • Method ToInsertAsync(UDPersonSmallRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<UDPersonSmallRecordData>, CancellationToken)

SuperOffice.CRM.Rows.UDPersonSmallRow is Modified

  • Deleted items
    • Method GetFromIdxUdpersonSmallId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.UDPersonSmallRow.UDPersonSmallRowIdxBase is Modified
  • Deleted items
    • Method .UDPersonSmallRowIdxBaseop_Implicit(UDPersonSmallRowIdxBase)
    • Method .UDPersonSmallRowIdxBaseop_Implicit(UDPersonSmallRowIdxBase)
  • New items
    • Method .UDPersonSmallRowIdxBaseToUDPersonSmallRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .UDPersonSmallRowIdxBaseToUDPersonSmallRowAsync(CancellationToken)
    • Method .UDPersonSmallRowIdxBaseToUDPersonSmallRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .UDPersonSmallRowIdxBaseToUDPersonSmallRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxUdpersonSmallIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.UDPersonSmallRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxDouble01(Double)
    • Method GetFromIdxDouble02(Double)
    • Method GetFromIdxDouble03(Double)
    • Method GetFromIdxDouble04(Double)
    • Method GetFromIdxLong01(Int32)
    • Method GetFromIdxLong02(Int32)
    • Method GetFromIdxLong03(Int32)
    • Method GetFromIdxLong04(Int32)
    • Method GetFromIdxString01(String)
    • Method GetFromIdxString02(String)
    • Method GetFromIdxString03(String)
    • Method GetFromIdxString04(String)
    • Method GetFromReader(SoDataReader, UDPersonSmallTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDouble01Async(Double, CancellationToken)
    • Method GetFromIdxDouble02Async(Double, CancellationToken)
    • Method GetFromIdxDouble03Async(Double, CancellationToken)
    • Method GetFromIdxDouble04Async(Double, CancellationToken)
    • Method GetFromIdxLong01Async(Int32, CancellationToken)
    • Method GetFromIdxLong02Async(Int32, CancellationToken)
    • Method GetFromIdxLong03Async(Int32, CancellationToken)
    • Method GetFromIdxLong04Async(Int32, CancellationToken)
    • Method GetFromIdxString01Async(String, CancellationToken)
    • Method GetFromIdxString02Async(String, CancellationToken)
    • Method GetFromIdxString03Async(String, CancellationToken)
    • Method GetFromIdxString04Async(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, UDPersonSmallTableInfo, CancellationToken)

SuperOffice.CRM.Rows.UDProjectLargeRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(UDProjectLargeRecordData)
    • Method ToInserts(IEnumerable<UDProjectLargeRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<UDProjectLargeTableInfo>, CancellationToken)
    • Method ToInsertAsync(UDProjectLargeRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<UDProjectLargeRecordData>, CancellationToken)

SuperOffice.CRM.Rows.UDProjectLargeRow is Modified

  • Deleted items
    • Method GetFromIdxUdprojectLargeId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.UDProjectLargeRow.UDProjectLargeRowIdxBase is Modified
  • Deleted items
    • Method .UDProjectLargeRowIdxBaseop_Implicit(UDProjectLargeRowIdxBase)
    • Method .UDProjectLargeRowIdxBaseop_Implicit(UDProjectLargeRowIdxBase)
  • New items
    • Method .UDProjectLargeRowIdxBaseToUDProjectLargeRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .UDProjectLargeRowIdxBaseToUDProjectLargeRowAsync(CancellationToken)
    • Method .UDProjectLargeRowIdxBaseToUDProjectLargeRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .UDProjectLargeRowIdxBaseToUDProjectLargeRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxUdprojectLargeIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.UDProjectLargeRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxString41(String)
    • Method GetFromIdxString42(String)
    • Method GetFromIdxString43(String)
    • Method GetFromIdxString44(String)
    • Method GetFromReader(SoDataReader, UDProjectLargeTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxString41Async(String, CancellationToken)
    • Method GetFromIdxString42Async(String, CancellationToken)
    • Method GetFromIdxString43Async(String, CancellationToken)
    • Method GetFromIdxString44Async(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, UDProjectLargeTableInfo, CancellationToken)

SuperOffice.CRM.Rows.UDProjectSmallRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(UDProjectSmallRecordData)
    • Method ToInserts(IEnumerable<UDProjectSmallRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<UDProjectSmallTableInfo>, CancellationToken)
    • Method ToInsertAsync(UDProjectSmallRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<UDProjectSmallRecordData>, CancellationToken)

SuperOffice.CRM.Rows.UDProjectSmallRow is Modified

  • Deleted items
    • Method GetFromIdxUdprojectSmallId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.UDProjectSmallRow.UDProjectSmallRowIdxBase is Modified
  • Deleted items
    • Method .UDProjectSmallRowIdxBaseop_Implicit(UDProjectSmallRowIdxBase)
    • Method .UDProjectSmallRowIdxBaseop_Implicit(UDProjectSmallRowIdxBase)
  • New items
    • Method .UDProjectSmallRowIdxBaseToUDProjectSmallRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .UDProjectSmallRowIdxBaseToUDProjectSmallRowAsync(CancellationToken)
    • Method .UDProjectSmallRowIdxBaseToUDProjectSmallRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .UDProjectSmallRowIdxBaseToUDProjectSmallRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxUdprojectSmallIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.UDProjectSmallRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxDouble01(Double)
    • Method GetFromIdxDouble02(Double)
    • Method GetFromIdxDouble03(Double)
    • Method GetFromIdxDouble04(Double)
    • Method GetFromIdxLong01(Int32)
    • Method GetFromIdxLong02(Int32)
    • Method GetFromIdxLong03(Int32)
    • Method GetFromIdxLong04(Int32)
    • Method GetFromIdxString01(String)
    • Method GetFromIdxString02(String)
    • Method GetFromIdxString03(String)
    • Method GetFromIdxString04(String)
    • Method GetFromReader(SoDataReader, UDProjectSmallTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDouble01Async(Double, CancellationToken)
    • Method GetFromIdxDouble02Async(Double, CancellationToken)
    • Method GetFromIdxDouble03Async(Double, CancellationToken)
    • Method GetFromIdxDouble04Async(Double, CancellationToken)
    • Method GetFromIdxLong01Async(Int32, CancellationToken)
    • Method GetFromIdxLong02Async(Int32, CancellationToken)
    • Method GetFromIdxLong03Async(Int32, CancellationToken)
    • Method GetFromIdxLong04Async(Int32, CancellationToken)
    • Method GetFromIdxString01Async(String, CancellationToken)
    • Method GetFromIdxString02Async(String, CancellationToken)
    • Method GetFromIdxString03Async(String, CancellationToken)
    • Method GetFromIdxString04Async(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, UDProjectSmallTableInfo, CancellationToken)

SuperOffice.CRM.Rows.UDSaleLargeRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(UDSaleLargeRecordData)
    • Method ToInserts(IEnumerable<UDSaleLargeRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<UDSaleLargeTableInfo>, CancellationToken)
    • Method ToInsertAsync(UDSaleLargeRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<UDSaleLargeRecordData>, CancellationToken)

SuperOffice.CRM.Rows.UDSaleLargeRow is Modified

  • Deleted items
    • Method GetFromIdxUdsalelargeId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.UDSaleLargeRow.UDSaleLargeRowIdxBase is Modified
  • Deleted items
    • Method .UDSaleLargeRowIdxBaseop_Implicit(UDSaleLargeRowIdxBase)
    • Method .UDSaleLargeRowIdxBaseop_Implicit(UDSaleLargeRowIdxBase)
  • New items
    • Method .UDSaleLargeRowIdxBaseToUDSaleLargeRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .UDSaleLargeRowIdxBaseToUDSaleLargeRowAsync(CancellationToken)
    • Method .UDSaleLargeRowIdxBaseToUDSaleLargeRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .UDSaleLargeRowIdxBaseToUDSaleLargeRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxUdsalelargeIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.UDSaleLargeRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxString41(String)
    • Method GetFromIdxString42(String)
    • Method GetFromIdxString43(String)
    • Method GetFromIdxString44(String)
    • Method GetFromReader(SoDataReader, UDSaleLargeTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxString41Async(String, CancellationToken)
    • Method GetFromIdxString42Async(String, CancellationToken)
    • Method GetFromIdxString43Async(String, CancellationToken)
    • Method GetFromIdxString44Async(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, UDSaleLargeTableInfo, CancellationToken)

SuperOffice.CRM.Rows.UDSaleSmallRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(UDSaleSmallRecordData)
    • Method ToInserts(IEnumerable<UDSaleSmallRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<UDSaleSmallTableInfo>, CancellationToken)
    • Method ToInsertAsync(UDSaleSmallRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<UDSaleSmallRecordData>, CancellationToken)

SuperOffice.CRM.Rows.UDSaleSmallRow is Modified

  • Deleted items
    • Method GetFromIdxUdsalesmallId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.UDSaleSmallRow.UDSaleSmallRowIdxBase is Modified
  • Deleted items
    • Method .UDSaleSmallRowIdxBaseop_Implicit(UDSaleSmallRowIdxBase)
    • Method .UDSaleSmallRowIdxBaseop_Implicit(UDSaleSmallRowIdxBase)
  • New items
    • Method .UDSaleSmallRowIdxBaseToUDSaleSmallRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .UDSaleSmallRowIdxBaseToUDSaleSmallRowAsync(CancellationToken)
    • Method .UDSaleSmallRowIdxBaseToUDSaleSmallRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .UDSaleSmallRowIdxBaseToUDSaleSmallRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxUdsalesmallIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.UDSaleSmallRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxDouble01(Double)
    • Method GetFromIdxDouble02(Double)
    • Method GetFromIdxDouble03(Double)
    • Method GetFromIdxDouble04(Double)
    • Method GetFromIdxLong01(Int32)
    • Method GetFromIdxLong02(Int32)
    • Method GetFromIdxLong03(Int32)
    • Method GetFromIdxLong04(Int32)
    • Method GetFromIdxString01(String)
    • Method GetFromIdxString02(String)
    • Method GetFromIdxString03(String)
    • Method GetFromIdxString04(String)
    • Method GetFromReader(SoDataReader, UDSaleSmallTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDouble01Async(Double, CancellationToken)
    • Method GetFromIdxDouble02Async(Double, CancellationToken)
    • Method GetFromIdxDouble03Async(Double, CancellationToken)
    • Method GetFromIdxDouble04Async(Double, CancellationToken)
    • Method GetFromIdxLong01Async(Int32, CancellationToken)
    • Method GetFromIdxLong02Async(Int32, CancellationToken)
    • Method GetFromIdxLong03Async(Int32, CancellationToken)
    • Method GetFromIdxLong04Async(Int32, CancellationToken)
    • Method GetFromIdxString01Async(String, CancellationToken)
    • Method GetFromIdxString02Async(String, CancellationToken)
    • Method GetFromIdxString03Async(String, CancellationToken)
    • Method GetFromIdxString04Async(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, UDSaleSmallTableInfo, CancellationToken)

SuperOffice.CRM.Rows.UDTempLargeRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(UDTempLargeRecordData)
    • Method ToInserts(IEnumerable<UDTempLargeRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<UDTempLargeTableInfo>, CancellationToken)
    • Method ToInsertAsync(UDTempLargeRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<UDTempLargeRecordData>, CancellationToken)

SuperOffice.CRM.Rows.UDTempLargeRow is Modified

  • Deleted items
    • Method GetFromIdxUdtempLargeId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.UDTempLargeRow.UDTempLargeRowIdxBase is Modified
  • Deleted items
    • Method .UDTempLargeRowIdxBaseop_Implicit(UDTempLargeRowIdxBase)
    • Method .UDTempLargeRowIdxBaseop_Implicit(UDTempLargeRowIdxBase)
  • New items
    • Method .UDTempLargeRowIdxBaseToUDTempLargeRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .UDTempLargeRowIdxBaseToUDTempLargeRowAsync(CancellationToken)
    • Method .UDTempLargeRowIdxBaseToUDTempLargeRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .UDTempLargeRowIdxBaseToUDTempLargeRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxUdtempLargeIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.UDTempLargeRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, UDTempLargeTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, UDTempLargeTableInfo, CancellationToken)

SuperOffice.CRM.Rows.UDTempSmallRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(UDTempSmallRecordData)
    • Method ToInserts(IEnumerable<UDTempSmallRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<UDTempSmallTableInfo>, CancellationToken)
    • Method ToInsertAsync(UDTempSmallRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<UDTempSmallRecordData>, CancellationToken)

SuperOffice.CRM.Rows.UDTempSmallRow is Modified

  • Deleted items
    • Method GetFromIdxUdtempSmallId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.UDTempSmallRow.UDTempSmallRowIdxBase is Modified
  • Deleted items
    • Method .UDTempSmallRowIdxBaseop_Implicit(UDTempSmallRowIdxBase)
    • Method .UDTempSmallRowIdxBaseop_Implicit(UDTempSmallRowIdxBase)
  • New items
    • Method .UDTempSmallRowIdxBaseToUDTempSmallRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .UDTempSmallRowIdxBaseToUDTempSmallRowAsync(CancellationToken)
    • Method .UDTempSmallRowIdxBaseToUDTempSmallRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .UDTempSmallRowIdxBaseToUDTempSmallRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxUdtempSmallIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.UDTempSmallRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, UDTempSmallTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, UDTempSmallTableInfo, CancellationToken)

SuperOffice.CRM.Rows.URLRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(URLRecordData)
    • Method ToInserts(IEnumerable<URLRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<URLTableInfo>, CancellationToken)
    • Method ToInsertAsync(URLRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<URLRecordData>, CancellationToken)

SuperOffice.CRM.Rows.URLRow is Modified

  • Deleted items
    • Method GetFromIdxUrlId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.URLRow.URLRowIdxBase is Modified
  • Deleted items
    • Method .URLRowIdxBaseop_Implicit(URLRowIdxBase)
    • Method .URLRowIdxBaseop_Implicit(URLRowIdxBase)
  • New items
    • Method .URLRowIdxBaseToURLRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .URLRowIdxBaseToURLRowAsync(CancellationToken)
    • Method .URLRowIdxBaseToURLRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .URLRowIdxBaseToURLRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxUrlIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.URLRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxContactId(Int32)
    • Method GetFromIdxPersonId(Int32)
    • Method GetFromIdxProjectId(Int32)
    • Method GetFromIdxRank(Int16)
    • Method GetFromIdxReservedId1(Int32)
    • Method GetFromIdxReservedId2(Int32)
    • Method GetFromIdxUrlAddress(String)
    • Method GetFromReader(SoDataReader, URLTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxContactIdAsync(Int32, CancellationToken)
    • Method GetFromIdxPersonIdAsync(Int32, CancellationToken)
    • Method GetFromIdxProjectIdAsync(Int32, CancellationToken)
    • Method GetFromIdxRankAsync(Int16, CancellationToken)
    • Method GetFromIdxReservedId1Async(Int32, CancellationToken)
    • Method GetFromIdxReservedId2Async(Int32, CancellationToken)
    • Method GetFromIdxUrlAddressAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, URLTableInfo, CancellationToken)

SuperOffice.CRM.Rows.UsageStatsRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(UsageStatsRecordData)
    • Method ToInserts(IEnumerable<UsageStatsRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<UsageStatsTableInfo>, CancellationToken)
    • Method ToInsertAsync(UsageStatsRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<UsageStatsRecordData>, CancellationToken)

SuperOffice.CRM.Rows.UsageStatsRow is Modified

  • Deleted items
    • Method GetFromIdxUsageStatsId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.UsageStatsRow.UsageStatsRowIdxBase is Modified
  • Deleted items
    • Method .UsageStatsRowIdxBaseop_Implicit(UsageStatsRowIdxBase)
    • Method .UsageStatsRowIdxBaseop_Implicit(UsageStatsRowIdxBase)
  • New items
    • Method .UsageStatsRowIdxBaseToUsageStatsRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .UsageStatsRowIdxBaseToUsageStatsRowAsync(CancellationToken)
    • Method .UsageStatsRowIdxBaseToUsageStatsRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .UsageStatsRowIdxBaseToUsageStatsRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxUsageStatsIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.UsageStatsRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAssocId(Int32)
    • Method GetFromReader(SoDataReader, UsageStatsTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAssocIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, UsageStatsTableInfo, CancellationToken)

SuperOffice.CRM.Rows.UserAttributeRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(UserAttributeRecordData)
    • Method ToInserts(IEnumerable<UserAttributeRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<UserAttributeTableInfo>, CancellationToken)
    • Method ToInsertAsync(UserAttributeRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<UserAttributeRecordData>, CancellationToken)

SuperOffice.CRM.Rows.UserAttributeRow is Modified

  • Deleted items
    • Method GetFromIdxUserAttributeId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.UserAttributeRow.UserAttributeRowIdxBase is Modified
  • Deleted items
    • Method .UserAttributeRowIdxBaseop_Implicit(UserAttributeRowIdxBase)
    • Method .UserAttributeRowIdxBaseop_Implicit(UserAttributeRowIdxBase)
  • New items
    • Method .UserAttributeRowIdxBaseToUserAttributeRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .UserAttributeRowIdxBaseToUserAttributeRowAsync(CancellationToken)
    • Method .UserAttributeRowIdxBaseToUserAttributeRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .UserAttributeRowIdxBaseToUserAttributeRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxUserAttributeIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.UserAttributeRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAttKey(String)
    • Method GetFromIdxUserId(Int32)
    • Method GetFromReader(SoDataReader, UserAttributeTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAttKeyAsync(String, CancellationToken)
    • Method GetFromIdxUserIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, UserAttributeTableInfo, CancellationToken)

SuperOffice.CRM.Rows.UserCandidateRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(UserCandidateRecordData)
    • Method ToInserts(IEnumerable<UserCandidateRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<UserCandidateTableInfo>, CancellationToken)
    • Method ToInsertAsync(UserCandidateRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<UserCandidateRecordData>, CancellationToken)

SuperOffice.CRM.Rows.UserCandidateRow is Modified

  • Deleted items
    • Method GetFromIdxUserCandidateId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.UserCandidateRow.UserCandidateRowIdxBase is Modified
  • Deleted items
    • Method .UserCandidateRowIdxBaseop_Implicit(UserCandidateRowIdxBase)
    • Method .UserCandidateRowIdxBaseop_Implicit(UserCandidateRowIdxBase)
  • New items
    • Method .UserCandidateRowIdxBaseToUserCandidateRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .UserCandidateRowIdxBaseToUserCandidateRowAsync(CancellationToken)
    • Method .UserCandidateRowIdxBaseToUserCandidateRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .UserCandidateRowIdxBaseToUserCandidateRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxUserCandidateIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.UserCandidateRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxPersonId(Int32)
    • Method GetFromIdxSecretKey(String)
    • Method GetFromReader(SoDataReader, UserCandidateTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxPersonIdAsync(Int32, CancellationToken)
    • Method GetFromIdxSecretKeyAsync(String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, UserCandidateTableInfo, CancellationToken)

SuperOffice.CRM.Rows.UserGroupLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(UserGroupLinkRecordData)
    • Method ToInserts(IEnumerable<UserGroupLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<UserGroupLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(UserGroupLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<UserGroupLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.UserGroupLinkRow is Modified

  • Deleted items
    • Method GetFromIdxUserGroupLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.UserGroupLinkRow.UserGroupLinkRowIdxBase is Modified
  • Deleted items
    • Method .UserGroupLinkRowIdxBaseop_Implicit(UserGroupLinkRowIdxBase)
    • Method .UserGroupLinkRowIdxBaseop_Implicit(UserGroupLinkRowIdxBase)
  • New items
    • Method .UserGroupLinkRowIdxBaseToUserGroupLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .UserGroupLinkRowIdxBaseToUserGroupLinkRowAsync(CancellationToken)
    • Method .UserGroupLinkRowIdxBaseToUserGroupLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .UserGroupLinkRowIdxBaseToUserGroupLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxUserGroupLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.UserGroupLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAssocId(Int32)
    • Method GetFromIdxUserGroupId(Int32)
    • Method GetFromReader(SoDataReader, UserGroupLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAssocIdAsync(Int32, CancellationToken)
    • Method GetFromIdxUserGroupIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, UserGroupLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.UserGroupRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(UserGroupRecordData)
    • Method ToInserts(IEnumerable<UserGroupRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<UserGroupTableInfo>, CancellationToken)
    • Method ToInsertAsync(UserGroupRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<UserGroupRecordData>, CancellationToken)

SuperOffice.CRM.Rows.UserGroupRow is Modified

  • Deleted items
    • Method GetFromIdxName(String)
    • Method GetFromIdxUserGroupId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.UserGroupRow.UserGroupRowIdxBase is Modified
  • Deleted items
    • Method .UserGroupRowIdxBaseop_Implicit(UserGroupRowIdxBase)
    • Method .UserGroupRowIdxBaseop_Implicit(UserGroupRowIdxBase)
  • New items
    • Method .UserGroupRowIdxBaseToUserGroupRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .UserGroupRowIdxBaseToUserGroupRowAsync(CancellationToken)
    • Method .UserGroupRowIdxBaseToUserGroupRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .UserGroupRowIdxBaseToUserGroupRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxNameAsync(String, CancellationToken)
    • Method GetFromIdxUserGroupIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.UserGroupRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, UserGroupTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, UserGroupTableInfo, CancellationToken)

SuperOffice.CRM.Rows.UserPreferenceRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(UserPreferenceRecordData)
    • Method ToInserts(IEnumerable<UserPreferenceRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<UserPreferenceTableInfo>, CancellationToken)
    • Method ToInsertAsync(UserPreferenceRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<UserPreferenceRecordData>, CancellationToken)

SuperOffice.CRM.Rows.UserPreferenceRow is Modified

  • Deleted items
    • Method GetFromIdxUserpreferenceId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.UserPreferenceRow.UserPreferenceRowIdxBase is Modified
  • Deleted items
    • Method .UserPreferenceRowIdxBaseop_Implicit(UserPreferenceRowIdxBase)
    • Method .UserPreferenceRowIdxBaseop_Implicit(UserPreferenceRowIdxBase)
  • New items
    • Method .UserPreferenceRowIdxBaseToUserPreferenceRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .UserPreferenceRowIdxBaseToUserPreferenceRowAsync(CancellationToken)
    • Method .UserPreferenceRowIdxBaseToUserPreferenceRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .UserPreferenceRowIdxBaseToUserPreferenceRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxUserpreferenceIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.UserPreferenceRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxDeflevel(PreferenceLevel)
    • Method GetFromIdxOwnerId(Int32)
    • Method GetFromIdxPrefkey(String)
    • Method GetFromIdxPrefsection(String)
    • Method GetFromIdxPrefsectionPrefkey(String, String)
    • Method GetFromIdxPrefsectionPrefkeyDeflevel(String, String, PreferenceLevel)
    • Method GetFromIdxPrefsectionPrefkeyDeflevelOwnerId(String, String, PreferenceLevel, Int32)
    • Method GetFromReader(SoDataReader, UserPreferenceTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxDeflevelAsync(PreferenceLevel, CancellationToken)
    • Method GetFromIdxOwnerIdAsync(Int32, CancellationToken)
    • Method GetFromIdxPrefkeyAsync(String, CancellationToken)
    • Method GetFromIdxPrefsectionAsync(String, CancellationToken)
    • Method GetFromIdxPrefsectionPrefkeyAsync(String, String, CancellationToken)
    • Method GetFromIdxPrefsectionPrefkeyDeflevelAsync(String, String, PreferenceLevel, CancellationToken)
    • Method GetFromIdxPrefsectionPrefkeyDeflevelOwnerIdAsync(String, String, PreferenceLevel, Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, UserPreferenceTableInfo, CancellationToken)

SuperOffice.CRM.Rows.UserRoleLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(UserRoleLinkRecordData)
    • Method ToInserts(IEnumerable<UserRoleLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<UserRoleLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(UserRoleLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<UserRoleLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.UserRoleLinkRow is Modified

  • Deleted items
    • Method GetFromIdxUserRoleLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.UserRoleLinkRow.UserRoleLinkRowIdxBase is Modified
  • Deleted items
    • Method .UserRoleLinkRowIdxBaseop_Implicit(UserRoleLinkRowIdxBase)
    • Method .UserRoleLinkRowIdxBaseop_Implicit(UserRoleLinkRowIdxBase)
  • New items
    • Method .UserRoleLinkRowIdxBaseToUserRoleLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .UserRoleLinkRowIdxBaseToUserRoleLinkRowAsync(CancellationToken)
    • Method .UserRoleLinkRowIdxBaseToUserRoleLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .UserRoleLinkRowIdxBaseToUserRoleLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxUserRoleLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.UserRoleLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, UserRoleLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, UserRoleLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.Util.CurrencyConversionHelper is Modified

  • Deleted items
    • Property BaseCurrency
    • Property BaseCurrencyId
    • Property IsCurrencyEnabled
    • Property OurCurrency
    • Property OurCurrencyId
    • Method GetOwnerCompanysCurrencyId()
  • New items
    • Method BaseCurrency()
    • Method BaseCurrencyAsync(CancellationToken)
    • Method BaseCurrencyId()
    • Method BaseCurrencyIdAsync(CancellationToken)
    • Method ConvertAmountToBaseAsync(Double, Int32, CancellationToken)
    • Method ConvertAmountToOurAsync(Double, Int32, CancellationToken)
    • Method GetOurCurrencyIdAsync(CancellationToken)
    • Method GetOwnerCompanysCurrencyIdAsync(CancellationToken)
    • Method IsCurrencyEnabled()
    • Method IsCurrencyEnabledAsync(CancellationToken)
    • Method OurCurrencyAsync(CancellationToken)
    • Method OurCurrencyId()
    • Method OurCurrencyIdAsync(CancellationToken)

SuperOffice.CRM.Rows.Util.RowForeignKeyHelper is Modified

  • Deleted items
    • Method GetForeignAppRow(String)
    • Method GetForeignDeviceRow(Int32, String, String)
    • Method OnIdUpdate()
    • Method OnPreIdUpdate()
    • Method OnPrimaryKeyUpdate(PKContainer)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
  • Modified items
    • Method RowForeignKeyHelper(TableRowBase)
  • New items
    • Method CreateAsync(TableRowBase, CancellationToken)
    • Method GetForeignAppRowAsync(String, CancellationToken)
    • Method GetForeignDeviceRowAsync(Int32, String, String, CancellationToken)
    • Method OnIdUpdateAsync()
    • Method OnPreIdUpdateAsync()
    • Method OnPrimaryKeyUpdateAsync(PKContainer)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)

SuperOffice.CRM.Rows.Util.RowHelper is Modified

  • Deleted items
    • Method ForceTableRowsLength(ISoCollection, Int32)

SuperOffice.CRM.Rows.VisibleForRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(VisibleForRecordData)
    • Method ToInserts(IEnumerable<VisibleForRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<VisibleForTableInfo>, CancellationToken)
    • Method ToInsertAsync(VisibleForRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<VisibleForRecordData>, CancellationToken)

SuperOffice.CRM.Rows.VisibleForRow is Modified

  • Deleted items
    • Method GetFromIdxVisibleForId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.VisibleForRow.VisibleForRowIdxBase is Modified
  • Deleted items
    • Method .VisibleForRowIdxBaseop_Implicit(VisibleForRowIdxBase)
    • Method .VisibleForRowIdxBaseop_Implicit(VisibleForRowIdxBase)
  • New items
    • Method .VisibleForRowIdxBaseToVisibleForRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .VisibleForRowIdxBaseToVisibleForRowAsync(CancellationToken)
    • Method .VisibleForRowIdxBaseToVisibleForRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .VisibleForRowIdxBaseToVisibleForRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxVisibleForIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.VisibleForRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAppointmentId(Int32)
    • Method GetFromIdxRecordId(Int32)
    • Method GetFromIdxRecordIdTableId(Int32, Int16)
    • Method GetFromIdxSaleHistId(Int32)
    • Method GetFromIdxSaleId(Int32)
    • Method GetFromIdxSelectionId(Int32)
    • Method GetFromIdxTableId(Int16)
    • Method GetFromIdxTableIdRecordId(Int16, Int32)
    • Method GetFromIdxTableIdRecordIdForAll(Int16, Int32, Int32)
    • Method GetFromIdxTableIdRecordIdForAllForGroupId(Int16, Int32, Int32, Int32)
    • Method GetFromIdxTableIdRecordIdForAllForGroupIdForAssocId(Int16, Int32, Int32, Int32, Int32)
    • Method GetFromReader(SoDataReader, VisibleForTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAppointmentIdAsync(Int32, CancellationToken)
    • Method GetFromIdxRecordIdAsync(Int32, CancellationToken)
    • Method GetFromIdxRecordIdTableIdAsync(Int32, Int16, CancellationToken)
    • Method GetFromIdxSaleHistIdAsync(Int32, CancellationToken)
    • Method GetFromIdxSaleIdAsync(Int32, CancellationToken)
    • Method GetFromIdxSelectionIdAsync(Int32, CancellationToken)
    • Method GetFromIdxTableIdAsync(Int16, CancellationToken)
    • Method GetFromIdxTableIdRecordIdAsync(Int16, Int32, CancellationToken)
    • Method GetFromIdxTableIdRecordIdForAllAsync(Int16, Int32, Int32, CancellationToken)
    • Method GetFromIdxTableIdRecordIdForAllForGroupIdAsync(Int16, Int32, Int32, Int32, CancellationToken)
    • Method GetFromIdxTableIdRecordIdForAllForGroupIdForAssocIdAsync(Int16, Int32, Int32, Int32, Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, VisibleForTableInfo, CancellationToken)

SuperOffice.CRM.Rows.WebAppUsageRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(WebAppUsageRecordData)
    • Method ToInserts(IEnumerable<WebAppUsageRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<WebAppUsageTableInfo>, CancellationToken)
    • Method ToInsertAsync(WebAppUsageRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<WebAppUsageRecordData>, CancellationToken)

SuperOffice.CRM.Rows.WebAppUsageRow is Modified

  • Deleted items
    • Method GetFromIdxWebAppUsageId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.WebAppUsageRow.WebAppUsageRowIdxBase is Modified
  • Deleted items
    • Method .WebAppUsageRowIdxBaseop_Implicit(WebAppUsageRowIdxBase)
    • Method .WebAppUsageRowIdxBaseop_Implicit(WebAppUsageRowIdxBase)
  • New items
    • Method .WebAppUsageRowIdxBaseToWebAppUsageRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .WebAppUsageRowIdxBaseToWebAppUsageRowAsync(CancellationToken)
    • Method .WebAppUsageRowIdxBaseToWebAppUsageRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .WebAppUsageRowIdxBaseToWebAppUsageRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxWebAppUsageIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.WebAppUsageRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxViewState(String)
    • Method GetFromIdxViewStateTimestamp(String, DateTime)
    • Method GetFromIdxViewStateTimestampAssocId(String, DateTime, Int32)
    • Method GetFromReader(SoDataReader, WebAppUsageTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxViewStateAsync(String, CancellationToken)
    • Method GetFromIdxViewStateTimestampAssocIdAsync(String, DateTime, Int32, CancellationToken)
    • Method GetFromIdxViewStateTimestampAsync(String, DateTime, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, WebAppUsageTableInfo, CancellationToken)

SuperOffice.CRM.Rows.WebhookRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(WebhookRecordData)
    • Method ToInserts(IEnumerable<WebhookRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<WebhookTableInfo>, CancellationToken)
    • Method ToInsertAsync(WebhookRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<WebhookRecordData>, CancellationToken)

SuperOffice.CRM.Rows.WebhookRow is Modified

  • Deleted items
    • Method GetFromIdxWebhookId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.WebhookRow.WebhookRowIdxBase is Modified
  • Deleted items
    • Method .WebhookRowIdxBaseop_Implicit(WebhookRowIdxBase)
    • Method .WebhookRowIdxBaseop_Implicit(WebhookRowIdxBase)
  • New items
    • Method .WebhookRowIdxBaseToWebhookRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .WebhookRowIdxBaseToWebhookRowAsync(CancellationToken)
    • Method .WebhookRowIdxBaseToWebhookRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .WebhookRowIdxBaseToWebhookRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxWebhookIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.WebhookRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, WebhookTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, WebhookTableInfo, CancellationToken)

SuperOffice.CRM.Rows.WebhookUsageRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(WebhookUsageRecordData)
    • Method ToInserts(IEnumerable<WebhookUsageRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<WebhookUsageTableInfo>, CancellationToken)
    • Method ToInsertAsync(WebhookUsageRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<WebhookUsageRecordData>, CancellationToken)

SuperOffice.CRM.Rows.WebhookUsageRow is Modified

  • Deleted items
    • Method GetFromIdxWebhookUsageId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.WebhookUsageRow.WebhookUsageRowIdxBase is Modified
  • Deleted items
    • Method .WebhookUsageRowIdxBaseop_Implicit(WebhookUsageRowIdxBase)
    • Method .WebhookUsageRowIdxBaseop_Implicit(WebhookUsageRowIdxBase)
  • New items
    • Method .WebhookUsageRowIdxBaseToWebhookUsageRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .WebhookUsageRowIdxBaseToWebhookUsageRowAsync(CancellationToken)
    • Method .WebhookUsageRowIdxBaseToWebhookUsageRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .WebhookUsageRowIdxBaseToWebhookUsageRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxWebhookUsageIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.WebhookUsageRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, WebhookUsageTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, WebhookUsageTableInfo, CancellationToken)

SuperOffice.CRM.Rows.WinPosSizeRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(WinPosSizeRecordData)
    • Method ToInserts(IEnumerable<WinPosSizeRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<WinPosSizeTableInfo>, CancellationToken)
    • Method ToInsertAsync(WinPosSizeRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<WinPosSizeRecordData>, CancellationToken)

SuperOffice.CRM.Rows.WinPosSizeRow is Modified

  • Deleted items
    • Method GetFromIdxWinPosSizeId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.WinPosSizeRow.WinPosSizeRowIdxBase is Modified
  • Deleted items
    • Method .WinPosSizeRowIdxBaseop_Implicit(WinPosSizeRowIdxBase)
    • Method .WinPosSizeRowIdxBaseop_Implicit(WinPosSizeRowIdxBase)
  • New items
    • Method .WinPosSizeRowIdxBaseToWinPosSizeRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .WinPosSizeRowIdxBaseToWinPosSizeRowAsync(CancellationToken)
    • Method .WinPosSizeRowIdxBaseToWinPosSizeRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .WinPosSizeRowIdxBaseToWinPosSizeRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxWinPosSizeIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.WinPosSizeRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAssocId(Int32)
    • Method GetFromIdxAssocIdOwner(Int32, String)
    • Method GetFromReader(SoDataReader, WinPosSizeTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAssocIdAsync(Int32, CancellationToken)
    • Method GetFromIdxAssocIdOwnerAsync(Int32, String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, WinPosSizeTableInfo, CancellationToken)

SuperOffice.CRM.Rows.WordRelationsRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(WordRelationsRecordData)
    • Method ToInserts(IEnumerable<WordRelationsRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<WordRelationsTableInfo>, CancellationToken)
    • Method ToInsertAsync(WordRelationsRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<WordRelationsRecordData>, CancellationToken)

SuperOffice.CRM.Rows.WordRelationsRow is Modified

  • Deleted items
    • Method GetFromIdxWordRelationsId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.WordRelationsRow.WordRelationsRowIdxBase is Modified
  • Deleted items
    • Method .WordRelationsRowIdxBaseop_Implicit(WordRelationsRowIdxBase)
    • Method .WordRelationsRowIdxBaseop_Implicit(WordRelationsRowIdxBase)
  • New items
    • Method .WordRelationsRowIdxBaseToWordRelationsRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .WordRelationsRowIdxBaseToWordRelationsRowAsync(CancellationToken)
    • Method .WordRelationsRowIdxBaseToWordRelationsRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .WordRelationsRowIdxBaseToWordRelationsRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxWordRelationsIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.WordRelationsRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxEntryId(Int32)
    • Method GetFromIdxEntryWordId(Int32)
    • Method GetFromReader(SoDataReader, WordRelationsTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxEntryIdAsync(Int32, CancellationToken)
    • Method GetFromIdxEntryWordIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, WordRelationsTableInfo, CancellationToken)

SuperOffice.CRM.Rows.WorkflowGoalRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(WorkflowGoalRecordData)
    • Method ToInserts(IEnumerable<WorkflowGoalRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<WorkflowGoalTableInfo>, CancellationToken)
    • Method ToInsertAsync(WorkflowGoalRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<WorkflowGoalRecordData>, CancellationToken)

SuperOffice.CRM.Rows.WorkflowGoalRow is Modified

  • Deleted items
    • Method GetFromIdxWorkflowGoalId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.WorkflowGoalRow.WorkflowGoalRowIdxBase is Modified
  • Deleted items
    • Method .WorkflowGoalRowIdxBaseop_Implicit(WorkflowGoalRowIdxBase)
    • Method .WorkflowGoalRowIdxBaseop_Implicit(WorkflowGoalRowIdxBase)
  • New items
    • Method .WorkflowGoalRowIdxBaseToWorkflowGoalRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .WorkflowGoalRowIdxBaseToWorkflowGoalRowAsync(CancellationToken)
    • Method .WorkflowGoalRowIdxBaseToWorkflowGoalRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .WorkflowGoalRowIdxBaseToWorkflowGoalRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxWorkflowGoalIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.WorkflowGoalRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, WorkflowGoalTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, WorkflowGoalTableInfo, CancellationToken)

SuperOffice.CRM.Rows.WorkflowInstanceRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(WorkflowInstanceRecordData)
    • Method ToInserts(IEnumerable<WorkflowInstanceRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<WorkflowInstanceTableInfo>, CancellationToken)
    • Method ToInsertAsync(WorkflowInstanceRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<WorkflowInstanceRecordData>, CancellationToken)

SuperOffice.CRM.Rows.WorkflowInstanceRow is Modified

  • Deleted items
    • Method GetFromIdxWorkflowInstanceId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.WorkflowInstanceRow.WorkflowInstanceRowIdxBase is Modified
  • Deleted items
    • Method .WorkflowInstanceRowIdxBaseop_Implicit(WorkflowInstanceRowIdxBase)
    • Method .WorkflowInstanceRowIdxBaseop_Implicit(WorkflowInstanceRowIdxBase)
  • New items
    • Method .WorkflowInstanceRowIdxBaseToWorkflowInstanceRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .WorkflowInstanceRowIdxBaseToWorkflowInstanceRowAsync(CancellationToken)
    • Method .WorkflowInstanceRowIdxBaseToWorkflowInstanceRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .WorkflowInstanceRowIdxBaseToWorkflowInstanceRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxWorkflowInstanceIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.WorkflowInstanceRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxContactId(Int32)
    • Method GetFromIdxPersonId(Int32)
    • Method GetFromReader(SoDataReader, WorkflowInstanceTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxContactIdAsync(Int32, CancellationToken)
    • Method GetFromIdxPersonIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, WorkflowInstanceTableInfo, CancellationToken)

SuperOffice.CRM.Rows.WorkflowRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(WorkflowRecordData)
    • Method ToInserts(IEnumerable<WorkflowRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<WorkflowTableInfo>, CancellationToken)
    • Method ToInsertAsync(WorkflowRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<WorkflowRecordData>, CancellationToken)

SuperOffice.CRM.Rows.WorkflowRootStepLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(WorkflowRootStepLinkRecordData)
    • Method ToInserts(IEnumerable<WorkflowRootStepLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<WorkflowRootStepLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(WorkflowRootStepLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<WorkflowRootStepLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.WorkflowRootStepLinkRow is Modified

  • Deleted items
    • Method GetFromIdxWorkflowRootStepLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.WorkflowRootStepLinkRow.WorkflowRootStepLinkRowIdxBase is Modified
  • Deleted items
    • Method .WorkflowRootStepLinkRowIdxBaseop_Implicit(WorkflowRootStepLinkRowIdxBase)
    • Method .WorkflowRootStepLinkRowIdxBaseop_Implicit(WorkflowRootStepLinkRowIdxBase)
  • New items
    • Method .WorkflowRootStepLinkRowIdxBaseToWorkflowRootStepLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .WorkflowRootStepLinkRowIdxBaseToWorkflowRootStepLinkRowAsync(CancellationToken)
    • Method .WorkflowRootStepLinkRowIdxBaseToWorkflowRootStepLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .WorkflowRootStepLinkRowIdxBaseToWorkflowRootStepLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxWorkflowRootStepLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.WorkflowRootStepLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, WorkflowRootStepLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, WorkflowRootStepLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.WorkflowRow is Modified

  • Deleted items
    • Method GetFromIdxWorkflowId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.WorkflowRow.WorkflowRowIdxBase is Modified
  • Deleted items
    • Method .WorkflowRowIdxBaseop_Implicit(WorkflowRowIdxBase)
    • Method .WorkflowRowIdxBaseop_Implicit(WorkflowRowIdxBase)
  • New items
    • Method .WorkflowRowIdxBaseToWorkflowRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .WorkflowRowIdxBaseToWorkflowRowAsync(CancellationToken)
    • Method .WorkflowRowIdxBaseToWorkflowRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .WorkflowRowIdxBaseToWorkflowRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxWorkflowIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.WorkflowRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxAssociateId(Int32)
    • Method GetFromIdxVisibleForAssociates(Int32[])
    • Method GetFromIdxVisibleForAssociatesVisibleForGroups(Int32[], Int32[])
    • Method GetFromIdxVisibleForAssociatesVisibleForGroupsRemoveFromFlows(Int32[], Int32[], Int32[])
    • Method GetFromIdxVisibleForAssociatesVisibleForGroupsRemoveFromFlowsBlockLists(Int32[], Int32[], Int32[], Int32[])
    • Method GetFromReader(SoDataReader, WorkflowTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxAssociateIdAsync(Int32, CancellationToken)
    • Method GetFromIdxVisibleForAssociatesAsync(Int32[], CancellationToken)
    • Method GetFromIdxVisibleForAssociatesVisibleForGroupsAsync(Int32[], Int32[], CancellationToken)
    • Method GetFromIdxVisibleForAssociatesVisibleForGroupsRemoveFromFlowsAsync(Int32[], Int32[], Int32[], CancellationToken)
    • Method GetFromIdxVisibleForAssociatesVisibleForGroupsRemoveFromFlowsBlockListsAsync(Int32[], Int32[], Int32[], Int32[], CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, WorkflowTableInfo, CancellationToken)

SuperOffice.CRM.Rows.WorkflowStepOptionLinkRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(WorkflowStepOptionLinkRecordData)
    • Method ToInserts(IEnumerable<WorkflowStepOptionLinkRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<WorkflowStepOptionLinkTableInfo>, CancellationToken)
    • Method ToInsertAsync(WorkflowStepOptionLinkRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<WorkflowStepOptionLinkRecordData>, CancellationToken)

SuperOffice.CRM.Rows.WorkflowStepOptionLinkRow is Modified

  • Deleted items
    • Method GetFromIdxWorkflowStepOptionLinkId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.WorkflowStepOptionLinkRow.WorkflowStepOptionLinkRowIdxBase is Modified
  • Deleted items
    • Method .WorkflowStepOptionLinkRowIdxBaseop_Implicit(WorkflowStepOptionLinkRowIdxBase)
    • Method .WorkflowStepOptionLinkRowIdxBaseop_Implicit(WorkflowStepOptionLinkRowIdxBase)
  • New items
    • Method .WorkflowStepOptionLinkRowIdxBaseToWorkflowStepOptionLinkRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .WorkflowStepOptionLinkRowIdxBaseToWorkflowStepOptionLinkRowAsync(CancellationToken)
    • Method .WorkflowStepOptionLinkRowIdxBaseToWorkflowStepOptionLinkRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .WorkflowStepOptionLinkRowIdxBaseToWorkflowStepOptionLinkRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxWorkflowStepOptionLinkIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.WorkflowStepOptionLinkRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, WorkflowStepOptionLinkTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, WorkflowStepOptionLinkTableInfo, CancellationToken)

SuperOffice.CRM.Rows.WorkflowStepOptionRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(WorkflowStepOptionRecordData)
    • Method ToInserts(IEnumerable<WorkflowStepOptionRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<WorkflowStepOptionTableInfo>, CancellationToken)
    • Method ToInsertAsync(WorkflowStepOptionRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<WorkflowStepOptionRecordData>, CancellationToken)

SuperOffice.CRM.Rows.WorkflowStepOptionRow is Modified

  • Deleted items
    • Method GetFromIdxWorkflowStepOptionId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.WorkflowStepOptionRow.WorkflowStepOptionRowIdxBase is Modified
  • Deleted items
    • Method .WorkflowStepOptionRowIdxBaseop_Implicit(WorkflowStepOptionRowIdxBase)
    • Method .WorkflowStepOptionRowIdxBaseop_Implicit(WorkflowStepOptionRowIdxBase)
  • New items
    • Method .WorkflowStepOptionRowIdxBaseToWorkflowStepOptionRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .WorkflowStepOptionRowIdxBaseToWorkflowStepOptionRowAsync(CancellationToken)
    • Method .WorkflowStepOptionRowIdxBaseToWorkflowStepOptionRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .WorkflowStepOptionRowIdxBaseToWorkflowStepOptionRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxWorkflowStepOptionIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.WorkflowStepOptionRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxKeyId(Int32)
    • Method GetFromReader(SoDataReader, WorkflowStepOptionTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxKeyIdAsync(Int32, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, WorkflowStepOptionTableInfo, CancellationToken)

SuperOffice.CRM.Rows.WorkflowStepRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(WorkflowStepRecordData)
    • Method ToInserts(IEnumerable<WorkflowStepRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<WorkflowStepTableInfo>, CancellationToken)
    • Method ToInsertAsync(WorkflowStepRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<WorkflowStepRecordData>, CancellationToken)

SuperOffice.CRM.Rows.WorkflowStepRow is Modified

  • Deleted items
    • Method GetFromIdxWorkflowStepId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.WorkflowStepRow.WorkflowStepRowIdxBase is Modified
  • Deleted items
    • Method .WorkflowStepRowIdxBaseop_Implicit(WorkflowStepRowIdxBase)
    • Method .WorkflowStepRowIdxBaseop_Implicit(WorkflowStepRowIdxBase)
  • New items
    • Method .WorkflowStepRowIdxBaseToWorkflowStepRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .WorkflowStepRowIdxBaseToWorkflowStepRowAsync(CancellationToken)
    • Method .WorkflowStepRowIdxBaseToWorkflowStepRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .WorkflowStepRowIdxBaseToWorkflowStepRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxWorkflowStepIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.WorkflowStepRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, WorkflowStepTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, WorkflowStepTableInfo, CancellationToken)

SuperOffice.CRM.Rows.WorkflowTriggerRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(WorkflowTriggerRecordData)
    • Method ToInserts(IEnumerable<WorkflowTriggerRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<WorkflowTriggerTableInfo>, CancellationToken)
    • Method ToInsertAsync(WorkflowTriggerRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<WorkflowTriggerRecordData>, CancellationToken)

SuperOffice.CRM.Rows.WorkflowTriggerRow is Modified

  • Deleted items
    • Method GetFromIdxWorkflowTriggerId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.WorkflowTriggerRow.WorkflowTriggerRowIdxBase is Modified
  • Deleted items
    • Method .WorkflowTriggerRowIdxBaseop_Implicit(WorkflowTriggerRowIdxBase)
    • Method .WorkflowTriggerRowIdxBaseop_Implicit(WorkflowTriggerRowIdxBase)
  • New items
    • Method .WorkflowTriggerRowIdxBaseToWorkflowTriggerRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .WorkflowTriggerRowIdxBaseToWorkflowTriggerRowAsync(CancellationToken)
    • Method .WorkflowTriggerRowIdxBaseToWorkflowTriggerRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .WorkflowTriggerRowIdxBaseToWorkflowTriggerRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxWorkflowTriggerIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.WorkflowTriggerRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, WorkflowTriggerTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, WorkflowTriggerTableInfo, CancellationToken)

SuperOffice.CRM.Rows.WorkflowWaitForActionRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(WorkflowWaitForActionRecordData)
    • Method ToInserts(IEnumerable<WorkflowWaitForActionRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<WorkflowWaitForActionTableInfo>, CancellationToken)
    • Method ToInsertAsync(WorkflowWaitForActionRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<WorkflowWaitForActionRecordData>, CancellationToken)

SuperOffice.CRM.Rows.WorkflowWaitForActionRow is Modified

  • Deleted items
    • Method GetFromIdxWorkflowWaitForActionId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.WorkflowWaitForActionRow.WorkflowWaitForActionRowIdxBase is Modified
  • Deleted items
    • Method .WorkflowWaitForActionRowIdxBaseop_Implicit(WorkflowWaitForActionRowIdxBase)
    • Method .WorkflowWaitForActionRowIdxBaseop_Implicit(WorkflowWaitForActionRowIdxBase)
  • New items
    • Method .WorkflowWaitForActionRowIdxBaseToWorkflowWaitForActionRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .WorkflowWaitForActionRowIdxBaseToWorkflowWaitForActionRowAsync(CancellationToken)
    • Method .WorkflowWaitForActionRowIdxBaseToWorkflowWaitForActionRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .WorkflowWaitForActionRowIdxBaseToWorkflowWaitForActionRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxWorkflowWaitForActionIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.WorkflowWaitForActionRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, WorkflowWaitForActionTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, WorkflowWaitForActionTableInfo, CancellationToken)

SuperOffice.CRM.Rows.WsdlDescriptionRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(WsdlDescriptionRecordData)
    • Method ToInserts(IEnumerable<WsdlDescriptionRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<WsdlDescriptionTableInfo>, CancellationToken)
    • Method ToInsertAsync(WsdlDescriptionRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<WsdlDescriptionRecordData>, CancellationToken)

SuperOffice.CRM.Rows.WsdlDescriptionRow is Modified

  • Deleted items
    • Method GetFromIdxWsdlDescriptionId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.WsdlDescriptionRow.WsdlDescriptionRowIdxBase is Modified
  • Deleted items
    • Method .WsdlDescriptionRowIdxBaseop_Implicit(WsdlDescriptionRowIdxBase)
    • Method .WsdlDescriptionRowIdxBaseop_Implicit(WsdlDescriptionRowIdxBase)
  • New items
    • Method .WsdlDescriptionRowIdxBaseToWsdlDescriptionRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .WsdlDescriptionRowIdxBaseToWsdlDescriptionRowAsync(CancellationToken)
    • Method .WsdlDescriptionRowIdxBaseToWsdlDescriptionRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .WsdlDescriptionRowIdxBaseToWsdlDescriptionRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxWsdlDescriptionIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.WsdlDescriptionRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromReader(SoDataReader, WsdlDescriptionTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, WsdlDescriptionTableInfo, CancellationToken)

SuperOffice.CRM.Rows.ZipToCityRecordDataExtensions is Modified

  • Deleted items
    • Method ToInsert(ZipToCityRecordData)
    • Method ToInserts(IEnumerable<ZipToCityRecordData>)
  • New items
    • Method FromSelectAsync(TargetedSelect<ZipToCityTableInfo>, CancellationToken)
    • Method ToInsertAsync(ZipToCityRecordData, CancellationToken)
    • Method ToInsertsAsync(IEnumerable<ZipToCityRecordData>, CancellationToken)

SuperOffice.CRM.Rows.ZipToCityRow is Modified

  • Deleted items
    • Method GetFromIdxZiptocityId(Int32)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method SetDefaults(DefaulterStrategy)
  • Modified items
SuperOffice.CRM.Rows.ZipToCityRow.ZipToCityRowIdxBase is Modified
  • Deleted items
    • Method .ZipToCityRowIdxBaseop_Implicit(ZipToCityRowIdxBase)
    • Method .ZipToCityRowIdxBaseop_Implicit(ZipToCityRowIdxBase)
  • New items
    • Method .ZipToCityRowIdxBaseToZipToCityRowAsync(ITableRowLoadHandler, CancellationToken)
    • Method .ZipToCityRowIdxBaseToZipToCityRowAsync(CancellationToken)
    • Method .ZipToCityRowIdxBaseToZipToCityRowsAsync(ITableRowLoadHandlerFactory, CancellationToken)
    • Method .ZipToCityRowIdxBaseToZipToCityRowsAsync(CancellationToken)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxZiptocityIdAsync(Int32, CancellationToken)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SetDefaultsAsync(DefaulterStrategy, CancellationToken)

SuperOffice.CRM.Rows.ZipToCityRows is Modified

  • Deleted items
    • Method GetFromCustomSearch(CustomSearch)
    • Method GetFromIdxCity(String)
    • Method GetFromIdxCountryId(Int32)
    • Method GetFromIdxCountryIdZipcode(Int32, String)
    • Method GetFromReader(SoDataReader, ZipToCityTableInfo)
  • New items
    • Method GetFromCustomSearchAsync(CustomSearch, CancellationToken)
    • Method GetFromIdxCityAsync(String, CancellationToken)
    • Method GetFromIdxCountryIdAsync(Int32, CancellationToken)
    • Method GetFromIdxCountryIdZipcodeAsync(Int32, String, CancellationToken)
    • Method GetFromReaderAsync(SoDataReader, ZipToCityTableInfo, CancellationToken)

SuperOffice.CRM.Sale.QuoteDocument is Modified

  • Deleted items
    • Method LinkMainDocument(Int32)
    • Method UnlinkMainDocument(Int32)
  • New items
    • Method LinkMainDocumentAsync(Int32, CancellationToken)
    • Method UnlinkMainDocumentAsync(Int32, CancellationToken)

SuperOffice.CRM.Sale.QuoteDocumentGenerator is Modified

  • Deleted items
    • Method PrescanForTags(Int32)
  • New items
    • Method PrescanForTagsAsync(Int32, CancellationToken)

SuperOffice.CRM.Sale.QuoteVersionAttachmentManager is Modified

  • Deleted items
    • Method AddSaleTypeQuoteAttachment(Int32, Int32)
    • Method CreateOrUpdateQuoteVersionAttachments(Int32)
    • Method DeleteSaleTypeQuoteAttachment(Int32)
    • Method IncludeQuoteVersionAttachment(Int32, Int32, Boolean)
    • Method ToggleSaleTypeQuoteAttachmentDefaultIncluded(Int32)
  • New items
    • Method AddSaleTypeQuoteAttachmentAsync(Int32, Int32, CancellationToken)
    • Method CreateOrUpdateQuoteVersionAttachmentsAsync(Int32, CancellationToken)
    • Method DeleteSaleTypeQuoteAttachmentAsync(Int32, CancellationToken)
    • Method IncludeQuoteVersionAttachmentAsync(Int32, Int32, Boolean, CancellationToken)
    • Method ToggleSaleTypeQuoteAttachmentDefaultIncludedAsync(Int32, CancellationToken)

SuperOffice.CRM.SaleGuideUtility is Modified

  • Deleted items
    • Method BatchUpdateNextDueDate(ProgressEstimateCallback, ProgressStepCallback)
    • Method CalculateNextDueDate(Int32)
    • Method GetNextDueAppointmentDate(Int32)
    • Method GetNextSaleStage(Int32, Boolean)
    • Method LastActivityOfStageDone(Int32, Int32, Int32)
    • Method OfferAutoNextStageOnApppointmentCompleted(Int32)
  • New items
    • Method BatchUpdateNextDueDateAsync(ProgressEstimateCallback, ProgressStepCallback, CancellationToken)
    • Method CalculateNextDueDateAsync(Int32, CancellationToken)
    • Method GetNextDueAppointmentDateAsync(Int32, CancellationToken)
    • Method GetNextSaleStageAsync(Int32, Boolean, CancellationToken)
    • Method LastActivityOfStageDoneAsync(Int32, Int32, Int32, CancellationToken)
    • Method OfferAutoNextStageOnApppointmentCompletedAsync(Int32, CancellationToken)

SuperOffice.CRM.Security.EjCategoryCache is Modified

  • Deleted items
    • Method GetCurrent()
  • New items
    • Method OnLoadAsync(CancellationToken)

SuperOffice.CRM.Security.ErpConnectionAccessCache is Modified

  • Deleted items
    • Method GetCurrent()
  • New items
    • Method OnLoadAsync(CancellationToken)

SuperOffice.CRM.Security.FunctionRightCache is Modified

  • Deleted items
    • Method GetCurrent()
  • New items
    • Method OnLoadAsync(CancellationToken)

SuperOffice.CRM.Security.OwnerContactCache is Modified

  • Deleted items
    • Method GetCurrent()
  • New items
    • Method OnLoadAsync(CancellationToken)

SuperOffice.CRM.Security.QuoteLineConfigurationCache is Modified

  • Deleted items
    • Method GetCurrent()
  • New items
    • Method OnLoadAsync(CancellationToken)

SuperOffice.CRM.Security.RefCountsPermissionCache is Modified

  • Deleted items
    • Method GetCurrent()
    • Method IsCacheInvalidated(String, Int32, PrivateSave)
  • Modified items
    • Method RefCountsPermissionCache()
  • New items
    • Method IsCacheInvalidatedAsync(String, Int32, PrivateSave, CancellationToken)
    • Method OnLoadAsync(CancellationToken)

SuperOffice.CRM.Security.Sentry is Modified

  • Modified items
SuperOffice.CRM.Security.Sentry.DataRightCache is Modified
  • Deleted items
    • Method .DataRightCacheGetCurrent()
  • New items
    • Method .DataRightCacheOnLoadAsync(CancellationToken)

SuperOffice.CRM.Security.SentryPreferenceCache is Modified

  • Deleted items
    • Method GetCurrent()
    • Method GetFieldRights(Int32, Int32, Int32, SoPrincipal)
    • Method IsCacheInvalidated(String, Int32, PrivateSave)
  • New items
    • Method GetFieldRights(Int32, Int32, Int32, ClaimsPrincipal)
    • Method IsCacheInvalidatedAsync(String, Int32, PrivateSave, CancellationToken)
    • Method OnLoadAsync(CancellationToken)

SuperOffice.CRM.Security.UserGroupCache is Modified

  • Deleted items
    • Method GetCurrent()
  • Modified items
    • Method UserGroupCache()
  • New items
    • Method OnLoadAsync(CancellationToken)

SuperOffice.CRM.Services.Implementation.ServiceFacades.ServiceFacade is Modified

  • Deleted items
    • Method CallService(String, String)
  • New items
    • Method CallServiceAsync(String, String, CancellationToken)

SuperOffice.CRM.TemporaryDbLock is Modified

  • Deleted items
    • Method TemporaryDbLock(Int32, Int32, Int32)
    • Method Dispose()
    • Method FlushAllTempDbLocks()
    • Method TryUpdate()
    • Method Update()
  • New items
    • Method CreateAsync(Int32, Int32, Int32, CancellationToken)
    • Method DisposeAsync()
    • Method FlushAllTempDbLocksAsync(CancellationToken)
    • Method TryUpdateAsync()
    • Method UpdateAsync()

SuperOffice.CRM.TemporaryKeyHelper is Modified

  • Deleted items
    • Method CreateTemporaryKey(TemporaryKeyDomain, Int32, Int32, DateTime, String)
    • Method DeleteTemporaryKeys(TemporaryKeyDomain, Int32)
  • New items
    • Method CreateTemporaryKeyAsync(TemporaryKeyDomain, Int32, Int32, DateTime, String)
    • Method DeleteTemporaryKeysAsync(TemporaryKeyDomain, Int32, CancellationToken)

SuperOffice.CRM.Ticket.TicketAlertHelper is Modified

  • Deleted items
    • Method CheckEscalating(TicketPriorityEscalateAction, TicketRow)
    • Method ComputeAlertTimeout(Int32, Int16, Int32)
    • Method StopEscalation(TicketRow)
  • New items
    • Method CheckEscalatingAsync(TicketPriorityEscalateAction, TicketRow, CancellationToken)
    • Method ComputeAlertTimeoutAsync(Int32, Int16, Int32, CancellationToken)
    • Method StopEscalationAsync(TicketRow, CancellationToken)

SuperOffice.CRM.Ticket.TicketChangeNotificator is Modified

  • Deleted items
    • Method DeleteTicketNotifyEntries(Int32, Int32)
  • New items
    • Method DeleteTicketNotifyEntriesAsync(Int32, Int32, CancellationToken)

SuperOffice.CRM.Ticket.TicketHelper is Modified

  • Deleted items
    • Method DemandAdminPermissions()
    • Method GetMailInFilterAddress(Int32)
    • Method GetNextInQueue()
    • Method GetTicketBaseStatus(Int32)
    • Method GetTicketChangeData(Int32)
    • Method GetTicketCustomers(Int32, Int32)
    • Method GetTicketData(Int32)
    • Method GetTicketSecurityLevel(Int32)
    • Method GetTicketStatusRecordData(Int16)
    • Method ResolveTicketId(Int32)
    • Method UpdateEjMessageSearchTitle(Int32, String)
    • Method UpdateLastChanged(TicketRow, Boolean)
    • Method UpdateRepliedAt(TicketRow, DateTime)
    • Method UpdateTicketStatisticsFromMessages(Int32)
  • New items
    • Method DemandAdminPermissionsAsync(CancellationToken)
    • Method GetMailInFilterAddressAsync(Int32, CancellationToken)
    • Method GetNextInQueueAsync(CancellationToken)
    • Method GetTicketBaseStatusAsync(Int32, CancellationToken)
    • Method GetTicketChangeDataAsync(Int32, CancellationToken)
    • Method GetTicketCustomersAsync(Int32, Int32, CancellationToken)
    • Method GetTicketDataAsync(Int32, CancellationToken)
    • Method GetTicketSecurityLevelAsync(Int32, CancellationToken)
    • Method GetTicketStatusRecordDataAsync(Int16, CancellationToken)
    • Method NotifyNewTicketAsync(Int32)
    • Method ResolveTicketIdAsync(Int32, CancellationToken)
    • Method UpdateEjMessageSearchTitleAsync(Int32, String, CancellationToken)
    • Method UpdateLastChangedAsync(TicketRow, Boolean, CancellationToken)
    • Method UpdateRepliedAtAsync(TicketRow, DateTime, CancellationToken)
    • Method UpdateTicketStatisticsFromMessagesAsync(Int32, CancellationToken)

SuperOffice.CRM.Ticket.TicketOwnerResolver is Modified

  • Deleted items
    • Method ResolveOwner(TicketRow)
    • Method ResolveOwner(Int32, Int32, Int32, Int32)
  • New items
    • Method ResolveOwnerAsync(TicketRow, CancellationToken)
    • Method ResolveOwnerAsync(Int32, Int32, Int32, Int32, CancellationToken)

SuperOffice.CRM.Ticket.TicketPriorityResolver is Modified

  • Deleted items
    • Method GetPriority(Int32)
    • Method ResolvePriority(Int32, Int32)
  • New items
    • Method GetPriorityAsync(Int32, CancellationToken)
    • Method ResolvePriorityAsync(Int32, Int32, CancellationToken)

SuperOffice.CRM.TimeZone.TimeZoneManager is Modified

  • Deleted items
    • Method CheckNewTimeZoneDataAvailable()
    • Method DeleteTimeZones()
    • Method GetDefaultTimeZonePreference()
    • Method SetActiveTimeZoneRow(Int32, Boolean)
    • Method SetActiveTimeZonesByFilter(String, Boolean)
    • Method SetBaseTimeZoneId(Int32)
    • Method TimeOfLastTimeZoneUpdate()
    • Method ToggleActiveTimeZoneRow(Int32)
    • Method UpdateTimeZoneData()
  • New items
    • Method TimeZoneManager()
    • Method CheckNewTimeZoneDataAvailableAsync(CancellationToken)
    • Method DeleteTimeZonesAsync(CancellationToken)
    • Method GetDefaultTimeZonePreferenceAsync(CancellationToken)
    • Method SetActiveTimeZoneRowAsync(Int32, Boolean, CancellationToken)
    • Method SetActiveTimeZonesByFilterAsync(String, Boolean, CancellationToken)
    • Method SetBaseTimeZoneIdAsync(Int32, CancellationToken)
    • Method TimeOfLastTimeZoneUpdateAsync(CancellationToken)
    • Method ToggleActiveTimeZoneRowAsync(Int32, CancellationToken)
    • Method UpdateTimeZoneDataAsync(CancellationToken)

SuperOffice.CRM.Webhooks.CrmScriptWebhookPlugin is Modified

  • Deleted items
    • Method Notify(Webhook, WebhookPayload)
  • New items
    • Method NotifyAsync(Webhook, WebhookPayload, CancellationToken)

SuperOffice.CRM.Webhooks.ICustomWebhookPlugin is Modified

  • Deleted items
    • Method Notify(Webhook, WebhookPayload)
  • New items
    • Method NotifyAsync(Webhook, WebhookPayload, CancellationToken)

SuperOffice.CRM.Webhooks.ISystemWebhookPlugin is Modified

  • Deleted items
    • Method DeleteWebhook(Int32)
    • Method GetAllWebhooks(String, String, String, Nullable<WebhookState>)
    • Method GetLastError(Int32)
    • Method GetWebhook(Int32)
    • Method SaveWebhook(Webhook)
    • Method TestWebhook(Webhook)
  • New items
    • Method DeleteWebhookAsync(Int32, CancellationToken)
    • Method GetAllWebhooksAsync(String, String, String, Nullable<WebhookState>, CancellationToken)
    • Method GetLastErrorAsync(Int32, CancellationToken)
    • Method GetWebhookAsync(Int32, CancellationToken)
    • Method RecordResultAsync(Webhook, WebhookResponse, CancellationToken)
    • Method SaveWebhookAsync(Webhook)
    • Method TestWebhookAsync(Webhook, CancellationToken)

SuperOffice.CRM.Webhooks.WebhookPayload is Modified

  • Deleted items
    • Method WebhookPayload(ChangeType, String, Int32, IDictionary<String, Object>, Int32)
  • New items
    • Property FieldValues
    • Method WebhookPayload(ChangeType, String, Int32, IDictionary<String, Object>, Int32, IDictionary<String, Object>)

SuperOffice.CRM.Webhooks.WebhookSoftTriggerPlugin is Modified

  • Deleted items
    • Method WebhookSoftTriggerPlugin()
  • New items
    • Method WebhookSoftTriggerPlugin(IWebhookManager, ILogger<WebhookSoftTriggerPlugin>)

SuperOffice.Data.Cache.BaseFlushCacheAndBroadcastPlugin is Modified

  • Deleted items
    • Method Broadcast(String, String)
    • Method FlushAndBroadcast(IEnumerable<String>)
    • Method FlushAndBroadcast(String[])
  • New items
    • Method BroadcastAsync(String, String, CancellationToken)
    • Method FlushAndBroadcastAsync(IEnumerable<String>, CancellationToken)

SuperOffice.Data.Cache.CacheBaseV2 is Modified

  • Deleted items
    • Method Dispose()
    • Method Flush()
    • Method GetCurrent<T>()
    • Method IsCacheInvalidated(String, Int32, PrivateSave)
  • Modified items
    • Method BeginDisableAutoUpdate()
  • New items
    • Method InstanceDispose()
    • Method IsCacheInvalidatedAsync(String, Int32, PrivateSave, CancellationToken)
    • Method LoadAsync(CancellationToken)
    • Method OnLoadAsync(CancellationToken)

SuperOffice.Data.Cache.CacheV2Attribute is Modified

  • Deleted items
    • Method CacheV2Attribute(String, Int32)
  • New items
    • Method CacheV2Attribute(Int32)

SuperOffice.Data.Cache.IFlushCacheAndBroadcastPlugin is Modified

  • Deleted items
    • Method FlushAndBroadcast(IEnumerable<String>)
    • Method FlushAndBroadcast(String[])
  • New items
    • Method FlushAndBroadcastAsync(IEnumerable<String>, CancellationToken)

SuperOffice.Data.CachedSequence is Modified

  • Deleted items
    • Method GetNext(String, Int32)
  • New items
    • Method GetNextAsync(String, Int32, CancellationToken)

SuperOffice.Data.Dialect.Dialect is Modified

  • Deleted items
    • Method DataReaderIsDBNull(SoDataReader, IDataReader, Int32)
  • New items
    • Method DataReaderIsDBNull(SoDataReader, DbDataReader, Int32)
    • Method DataReaderIsDBNullAsync(SoDataReader, DbDataReader, Int32, CancellationToken)

SuperOffice.Data.INestedPersist is Modified

  • Deleted items
    • Method OnIdUpdate()
    • Method OnPreIdUpdate()
    • Method OnPrimaryKeyRequest(PKContainer)
    • Method OnPrimaryKeyUpdate(PKContainer)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method Save()
  • New items
    • Method OnIdUpdateAsync()
    • Method OnPreIdUpdateAsync()
    • Method OnPrimaryKeyRequestAsync(PKContainer)
    • Method OnPrimaryKeyUpdateAsync(PKContainer)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SaveAsync()

SuperOffice.Data.NestedPersist is Modified

  • Deleted items
    • Method OnIdUpdate()
    • Method OnPreIdUpdate()
    • Method OnPrimaryKeyRequest(PKContainer)
    • Method OnPrimaryKeyUpdate(PKContainer)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
    • Method Save()
  • New items
    • Method OnIdUpdateAsync()
    • Method OnPreIdUpdateAsync()
    • Method OnPrimaryKeyRequestAsync(PKContainer)
    • Method OnPrimaryKeyUpdateAsync(PKContainer)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)
    • Method SaveAsync()

SuperOffice.Data.NestedPersistFacade is Modified

  • Deleted items
    • Method OnIdUpdate()
    • Method OnPreIdUpdate()
    • Method OnPrimaryKeyRequest(PKContainer)
    • Method OnPrimaryKeyUpdate(PKContainer)
    • Method OnSave(BatchSave)
    • Method OnSaved(Boolean)
  • New items
    • Method OnIdUpdateAsync()
    • Method OnPreIdUpdateAsync()
    • Method OnPrimaryKeyRequestAsync(PKContainer)
    • Method OnPrimaryKeyUpdateAsync(PKContainer)
    • Method OnSaveAsync(BatchSave)
    • Method OnSavedAsync(Boolean)

SuperOffice.Data.Private.BatchSaveProcessor is Modified

  • Deleted items
    • Property ThreadName
    • Method ExecuteBatchSave(BatchSave)
    • Method ExecuteBatchSave(BatchSave, Boolean)
    • Method ExecuteWork()
    • Method OnOperation(BatchSave)
  • New items
    • Method ExecuteBatchSaveAsync(BatchSave, Boolean, CancellationToken)
    • Method ExecuteBatchSaveAsync(BatchSave, CancellationToken)
    • Method ExecuteWorkAsync(CancellationToken)
    • Method OnOperationAsync(BatchSave)

SuperOffice.Data.Private.FreetextIndexer is Modified

  • Deleted items

SuperOffice.Data.Private.FreetextIndexerLogic is Modified

  • Deleted items
    • Method IndexSpecificRows(String, Int32[], ProgressCallback)
    • Method IndexSpecificRowsInTable(String, Int32[], ProgressCallback, Boolean)
  • New items
    • Method IndexSpecificRowsAsync(String, Int32[], ProgressCallbackAsync)
    • Method IndexSpecificRowsInTableAsync(String, Int32[], ProgressCallbackAsync, Boolean)

SuperOffice.Data.Private.FreetextIndexerProcessor is Modified

  • Deleted items
    • Property ThreadName
    • Method OnOperation(BatchSave)
  • New items
    • Method OnOperationAsync(BatchSave)

SuperOffice.Data.Private.SaintInvalidatorProcessor is Modified

  • Deleted items
    • Method OnOperation(BatchSave)
  • New items
    • Method OnOperationAsync(BatchSave)

SuperOffice.Data.Private.TicketLogging.ITicketLoggingLogic is Modified

  • Deleted items
    • Method LogFromTicketData(QueryData)
  • New items
    • Method LogFromTicketDataAsync(QueryData)

SuperOffice.Data.Private.TicketLogging.TicketLoggerProcessor is Modified

  • Deleted items
    • Method OnOperation(BatchSave)
  • New items
    • Method OnOperationAsync(BatchSave)

SuperOffice.Data.Private.TravelTransactionLogger is Modified

  • Deleted items
    • Method BulkLogSimpleTransactions(SoTable, List<Int32>, TrlogTransType, Int32, TtlFlags)
    • Method ExecuteWork()
  • New items
    • Method BulkLogSimpleTransactionsAsync(SoTable, List<Int32>, TrlogTransType, Int32, TtlFlags, CancellationToken)

SuperOffice.Data.Private.TravelTransactionLoggerProcessor is Modified

  • Deleted items
    • Property ThreadName
    • Method OnOperation(BatchSave)
  • New items
    • Method OnOperationAsync(BatchSave)

SuperOffice.Data.QueryExectionExtensions is Modified

  • Deleted items
    • Method ExecuteScalar<T>(SqlCommand, Boolean)
  • New items
    • Method ExecuteNonQueryAsync(SqlCommand, CancellationToken)
    • Method ExecuteReaderAsync(SqlCommand, Boolean, CancellationToken)
    • Method ExecuteScalarAsync<T>(SqlCommand, Boolean, CancellationToken)
    • Method ExecuteScalarAsync<T>(SqlCommand, CancellationToken)

SuperOffice.Data.QueryExecutionHelper is Modified

  • Deleted items
    • Method QueryExecutionHelper(SqlCommand, ExecutionType)
    • Method ExecuteNonQuery(SqlCommand, SoConnection)
    • Method ExecuteScalar(SqlCommand, SoConnection)
    • Method RepeatIfDeadlock(Action, Boolean, Boolean)
  • New items
    • Method ExecuteNonQueryAsync(SqlCommand, Boolean, SoConnection, CancellationToken)
    • Method ExecuteReaderAsync(SqlCommand, Boolean, Boolean, SoConnection, CancellationToken)
    • Method ExecuteScalarAsync(SqlCommand, Boolean, Boolean, SoConnection, CancellationToken)
    • Method ExecuteTypedScalarAsync<ReturnType>(SqlCommand, Boolean, Boolean, SoConnection, CancellationToken)
    • Method RepeatIfDeadlockAsync(Func<Task>, Boolean, Boolean)

SuperOffice.Data.RefCounts is Modified

  • Deleted items
    • Method AllowBlank(FieldInfo)
    • Method CreateCounter(FieldInfo, Int32)
    • Method GetNext(FieldInfo)
    • Method GetNext(FieldInfo, Int32)
    • Method Unique(FieldInfo)
  • New items
    • Method AllowBlankAsync(FieldInfo, CancellationToken)
    • Method GetNextAsync(FieldInfo, Int32, CancellationToken)
    • Method UniqueAsync(FieldInfo, CancellationToken)

SuperOffice.Data.S is Modified

  • Deleted items
    • Method DeleteFromSelect<TI>(TargetedSelect<TI>, BatchSave)
  • New items
    • Method DeleteFromSelectAsync<TI>(TargetedSelect<TI>, BatchSave, CancellationToken)

SuperOffice.Data.ScopedSystemEvent is Modified

  • Deleted items
    • Method Dispose()
  • New items
    • Method DisposeAsync()

SuperOffice.Data.Sequence is Modified

  • New items
    • Method GetNextAsync(SoTable, Int32, CancellationToken)
    • Method GetNextAsync(SoTable, CancellationToken)
    • Method GetNextAsync(TableInfo, Int32, CancellationToken)
    • Method GetNextAsync(TableInfo, CancellationToken)
    • Method GetNextBatchAsync(PKContainer, CancellationToken)

SuperOffice.Data.ServicePreferenceMapper is Modified

  • Deleted items
    • Method CheckForMappingAndSavePreference(String, String, String, Int32)
  • New items
    • Method CheckForMappingAndSavePreferenceAsync(String, String, String, Int32, CancellationToken)

SuperOffice.Data.SoCommand is Modified

  • Deleted items
    • Method ExecuteReader(CommandBehavior, Int32, Int32)
  • New items
    • Method ExecuteNonQueryAsync(CancellationToken)
    • Method ExecuteReaderAsync(CommandBehavior, CancellationToken)
    • Method ExecuteReaderAsync(Int32, Int32, CancellationToken)
    • Method ExecuteReaderAsync(CancellationToken)
    • Method ExecuteScalarAsync(CancellationToken)

SuperOffice.Data.SoDataReader is Modified

  • New items
    • Method IsDBNullAsync(FieldInfo, CancellationToken)
    • Method IsDBNullAsync(Int32, CancellationToken)
    • Method IsDBNullAsync(String, CancellationToken)
    • Method NextResultAsync(CancellationToken)
    • Method ReadAsync(CancellationToken)

SuperOffice.Data.SoftTrigger is Modified

  • Deleted items
    • Method SubscribeOnPostChange(Int32, OnChange)
    • Method SubscribeOnPreChange(Int32, OnChange)
    • Method UnsubscribeOnPostChange(Int32, OnChange)
    • Method UnsubscribeOnPreChange(Int32, OnChange)

SuperOffice.Data.SoPreference is Modified

  • Deleted items
    • Method AsyncFullInit()
    • Method GetDateTime(String, String)
    • Method GetDateTime(String, String, DateTime)
    • Method GetKeys(String)
    • Method GetSections()
    • Method SetKeys(String)
    • Method SetPreference(String, String, Boolean)
    • Method SetPreference(String, String, DateTime)
    • Method SetPreference(String, String, Int32)
    • Method SetPreference(String, String, String)
    • Method SetPreference(String, String, String, Int32, PreferenceLevel, Boolean, Boolean)
  • New items
    • Method GetBoolAsync(String, String, Boolean, CancellationToken)
    • Method GetDateTimeAsync(String, String, DateTime, CancellationToken)
    • Method GetDateTimeAsync(String, String, CancellationToken)
    • Method GetIntAsync(String, String, Int32, CancellationToken)
    • Method GetKeysAsync(String, CancellationToken)
    • Method GetPreferenceAsync(String, String, Int32, PreferenceLevel, Boolean, CancellationToken)
    • Method GetSectionsAsync(CancellationToken)
    • Method GetStringAsync(String, String, String, CancellationToken)
    • Method GetStringAsync(String, String, CancellationToken)
    • Method SetKeys(String, CancellationToken)
    • Method SetPreferenceAsync(String, String, Boolean, CancellationToken)
    • Method SetPreferenceAsync(String, String, DateTime, CancellationToken)
    • Method SetPreferenceAsync(String, String, Int32, CancellationToken)
    • Method SetPreferenceAsync(String, String, String, Int32, PreferenceLevel, Boolean, Boolean, CancellationToken)
    • Method SetPreferenceAsync(String, String, String, CancellationToken)

SuperOffice.Data.SQL.TargetedSelect<MainTableInfo> is Modified

  • Deleted items
    • Method Count()
    • Method ExecuteScalar<ReturnType>(Func<MainTableInfo, FieldInfo>)
  • New items
    • Method CountAsync(CancellationToken)
    • Method ExecuteScalarAsync<ReturnType>(Func<MainTableInfo, FieldInfo>, CancellationToken)
    • Method RecordsAsync(Argument[])
    • Method RecordsAsync(Func<MainTableInfo, Argument[]>, CancellationToken)
    • Method RecordsAsync(Func<MainTableInfo, Argument>, CancellationToken)
    • Method RecordsAsync(CancellationToken)
    • Method RecordsAsync(CancellationToken, Argument[])

SuperOffice.Data.SystemEventHelper is Modified

  • Deleted items
    • Method CreateCounterRebuildEvent()
    • Method CreateFreetextRebuildEvent()
    • Method CreatePublishStartSystemEvent(UDefType)
    • Method CreatePublishSystemEvent(UDefType)
    • Method CreateScopedEvent(String, Scope, Int32)
    • Method IsAnyPublishEventActive()
    • Method IsAnyPublishEventActiveExcept(UDefType)
    • Method IsPublishEventActive(UDefType)
    • Method IsPublishStartEventActive(UDefType)
    • Method IsScopedEventActive(String, Scope, Int32)
    • Method RemoveFreetextRebuildEvent()
    • Method RemovePublishStartSystemEvent(UDefType)
    • Method RemovePublishSystemEvent(UDefType)
    • Method RemoveScopedEvent(String, Scope, Int32)
  • Modified items
    • Method SystemEventHelper()
  • New items
    • Method CreateCounterRebuildEventAsync(CancellationToken)
    • Method CreateFreetextRebuildEventAsync(CancellationToken)
    • Method CreatePublishStartSystemEventAsync(UDefType)
    • Method CreatePublishSystemEventAsync(UDefType)
    • Method CreateScopedEventAsync(String, Scope, Int32, CancellationToken)
    • Method IsAnyPublishEventActiveAsync()
    • Method IsAnyPublishEventActiveExceptAsync(UDefType)
    • Method IsPublishEventActiveAsync(UDefType)
    • Method IsPublishStartEventActiveAsync(UDefType)
    • Method IsScopedEventActiveAsync(String, Scope, Int32, CancellationToken)
    • Method RemoveFreetextRebuildEventAsync(CancellationToken)
    • Method RemovePublishStartSystemEventAsync(UDefType)
    • Method RemovePublishSystemEventAsync(UDefType)
    • Method RemoveScopedEventAsync(String, Scope, Int32, CancellationToken)

SuperOffice.License.LicenseAssocLinkCache is Modified

  • Deleted items
    • Method GetCurrent()
  • New items
    • Method OnLoadAsync(CancellationToken)

SuperOffice.License.LicenseCache is Modified

  • Deleted items
    • Method GetCurrent()
  • New items
    • Method OnLoadAsync(CancellationToken)

SuperOffice.License.LicenseManager is Modified

  • Deleted items
    • Method ActivateLicenseInfo(ExtendedLicenseInfo, Boolean, Boolean)
    • Method ChangeSerialNumber(String, String)
    • Method GetAssociateLicenseUsageCount(AssociateType, Int32[])
    • Method GetCurrent()
    • Method GetCurrentLicense(String, DateTime&)
    • Method GetGrantedModuleLicenses(Int32, Int32)
    • Method GetLicenseForAllOwnersFromDB()
    • Method GetLicenseFromDB(String)
    • Method GetLicenseFromFile(String)
    • Method GetLicenseFromLicenseServer(String, String)
    • Method GetLicenseFromLicenseServerWithAssignments(String, Boolean, String)
    • Method GetLicenseStateFromLicenseServer(String, String)
    • Method GetModuleLicenseHistoryFromLicenseServer(ExtendedLicenseInfo, ExtendedModuleLicense)
    • Method GetModuleOwner(String)
    • Method GetModuleOwners()
    • Method GetSatelliteLicenses(Int32, Boolean)
    • Method GetSatelliteLicenseUsageCount(Int32[])
    • Method GetShopUrl(String, String)
    • Method GetUserLicenses(Int32, UserType)
    • Method LoadNewLicenseFromServerIfNeeded()
    • Method MapAndValidateLicenseWithDb(LicenseInfo)
    • Method RemoveLicenseFromDB(String)
SuperOffice.License.LicenseManager.LicenseManagerNonAutoUpdate is Deleted
  • Modified items
    • Property AllowAutoUpdate
    • Method GetGrantedModuleLicenses(Int32)
    • Method LicenseExists(String)
    • Method ValidateLicenseInfo(ExtendedLicenseInfo)
    • Method ValidateLicenseInfo(LicenseInfo, Boolean)
  • New items
    • Method LicenseManager(INSLicenseService, ILogger<LicenseManager>)
    • Method ActivateLicenseInfoAsync(ExtendedLicenseInfo, Boolean, Boolean, CancellationToken)
    • Method ChangeSerialNumberAsync(String, String, CancellationToken)
    • Method GetAssociateLicenseUsageCountAsync(AssociateType, Int32[], CancellationToken)
    • Method GetCurrentLicenseAsync(String, CancellationToken)
    • Method GetLicenseForAllOwnersFromDBAsync(CancellationToken)
    • Method GetLicenseFromDBAsync(String, CancellationToken)
    • Method GetLicenseFromFileAsync(String, CancellationToken)
    • Method GetLicenseFromLicenseServerAsync(String, String, CancellationToken)
    • Method GetLicenseFromLicenseServerWithAssignmentsAsync(String, Boolean, String, CancellationToken)
    • Method GetLicenseStateFromLicenseServerAsync(String, String, CancellationToken)
    • Method GetModuleLicenseHistoryFromLicenseServerAsync(ExtendedLicenseInfo, ExtendedModuleLicense, CancellationToken)
    • Method GetModuleOwnerAsync(String, CancellationToken)
    • Method GetModuleOwnersAsync(CancellationToken)
    • Method GetSatelliteLicensesAsync(Int32, Boolean, CancellationToken)
    • Method GetSatelliteLicenseUsageCountAsync(Int32[], CancellationToken)
    • Method GetShopUrlAsync(String, String, CancellationToken)
    • Method GetUserLicensesAsync(Int32, UserType, CancellationToken)
    • Method InitializeAsync()
    • Method LoadNewLicenseFromServerIfNeededAsync(CancellationToken)
    • Method MapAndValidateLicenseWithDbAsync(LicenseInfo, CancellationToken)
    • Method RemoveLicenseFromDBAsync(String, CancellationToken)
    • Method UpgradeToNewPricelistAsync(String, String, String, ProgressEstimateCallback, ProgressStepCallback, CancellationToken)
  • Deleted items
    • Method OnPreIdUpdate()
    • Method OnSaved(Boolean)
  • New items
    • Method OnPreIdUpdateAsync()
    • Method OnSavedAsync(Boolean)

SuperOffice.Security.ISoIdentityResolver is Modified

  • Deleted items
    • Method ResolveIdentity(IEnumerable<ClaimsIdentity>, SoConnection, String&)
  • New items
    • Method ResolveIdentityAsync(IEnumerable<ClaimsIdentity>, SoConnection)

SuperOffice.Security.Principal.AssociateResolver is Modified

  • Deleted items
    • Method ResolveAssociateFromName(String&, AssociateType&, SoConnection)
    • Method ResolveFromUsernamePassword(String&, String, SoConnection, String, Int32&)
    • Method ResolveIdentity(IEnumerable<ClaimsIdentity>, SoConnection, String&)
    • Method UpdateCredentialsLastUsed(CredentialsTableInfo, Int32, SoConnection, DateTime)
    • Method UpdateRoleId(Int32, Int32)
  • New items
    • Method ResolveAssociateFromNameAsync(String, SoConnection)
    • Method ResolveFromUsernamePasswordAsync(String, String, SoConnection, String)
    • Method ResolveIdentityAsync(IEnumerable<ClaimsIdentity>, SoConnection)
    • Method UpdateCredentialsLastUsedAsync(CredentialsTableInfo, Int32, SoConnection, DateTime)

SuperOffice.Security.Principal.ISoIdentityValidator is Modified

  • Deleted items
    • Method TryValidateIdentity(IEnumerable<ClaimsIdentity>, ISoIdentity, SoConnection, String&)
  • New items
    • Method TryValidateIdentity(IEnumerable<ClaimsIdentity>, ClaimsIdentity, SoConnection, String&)

SuperOffice.Security.Principal.SoCredentialsIdentityResolver is Modified

  • Deleted items
    • Method CreateSoCredentials(ProvidedCredential[], Int32, Int32, Int32&)
    • Method RenewSoCredentials(Int32)
    • Method RenewSoCredentials(Int32, String)
    • Method RenewSoCredentials(Int32, String, DateTime)
    • Method ResolveIdentity(IEnumerable<ClaimsIdentity>, SoConnection, String&)
    • Method ResolveTicketToName(String)
  • New items
    • Method CreateSoCredentialsAsync(ProvidedCredential[], Int32, Int32, CancellationToken)
    • Method RenewSoCredentialsAsync(Int32, String, DateTime, CancellationToken)
    • Method RenewSoCredentialsAsync(Int32, String, CancellationToken)
    • Method RenewSoCredentialsAsync(Int32, CancellationToken)
    • Method ResolveIdentityAsync(IEnumerable<ClaimsIdentity>, SoConnection)
    • Method ResolveTicketToNameAsync(String, CancellationToken)

SuperOffice.Security.Principal.SoCredentialsIdentityValidator is Modified

  • Deleted items
    • Method TryValidateIdentity(IEnumerable<ClaimsIdentity>, ISoIdentity, SoConnection, String&)
  • New items
    • Method TryValidateIdentity(IEnumerable<ClaimsIdentity>, ClaimsIdentity, SoConnection, String&)

SuperOffice.Security.Principal.UserNameIdentityResolver is Modified

  • Deleted items
    • Method ResolveIdentity(IEnumerable<ClaimsIdentity>, SoConnection, String&)
  • New items
    • Method ResolveIdentityAsync(IEnumerable<ClaimsIdentity>, SoConnection)

SuperOffice.Security.Principal.UserNameIdentityValidator is Modified

  • Deleted items
    • Method TryValidateIdentity(IEnumerable<ClaimsIdentity>, ISoIdentity, SoConnection, String&)
  • New items
    • Method TryValidateIdentity(IEnumerable<ClaimsIdentity>, ClaimsIdentity, SoConnection, String&)

SuperOffice.Util.AccessGateway is Modified

  • Deleted items
    • Method DecryptTokens(String&, String&, String)
    • Method EncryptAndSaveServiceAuthRow(ServiceAuthRow)
    • Method GetAccessGatewayAccessToken()
    • Method GetAndDecryptServiceAuthRowFromId(Int32)
    • Method GetTokensFromDb(String)
    • Method IsUriRegistered(String)
    • Method RefreshTokens(String&, String&, String)
    • Method RegisterNewUri(String)
    • Method ResolvePassword(String, Boolean)
    • Method SaveRegisteredRedirectUri(String)
    • Method SaveTokensToDb(TokenManagementInfo, String)
  • New items
    • Method DecryptTokensAsync(String, String, String, CancellationToken)
    • Method EncryptAndSaveServiceAuthRowAsync(ServiceAuthRow, CancellationToken)
    • Method GetAccessGatewayAccessTokenAsync(CancellationToken)
    • Method GetAndDecryptServiceAuthRowFromIdAsync(Int32, CancellationToken)
    • Method GetTokensFromDbAsync(String, CancellationToken)
    • Method IsUriRegisteredAsync(String, CancellationToken)
    • Method RefreshTokensAsync(String, String, String, CancellationToken)
    • Method RegisterNewUriAsync(String, CancellationToken)
    • Method ResolvePasswordAsync(String, Boolean, CancellationToken)
    • Method SaveRegisteredRedirectUriAsync(String, CancellationToken)
    • Method SaveTokensToDbAsync(TokenManagementInfo, String, CancellationToken)
SuperOffice.Util.AccessGateway.RetrieveTokensResult is New

SuperOffice.Util.ITrackEventDispatcher is Modified

  • New items
    • Method WaitForTrackersToCompleteAsync(CancellationToken)

SuperOffice.Util.RecurringSubSeries is Modified

  • Deleted items
    • Method UpdateInvitationRootAppointmentId(Int32)
    • Method UpdateRecurringStartDate(DateTime)
  • New items
    • Method UpdateInvitationRootAppointmentIdAsync(Int32, CancellationToken)
    • Method UpdateRecurringStartDateAsync(DateTime, CancellationToken)

SuperOffice.Util.TargetHelper is Modified

  • Deleted items
    • Method GetDefaultPeriodType()
  • New items
    • Method GetDefaultPeriodTypeAsync(CancellationToken)
    • Method GetQueryForTargetGroup(Int32, TargetAssignementLevel, TargetAssignmentInfoTableInfo&, TargetAssignmentValueTableInfo&)
    • Method GetTargetGroupIdForYear(Int32, TargetEntityType, CancellationToken)
    • Method GetTargetGroupIdForYearAndDimensionAsync(Int32, Int32, CancellationToken)
    • Method GetTargetGroupYearAsync(Int32, CancellationToken)

SuperOffice.Util.TrackEventDispatcher is Modified

  • Deleted items
    • Method TrackEventDispatcher(IOptions<TrackEventConfiguration>)
  • New items
    • Method TrackEventDispatcher(IAsyncQueue<TrackEvent>, ILogger<TrackEventDispatcher>)
    • Method WaitForTrackersToCompleteAsync(CancellationToken)
No changes detected.

Assembly: SuperOffice.Plugins

Deleted types

  • SuperOffice.CRM.IAppointmentInfo2
  • SuperOffice.CRM.IAppointmentInfo3

Modified types

SuperOffice.CRM.Documents.IDocumentPlugin2 is Modified

  • Deleted items
    • Method CheckinDocument(IDocumentInfo, String[], String, String[])
    • Method CheckoutDocument(IDocumentInfo, String[])
    • Method CreateDefaultDocumentTemplate(Int32, IDocumentTemplateInfo)
    • Method CreateDocument(IDocumentInfo, String&, String[], String, String[])
    • Method DeleteDocument(IDocumentInfo, String[])
    • Method DeleteDocumentTemplate(IDocumentTemplateInfo, String[])
    • Method DeleteDocumentTemplateLanguage(IDocumentTemplateInfo, String, String[])
    • Method Exists(IDocumentInfo)
    • Method GetCheckoutState(IDocumentInfo)
    • Method GetDocumentIdFromPath(String)
    • Method GetDocumentProperties(IDocumentInfo, String[])
    • Method GetDocumentTemplateLanguages(IDocumentTemplateInfo)
    • Method GetDocumentTemplateProperties(IDocumentTemplateInfo, String[])
    • Method GetDocumentTemplateUrl(IDocumentTemplateInfo, Boolean, String)
    • Method GetDocumentUrl(IDocumentInfo, String, Boolean)
    • Method GetLength(IDocumentInfo, String)
    • Method GetTemplateExtension(IDocumentTemplateInfo)
    • Method LoadDocumentStream(IDocumentInfo, String)
    • Method LoadDocumentTemplateStream(IDocumentTemplateInfo, String)
    • Method RenameDocument(IDocumentInfo, String)
    • Method SaveDocumentFromStream(IDocumentInfo, String[], Stream)
    • Method SaveDocumentTemplateStream(IDocumentTemplateInfo, Stream, String)
    • Method UndoCheckoutDocument(IDocumentInfo, String[])
  • New items
    • Method CheckinDocumentAsync(IDocumentInfo, String[], String, String[], CancellationToken)
    • Method CheckoutDocumentAsync(IDocumentInfo, String[], CancellationToken)
    • Method CreateDefaultDocumentTemplateAsync(Int32, IDocumentTemplateInfo, CancellationToken)
    • Method CreateDocumentAsync(IDocumentInfo, String, String[], String, String[], CancellationToken)
    • Method DeleteDocumentAsync(IDocumentInfo, String[], CancellationToken)
    • Method DeleteDocumentTemplateAsync(IDocumentTemplateInfo, String[], CancellationToken)
    • Method DeleteDocumentTemplateLanguageAsync(IDocumentTemplateInfo, String, String[], CancellationToken)
    • Method ExistsAsync(IDocumentInfo, CancellationToken)
    • Method GetCheckoutStateAsync(IDocumentInfo, CancellationToken)
    • Method GetDocumentIdFromPathAsync(String, CancellationToken)
    • Method GetDocumentPropertiesAsync(IDocumentInfo, String[], CancellationToken)
    • Method GetDocumentTemplateLanguagesAsync(IDocumentTemplateInfo, CancellationToken)
    • Method GetDocumentTemplatePropertiesAsync(IDocumentTemplateInfo, String[], CancellationToken)
    • Method GetDocumentTemplateUrlAsync(IDocumentTemplateInfo, Boolean, String, CancellationToken)
    • Method GetDocumentUrlAsync(IDocumentInfo, String, Boolean, CancellationToken)
    • Method GetLengthAsync(IDocumentInfo, String, CancellationToken)
    • Method GetTemplateExtensionAsync(IDocumentTemplateInfo, CancellationToken)
    • Method LoadDocumentStreamAsync(IDocumentInfo, String, CancellationToken)
    • Method LoadDocumentTemplateStreamAsync(IDocumentTemplateInfo, String, CancellationToken)
    • Method RenameDocumentAsync(IDocumentInfo, String, CancellationToken)
    • Method SaveDocumentFromStreamAsync(IDocumentInfo, String[], Stream, CancellationToken)
    • Method SaveDocumentTemplateStreamAsync(IDocumentTemplateInfo, Stream, String, CancellationToken)
    • Method UndoCheckoutDocumentAsync(IDocumentInfo, String[], CancellationToken)

SuperOffice.CRM.IAppointmentInfo is Modified

  • Deleted items
    • Property InvitationFormattedList
  • New items
    • Property IsMilestone
    • Property JoinMeetingUrl
    • Property OldStartDate
    • Property OldStartTime
    • Property SuggestedAppointmentId
    • Method GetInvitationFormattedListAsync(CancellationToken)
    • Method GetInvitedListAsync(CancellationToken)

SuperOffice.CRM.IContactInfo2 is Modified

  • Deleted items
    • Property SupportPersonName
  • New items
    • Method GetSupportPersonNameAsync(CancellationToken)

SuperOffice.CRM.IQuoteConnector is Modified

  • Deleted items
    • Method FindProduct(QuoteAlternativeContextInfo, String, String, String)
    • Method GetQuoteList(String)
    • Method GetSearchResults(SearchRestrictionInfo[])
    • Method OnQuoteLineChanged(QuoteAlternativeContextInfo, QuoteLineInfo, String[])
    • Method RecalculateQuoteAlternative(QuoteAlternativeContextInfo)
    • Method UpdateQuoteVersionPrices(QuoteVersionContextInfo, HashSet<String>)
    • Method ValidateQuoteVersion(QuoteVersionContextInfo, QuoteAction)
  • New items
    • Method FindProductAsync(QuoteAlternativeContextInfo, String, String, String, CancellationToken)
    • Method GetQuoteListAsync(String, CancellationToken)
    • Method GetSearchResultsAsync(SearchRestrictionInfo[], CancellationToken)
    • Method OnQuoteLineChangedAsync(QuoteAlternativeContextInfo, QuoteLineInfo, String[], CancellationToken)
    • Method RecalculateQuoteAlternativeAsync(QuoteAlternativeContextInfo, CancellationToken)
    • Method UpdateQuoteVersionPricesAsync(QuoteVersionContextInfo, HashSet<String>)
    • Method ValidateQuoteVersionAsync(QuoteVersionContextInfo, QuoteAction, CancellationToken)

SuperOffice.CRM.QuoteConnectorBase is Modified

  • Deleted items
    • Method FindProduct(QuoteAlternativeContextInfo, String, String, String)
    • Method GetQuoteList(String)
    • Method GetSearchResults(SearchRestrictionInfo[])
    • Method OnQuoteLineChanged(QuoteAlternativeContextInfo, QuoteLineInfo, String[])
    • Method RecalculateQuoteAlternative(QuoteAlternativeContextInfo)
    • Method UpdateQuoteVersionPrices(QuoteVersionContextInfo, HashSet<String>)
    • Method ValidateAlternative(QuoteAlternativeContextInfo, Boolean)
    • Method ValidateQuoteLine(QuoteAlternativeContextInfo, QuoteLineInfo, Boolean)
    • Method ValidateQuoteVersion(QuoteVersionContextInfo, QuoteAction)
    • Method ValidateVersion(QuoteVersionContextInfo, QuoteAction, Boolean)
  • New items
    • Method FindProductAsync(QuoteAlternativeContextInfo, String, String, String, CancellationToken)
    • Method GetQuoteListAsync(String, CancellationToken)
    • Method GetSearchResultsAsync(SearchRestrictionInfo[], CancellationToken)
    • Method OnQuoteLineChangedAsync(QuoteAlternativeContextInfo, QuoteLineInfo, String[], CancellationToken)
    • Method RecalculateQuoteAlternativeAsync(QuoteAlternativeContextInfo, CancellationToken)
    • Method UpdateQuoteVersionPricesAsync(QuoteVersionContextInfo, HashSet<String>)
    • Method ValidateAlternativeAsync(QuoteAlternativeContextInfo, Boolean, CancellationToken)
    • Method ValidateQuoteLineAsync(QuoteAlternativeContextInfo, QuoteLineInfo, Boolean, CancellationToken)
    • Method ValidateQuoteVersionAsync(QuoteVersionContextInfo, QuoteAction, CancellationToken)
    • Method ValidateVersionAsync(QuoteVersionContextInfo, QuoteAction, Boolean, CancellationToken)

SuperOffice.CRM.QuoteConnectorExtender is Modified

  • Deleted items
    • Method QuoteConnectorExtender()
    • Method FindProduct(QuoteAlternativeContextInfo, String, String, String)
    • Method GetQuoteList(String)
    • Method GetSearchResults(SearchRestrictionInfo[])
    • Method OnQuoteLineChanged(QuoteAlternativeContextInfo, QuoteLineInfo, String[])
    • Method RecalculateQuoteAlternative(QuoteAlternativeContextInfo)
    • Method UpdateQuoteVersionPrices(QuoteVersionContextInfo, HashSet<String>)
    • Method ValidateAlternative(QuoteAlternativeContextInfo, Boolean)
    • Method ValidateQuoteLine(QuoteAlternativeContextInfo, QuoteLineInfo, Boolean)
    • Method ValidateQuoteVersion(QuoteVersionContextInfo, QuoteAction)
    • Method ValidateVersion(QuoteVersionContextInfo, QuoteAction, Boolean)
  • New items
    • Method QuoteConnectorExtender(IServiceProvider)
    • Method FindProductAsync(QuoteAlternativeContextInfo, String, String, String, CancellationToken)
    • Method GetQuoteListAsync(String, CancellationToken)
    • Method GetSearchResultsAsync(SearchRestrictionInfo[], CancellationToken)
    • Method OnQuoteLineChangedAsync(QuoteAlternativeContextInfo, QuoteLineInfo, String[], CancellationToken)
    • Method RecalculateQuoteAlternativeAsync(QuoteAlternativeContextInfo, CancellationToken)
    • Method UpdateQuoteVersionPricesAsync(QuoteVersionContextInfo, HashSet<String>)
    • Method ValidateAlternativeAsync(QuoteAlternativeContextInfo, Boolean, CancellationToken)
    • Method ValidateQuoteLineAsync(QuoteAlternativeContextInfo, QuoteLineInfo, Boolean, CancellationToken)
    • Method ValidateQuoteVersionAsync(QuoteVersionContextInfo, QuoteAction, CancellationToken)
    • Method ValidateVersionAsync(QuoteVersionContextInfo, QuoteAction, Boolean, CancellationToken)

SuperOffice.ErpSync.ConnectorWS.ConfigDataHelper is Modified

  • Modified items
    • Method DeleteData(Guid)
    • Method DeleteData(String)
    • Method GetData<ArgClass>(Dictionary<String, String>)
    • Method GetData<ArgClass>(Guid)
    • Method GetData<ArgClass>(String)
    • Method SaveData<ArgClass>(Guid, Dictionary<String, String>)
    • Method SaveData<ArgClass>(String, Dictionary<String, String>)
  • New items
    • Method ConfigDataHelper(IServiceProvider)

SuperOffice.ErpSync.IErpConnectoUrlResolverPlugin is Modified

  • Deleted items
    • Method ResolveUrl(String, IConfiguration)
  • New items
    • Method ResolveUrlAsync(String, IConfiguration, CancellationToken)

SuperOffice.Factory.PluginFactory is Modified

  • Deleted items
    • Method Create<TPlugin>()
    • Method Create(PluginInfo[])
    • Method Create<TPlugin>(PluginInfo[])
    • Method Create<TPlugin>(String)
    • Method Create(Type)
    • Method Create(Type, String)
    • Method CreateFirst<TPlugin>()
  • New items
    • Method Create<TPlugin>(IServiceProvider)
    • Method Create(IServiceProvider, PluginInfo[])
    • Method Create<TPlugin>(IServiceProvider, PluginInfo[])
    • Method Create<TPlugin>(IServiceProvider, String)
    • Method Create(IServiceProvider, Type)
    • Method Create(IServiceProvider, Type, String)
    • Method CreateFirst<TPlugin>(IServiceProvider)

SuperOffice.Factory.PluginInfo is Modified

  • Deleted items
    • Method Create()
    • Method Create(Object)
  • New items
    • Method Create(IServiceProvider)
    • Method Create(IServiceProvider, Object)

Assembly: SoLicense

New types

  • SuperOffice.License.INSLicenseService
  • SuperOffice.License.LicenseConfiguration

Modified types

SuperOffice.License.LicenseService is Modified

  • Deleted items
    • Method LicenseService()
  • Modified items
    • Method GetLicenseUrl(String)
    • Method SetLicenseUrlOverride(String)
    • Method SetTimeout(Int32)
  • New items
    • Method LicenseService(IOptions<LicenseConfiguration>)