Class NotificationProvider
Inheritance
NotificationProvider
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("Notification", 1073741823)]
public class NotificationProvider : MultiQueryProviderBase, IArchiveMultiQueryProvider, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin
Constructors
NotificationProvider()
Declaration
public NotificationProvider()
Fields
ProviderName
Declaration
public const string ProviderName = "Notification"
Field Value
Methods
SetPagingInfo(Int32, Int32)
Declaration
public override void SetPagingInfo(int pageSize, int pageNumber)
Parameters
Type |
Name |
Description |
Int32 |
pageSize |
|
Int32 |
pageNumber |
|
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)