Class NumbersProviderBase
Archive provider for the list of numbers, for the number allocation system. Not be confused with table sequence numbers.
Inheritance
NumbersProviderBase
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("Numbers", 1073741823)]
public class NumbersProviderBase : TypedQueryProviderBase<ArchiveRow, NumbersNumbersExtender>, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveTypedProvider<ArchiveRow>, IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities
Constructors
NumbersProviderBase()
Archive provider for the list of numbers, for the number allocation system. Not be confused with table sequence numbers.
Declaration
protected NumbersProviderBase()
Fields
ProviderName
Archive provider for the list of numbers, for the number allocation system. Not be confused with table sequence numbers.
Declaration
public const string ProviderName = "Numbers"
Field Value
Type | Description |
---|---|
string |
RowTypeNumberName
Archive provider for the list of numbers, for the number allocation system. Not be confused with table sequence numbers.
Declaration
public const string RowTypeNumberName = "number"
Field Value
Type | Description |
---|---|
string |
Methods
SetDesiredEntities(params string[])
Set the desired entities
Declaration
public override void SetDesiredEntities(params string[] entities)
Parameters
Type | Name | Description |
---|---|---|
string[] | entities | Names of desired entities |