Show / Hide Table of Contents

Class NextAvailableTime

MDO Provider for identifying available times for meeting.

Inheritance
Object
LiteralsOnlyBase
NextAvailableTime
Implements
ISoListProvider
ISoList
Inherited Members
LiteralsOnlyBase.ListName
LiteralsOnlyBase.ExtraInfo
LiteralsOnlyBase.SearchValue
LiteralsOnlyBase.RawRootItems
LiteralsOnlyBase.RawHeadingItems
LiteralsOnlyBase.RawHistoryItems
LiteralsOnlyBase.HistoryInfo
LiteralsOnlyBase.HistoryItems
LiteralsOnlyBase.RootItems
LiteralsOnlyBase.HeadingItems
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
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
String

SectionKeyDelimiter

Delimiter to use between section name and key name in the additionalInfo parameter. Consider using the method to avoid coding dependencies.

Declaration
public const char SectionKeyDelimiter = '|'
Field Value
Type Description
Char

Methods

AddItems()

Declaration
protected override void AddItems()
Overrides
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
LiteralsOnlyBase.Construct(String, String, Int32[], Boolean, String, Boolean)

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