Class CustomObjectSelectionStaticProviderV2
Static archive Provider for a Selection of CustomObject archive.
Inheritance
CustomObjectSelectionStaticProviderV2
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists.Archive
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("CustomObjectStaticSelectionV2", 1073741823)]
public class CustomObjectSelectionStaticProviderV2 : CustomObjectProviderBase, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities
Constructors
CustomObjectSelectionStaticProviderV2(string)
Static archive Provider for a Selection of CustomObject archive.
Declaration
public CustomObjectSelectionStaticProviderV2(string tableName)
Parameters
Type | Name | Description |
---|---|---|
string | tableName |
Fields
ProviderName
Static archive Provider for a Selection of CustomObject archive.
Declaration
public const string ProviderName = "CustomObjectStaticSelectionV2"
Field Value
Type | Description |
---|---|
string |
Methods
GetRows(string)
Track fetching of rows, and update the corresponding fields on selection for loading, and member counts
Declaration
public override IEnumerable<ArchiveRow> GetRows(string options)
Parameters
Type | Name | Description |
---|---|---|
string | options |
Returns
Type | Description |
---|---|
IEnumerable<ArchiveRow> |