[This is preliminary documentation and is subject to change.]

The base class of the data layer.

Namespace:  OfficeClip.DBLayer
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public class OfficeClipDB : IDisposable
Visual Basic (Declaration)
Public Class OfficeClipDB _
	Implements IDisposable
Visual C++
public ref class OfficeClipDB : IDisposable

Inheritance Hierarchy

System..::.Object
  OfficeClip.DBLayer..::.OfficeClipDB
    OfficeClip.DBLayer.Security..::.SecurityObjectDB
    OfficeClip.DBLayer.Security..::.RolesDB
    OfficeClip.DBLayer.Service..::.EventDB
    OfficeClip.DBLayer.Metabase..::.MetaSqlDB
    OfficeClip.DBLayer.Metabase..::.MetaDB
    OfficeClip.DBLayer.Metabase..::.TrackerMetaDB
    OfficeClip.DBLayer.Metabase..::.MetaAdminDB
    OfficeClip.DBLayer.Metabase..::.MetaFilterDB
    OfficeClip.DBLayer.Framework..::.RemoveUserDataDB
    OfficeClip.DBLayer.Framework..::.TrackTimeDB
    OfficeClip.DBLayer.Framework..::.ReminderDB
    OfficeClip.DBLayer.Framework..::.WorkflowDB
    OfficeClip.DBLayer.Framework..::.TimezoneDB
    OfficeClip.DBLayer.Framework..::.GlobalDB
    OfficeClip.DBLayer.Framework..::.AddressDB
    OfficeClip.DBLayer.Framework..::.ReportDB
    OfficeClip.DBLayer.Framework..::.ApplicationDB
    OfficeClip.DBLayer.Framework..::.FrameworkDB
    OfficeClip.DBLayer.Framework..::.OCSmsDB
    OfficeClip.DBLayer.Framework..::.GeneralDB
    OfficeClip.DBLayer.Framework..::.HolidaysDB
    OfficeClip.DBLayer.Framework..::.ProfileDB
    OfficeClip.DBLayer.Desktop..::.TaskDB
    OfficeClip.DBLayer.Desktop..::.NoticeDB
    OfficeClip.DBLayer.Desktop..::.DocumentDB
    OfficeClip.DBLayer.Desktop..::.EmailDB
    OfficeClip.DBLayer.Desktop..::.AddressBookDB
    OfficeClip.DBLayer.Desktop..::.DocumentViewDB
    OfficeClip.DBLayer.Desktop..::.CalendarDB
    OfficeClip.DBLayer.Desktop..::.ResourcesDB
    OfficeClip.DBLayer.Tracker..::.TrackerEmailDB
    OfficeClip.DBLayer.Tracker..::.TrackerSyncDB
    OfficeClip.DBLayer.Tracker..::.TrackerDB
    OfficeClip.DBLayer.TE..::.QuickBooksDB
    OfficeClip.DBLayer.TE..::.PunchDB
    OfficeClip.DBLayer.TE..::.TimesheetDB
    OfficeClip.DBLayer.TE..::.PaymentsDB
    OfficeClip.DBLayer.TE..::.ExpenseDB
    OfficeClip.DBLayer.TE..::.CommonDB
    OfficeClip.DBLayer.Account..::.InviteMemberDB
    OfficeClip.DBLayer.Account..::.UserInfoDB
    OfficeClip.DBLayer.Account..::.LdapDB
    OfficeClip.DBLayer.Account..::.SubscriptionDB
    OfficeClip.DBLayer.Account..::.ImportExportDB
    OfficeClip.DBLayer.Account..::.MainDB
    OfficeClip.DBLayer.Account..::.AccountDB
    OfficeClip.DBLayer.Account..::.GroupDB
    OfficeClip.DBLayer.Account..::.UserDB
    OfficeClip.DBLayer.Account..::.SmsInfoDB
    OfficeClip.DBLayer.Template..::.LetterheadDB
    OfficeClip.DBLayer.Template..::.TemplateDB
    OfficeClip.DBLayer.OfficePortal..::.AlertDB
    OfficeClip.DBLayer.OfficePortal..::.NotesDB
    OfficeClip.DBLayer.OfficePortal..::.PhotoDB
    OfficeClip.DBLayer.OfficePortal..::.GroupbookmarkDB
    OfficeClip.DBLayer.OfficePortal..::.PortletDB
    OfficeClip.DBLayer.OfficePortal..::.PollDB
    OfficeClip.DBLayer.OfficePortal..::.BbDB
    OfficeClip.DBLayer.OfficePortal..::.AnnounceDB
    OfficeClip.DBLayer.Reports..::.RdlReportDB
    OfficeClip.DBLayer.Extranet..::.ExtranetDB
    OfficeClip.DBLayer.Projects..::.ProjectDB
    OfficeClip.DBLayer.Provider..::.PersonalizationDB
    OfficeClip.DBLayer.Rules..::.RulesInfoDB
    OfficeClip.DBLayer.Oem..::.OemDB

See Also