Class ExistingCategoryMembersProvider
Archive of ExistingCategoryMembers - used by the web api. Lists existing CategoryMembers in table and edited or removed ones through restriction.
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("ExistingCategoryMembers", 1073741823)]
public class ExistingCategoryMembersProvider : TypedQueryProviderBase<ArchiveRow, CategoryMembershipCategoryMembershipExtender>, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveTypedProvider<ArchiveRow>, IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin
Constructors
ExistingCategoryMembersProvider()
Archive of ExistingCategoryMembers - used by the web api. Lists existing CategoryMembers in table and edited or removed ones through restriction.
Declaration
public ExistingCategoryMembersProvider()
Fields
_colEditedRows
Archive of ExistingCategoryMembers - used by the web api. Lists existing CategoryMembers in table and edited or removed ones through restriction.
Declaration
protected ArchiveColumnInfo _colEditedRows
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colRemovedRows
Archive of ExistingCategoryMembers - used by the web api. Lists existing CategoryMembers in table and edited or removed ones through restriction.
Declaration
protected ArchiveColumnInfo _colRemovedRows
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
ProviderName
Archive of ExistingCategoryMembers - used by the web api. Lists existing CategoryMembers in table and edited or removed ones through restriction.
Declaration
public const string ProviderName = "ExistingCategoryMembers"
Field Value
Type | Description |
---|---|
String |
RowTypeName
Archive of ExistingCategoryMembers - used by the web api. Lists existing CategoryMembers in table and edited or removed ones through restriction.
Declaration
public const string RowTypeName = "existingCategoryMember"
Field Value
Type | Description |
---|---|
String |
Methods
PostProcessRow(SoDataReader, ArchiveRow)
Archive of ExistingCategoryMembers - used by the web api. Lists existing CategoryMembers in table and edited or removed ones through restriction.
Declaration
protected override void PostProcessRow(SoDataReader _reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | _reader | |
ArchiveRow | row |
Overrides
SetRestriction(ArchiveRestrictionInfo[])
Archive of ExistingCategoryMembers - used by the web api. Lists existing CategoryMembers in table and edited or removed ones through restriction.
Declaration
public override bool SetRestriction(params ArchiveRestrictionInfo[] restrictions)
Parameters
Type | Name | Description |
---|---|---|
ArchiveRestrictionInfo[] | restrictions |
Returns
Type | Description |
---|---|
Boolean |