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
System.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__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)