Class ContactPersonSelectionStaticProviderV2
Inheritance
System.Object
ContactPersonSelectionStaticProviderV2
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists.Archive
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("ContactPersonStaticSelectionV2", 1073741823)]
public class ContactPersonSelectionStaticProviderV2 : SelectionStaticProvider, IArchiveMultiQueryProvider, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin
Constructors
ContactPersonSelectionStaticProviderV2()
Declaration
public ContactPersonSelectionStaticProviderV2()
Fields
ProviderName
Declaration
public const string ProviderName = "ContactPersonStaticSelectionV2"
Field Value
Type | Description |
---|---|
System.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 |
---|---|---|
System.String | options |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ArchiveRow> |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)