Class FormSubmissionSelectionProviderBaseV2
Base class for FormSubmissionSelection provider. Both the regular provider and the shadow provider will inherit this class.
Inheritance
FormSubmissionSelectionProviderBaseV2
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists.Archive
Assembly: SoDataBase.dll
Syntax
public abstract class FormSubmissionSelectionProviderBaseV2 : SelectionProviderBaseV2, IArchiveMultiQueryProvider, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities
Constructors
FormSubmissionSelectionProviderBaseV2(string, string, string, bool)
Base class for FormSubmissionSelection provider. Both the regular provider and the shadow provider will inherit this class.
Declaration
public FormSubmissionSelectionProviderBaseV2(string staticProvidername, string dynamicProviderName, string combinedProviderName, bool isShadow)
Parameters
Type | Name | Description |
---|---|---|
string | staticProvidername | |
string | dynamicProviderName | |
string | combinedProviderName | |
bool | isShadow |
Methods
GetFormSubmissionSelectionMembersRows(int, string[])
Retrieve all selection members for a given selection
Declaration
public static IEnumerable<ArchiveRow> GetFormSubmissionSelectionMembersRows(int selectionId, string[] returnColumns)
Parameters
Type | Name | Description |
---|---|---|
int | selectionId | Identity of selection to get members from |
string[] | returnColumns | Name of columns to return |
Returns
Type | Description |
---|---|
IEnumerable<ArchiveRow> | All selection members for given selection |