Show / Hide Table of Contents

Class ActivityArchiveKind

Activity archives have many different rules on what lines are shown when, for instance filtering of bookings, done today vs done earlier, etc. This enum lists the different kinds of activity archive, and each provider implements its handling of the rules.

Inheritance
Object
ActivityArchiveKind
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public sealed class ActivityArchiveKind : Enum

Fields

ContactArchive

Activity archive in the Contact panel

Declaration
public const ActivityArchiveKind ContactArchive
Field Value
Type Description
ActivityArchiveKind

DiaryActivity

Checklist in the Diary

Declaration
public const ActivityArchiveKind DiaryActivity
Field Value
Type Description
ActivityArchiveKind

PersonArchive

Activity archive in the Person panel

Declaration
public const ActivityArchiveKind PersonArchive
Field Value
Type Description
ActivityArchiveKind

ProjectArchive

Activity archive in the Project panel

Declaration
public const ActivityArchiveKind ProjectArchive
Field Value
Type Description
ActivityArchiveKind

Raw

Raw form, i.e., none of the special limiting logic is triggered. This may give you a fairly large archive, but is good for custom post-filtering of rows if that is what is needed

Declaration
public const ActivityArchiveKind Raw
Field Value
Type Description
ActivityArchiveKind

SaleArchive

Activity archive in the Sale panel

Declaration
public const ActivityArchiveKind SaleArchive
Field Value
Type Description
ActivityArchiveKind

SavedReports

Archive of documents that are saved reports, used in the Reporter panel

Declaration
public const ActivityArchiveKind SavedReports
Field Value
Type Description
ActivityArchiveKind

value__

Activity archives have many different rules on what lines are shown when, for instance filtering of bookings, done today vs done earlier, etc. This enum lists the different kinds of activity archive, and each provider implements its handling of the rules.

Declaration
public int value__
Field Value
Type Description
Int32

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