Show / Hide Table of Contents

Class SmsMailingProvider

SMS Shipment names

Inheritance
System.Object
SmsMailingProvider
Implements
ISoListProvider
ISoList
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("smsmailing")]
public class SmsMailingProvider : Object, ISoListProvider, ISoList, IPlugin

Constructors

SmsMailingProvider()

Declaration
public SmsMailingProvider()

Fields

extraId

Declaration
public const int extraId = 2
Field Value
Type Description
System.Int32

ProviderName

Declaration
public const string ProviderName = "smsmailing"
Field Value
Type Description
System.String

Properties

HeadingItems

Declaration
public List<ISoListHeading> HeadingItems { get; }
Property Value
Type Description
System.Collections.Generic.List<ISoListHeading>

HistoryInfo

Declaration
public HistoryInfo HistoryInfo { get; }
Property Value
Type Description
HistoryInfo

HistoryItems

Declaration
public List<ISoListItem> HistoryItems { get; }
Property Value
Type Description
System.Collections.Generic.List<ISoListItem>

RootItems

Declaration
public List<ISoListItem> RootItems { get; }
Property Value
Type Description
System.Collections.Generic.List<ISoListItem>

Explicit Interface Implementations

ISoListProvider.Construct(String, String, Int32[], Boolean, String, Boolean)

Declaration
void ISoListProvider.Construct(string listName, string additionalInfo, int[] historyIDs, bool onlyReadHistory, string searchValue, bool forceFlatList)
Parameters
Type Name Description
System.String listName
System.String additionalInfo
System.Int32[] historyIDs
System.Boolean onlyReadHistory
System.String searchValue
System.Boolean forceFlatList

Implements

ISoListProvider
ISoList

Extension Methods

EnumUtil.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top