Class NextAvailableTime
MDO Provider for identifying available times for meeting.
Inherited Members
SuperOffice.CRM.Lists.LiteralsOnlyBase.HistoryItems
SuperOffice.CRM.Lists.LiteralsOnlyBase.RootItems
SuperOffice.CRM.Lists.LiteralsOnlyBase.HeadingItems
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("NextAvailableTime")]
[MDOAdditionalInfoSeparator("|")]
[MDOAdditionalInfo("Combined start, end, user ids, separated by | char", "2014-9-14 13:45:22|2014-9-14 14:45:22|0|23,34,45")]
public class NextAvailableTime : LiteralsOnlyBase, ISoListProvider, ISoList, IPlugin
Remarks
AdditionalInfo = "startTime | endTime | isAllDay 0/1 | assocId, assocIds"
Constructors
NextAvailableTime()
Declaration
public NextAvailableTime()
Fields
ProviderName
Declaration
public const string ProviderName = "NextAvailableTime"
Field Value
| Type | Description |
|---|---|
| String |
SectionKeyDelimiter
Delimiter to use between section name and key name in the additionalInfo parameter. Consider
using the
Declaration
public const char SectionKeyDelimiter = '|'
Field Value
| Type | Description |
|---|---|
| Char |
Methods
AddItems()
Declaration
protected override void AddItems()
Overrides
SuperOffice.CRM.Lists.LiteralsOnlyBase.AddItems()
Construct(String, String, Int32[], Boolean, String, Boolean)
Declaration
public override void Construct(string listName, string additionalInfo, int[] historyIDs, bool onlyReadHistory, string searchValue, bool forceFlatList)
Parameters
| Type | Name | Description |
|---|---|---|
| String | listName | |
| String | additionalInfo | |
| Int32[] | historyIDs | |
| Boolean | onlyReadHistory | |
| String | searchValue | |
| Boolean | forceFlatList |
Overrides
SuperOffice.CRM.Lists.LiteralsOnlyBase.Construct(System.String, System.String, System.Int32[], System.Boolean, System.String, System.Boolean)