Class MailingSubscriptionTypeProvider
Mailing subscription types; Invitations, news, etc
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("MailingSubscriptionType")]
public class MailingSubscriptionTypeProvider : AnyTableListProviderBase, ISoListProvider, ISoList, IPlugin
Constructors
MailingSubscriptionTypeProvider()
Mailing subscription types; Invitations, news, etc
Declaration
public MailingSubscriptionTypeProvider()
Fields
ProviderName
Mailing subscription types; Invitations, news, etc
Declaration
public const string ProviderName = "MailingSubscriptionType"
Field Value
Type | Description |
---|---|
String |
Properties
TableInfo
Mailing subscription types; Invitations, news, etc
Declaration
protected override TableInfo TableInfo { get; }
Property Value
Type | Description |
---|---|
TableInfo |
Overrides
Methods
GetMainQuery()
Mailing subscription types; Invitations, news, etc
Declaration
protected override Select GetMainQuery()
Returns
Type | Description |
---|---|
Select |
Overrides
Init()
Mailing subscription types; Invitations, news, etc
Declaration
protected override void Init()
Overrides
OnPreGetRootItems(List<ISoListItem>)
Mailing subscription types; Invitations, news, etc
Declaration
protected override void OnPreGetRootItems(List<ISoListItem> items)
Parameters
Type | Name | Description |
---|---|---|
List<ISoListItem> | items |
Overrides
OnRead(SoDataReader, Int16)
Mailing subscription types; Invitations, news, etc
Declaration
protected override ISoListItem OnRead(SoDataReader reader, short lastRank)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | |
Int16 | lastRank |
Returns
Type | Description |
---|---|
ISoListItem |
Overrides
SetSearchRestriction(Select, String)
Mailing subscription types; Invitations, news, etc
Declaration
protected override void SetSearchRestriction(Select sql, string searchValue)
Parameters
Type | Name | Description |
---|---|---|
Select | sql | |
String | searchValue |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)