Class NextAvailableTime
MDO Provider for identifying available times for meeting.
Inherited Members
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()
MDO Provider for identifying available times for meeting.
Declaration
public NextAvailableTime()
Remarks
AdditionalInfo = "startTime | endTime | isAllDay 0/1 | assocId, assocIds"
Fields
ProviderName
MDO Provider for identifying available times for meeting.
Declaration
public const string ProviderName = "NextAvailableTime"
Field Value
Type | Description |
---|---|
String |
Remarks
AdditionalInfo = "startTime | endTime | isAllDay 0/1 | assocId, assocIds"
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 |
Remarks
AdditionalInfo = "startTime | endTime | isAllDay 0/1 | assocId, assocIds"
Methods
AddItems()
MDO Provider for identifying available times for meeting.
Declaration
protected override void AddItems()
Overrides
Remarks
AdditionalInfo = "startTime | endTime | isAllDay 0/1 | assocId, assocIds"
Construct(String, String, Int32[], Boolean, String, Boolean)
MDO Provider for identifying available times for meeting.
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
Remarks
AdditionalInfo = "startTime | endTime | isAllDay 0/1 | assocId, assocIds"