Show / Hide Table of Contents

Class DatabaseCopyParent

Inheritance
Object
DatabaseCopyParent
AreaFilterDatabaseCopy
Namespace: SuperOffice.CRM.Travel
Assembly: SoDataBase.dll
Syntax
public class DatabaseCopyParent : Object

Constructors

DatabaseCopyParent(DatabaseManagement, DatabaseManagement, OnStartOfTable, OnProcessRow, OnEndOfTable)

Declaration
public DatabaseCopyParent(DatabaseManagement source, DatabaseManagement destination, OnStartOfTable onStart, OnProcessRow onProcess, OnEndOfTable onEnd)
Parameters
Type Name Description
DatabaseManagement source
DatabaseManagement destination
OnStartOfTable onStart
OnProcessRow onProcess
OnEndOfTable onEnd

Fields

TravelLogCategory

Declaration
public const string TravelLogCategory = "Travel"
Field Value
Type Description
String

Properties

Destination

Declaration
protected DatabaseManagement Destination { get; }
Property Value
Type Description
DatabaseManagement

Model

Declaration
protected DatabaseModel Model { get; }
Property Value
Type Description
DatabaseModel

Source

Declaration
protected DatabaseManagement Source { get; }
Property Value
Type Description
DatabaseManagement

TablesToCopy

List of tables to copy; also specifies the order of copying

Declaration
protected List<string> TablesToCopy { get; }
Property Value
Type Description
List<String>

Methods

Run(Boolean)

Declaration
public void Run(bool createIndexes = true)
Parameters
Type Name Description
Boolean createIndexes

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top