Class NextAvailableTime
MDO Provider for identifying available times for meeting.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 |
---|---|
System.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 |
---|---|
System.Char |
Methods
AddItems()
Declaration
protected override void AddItems()
Overrides
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 |
---|---|---|
System.String | listName | |
System.String | additionalInfo | |
System.Int32[] | historyIDs | |
Boolean | onlyReadHistory | |
System.String | searchValue | |
Boolean | forceFlatList |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)