Class DocumentCollection.IdxArchiveProvider
Class representing index 'IDXDocArchiveProvider'.
Inheritance
System.Object
SuperOffice.CRM.Entities.EntityIdxBase
SuperOffice.CRM.Entities.EntityIdxBase<DocumentTableInfo, SuperOffice.CRM.Rows.DocumentRow.DocumentRowIdxBase>
SuperOffice.CRM.Entities.Document.DocumentIdxBase
SuperOffice.CRM.Entities.DocumentCollection.DocumentCollectionIdx
SuperOffice.CRM.Entities.DocumentCollection.DocumentCollectionIdx<DocumentRows.IdxArchiveProvider>
DocumentCollection.IdxArchiveProvider
Implements
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class IdxArchiveProvider : DocumentCollection.DocumentCollectionIdx<DocumentRows.IdxArchiveProvider>, ISentryIgnorable
Constructors
IdxArchiveProvider(Int32)
Constructor for class DocumentCollection.IdxArchiveProvider This class represents index 'IDXDocArchiveProvider'.
Declaration
public IdxArchiveProvider(int archiveProvider)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | archiveProvider | "Reference to archive provider; for future use" |
Properties
ArchiveProvider
"Reference to archive provider; for future use"
Declaration
public int ArchiveProvider { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)