Show / Hide Table of Contents

Class AppointmentCollection.AppointmentCollectionIdx

Base class for the index facades.

Inheritance
Object
EntityIdxBase
EntityIdxBase<AppointmentTableInfo, AppointmentRow.AppointmentRowIdxBase>
Appointment.AppointmentIdxBase
AppointmentCollection.AppointmentCollectionIdx
AppointmentCollection.AppointmentCollectionIdx<TIdx>
Implements
ISentryIgnorable
Inherited Members
Appointment.AppointmentIdxBase.ProjectRelationTableInfo
Appointment.AppointmentIdxBase.ContactRelationTableInfo
Appointment.AppointmentIdxBase.InvitedPersonRelationTableInfo
Appointment.AppointmentIdxBase.TaskRelationTableInfo
Appointment.AppointmentIdxBase.UdefSmallRelationTableInfo
Appointment.AppointmentIdxBase.RecurrenceRuleRelationTableInfo
Appointment.AppointmentIdxBase.UdefLargeRelationTableInfo
Appointment.AppointmentIdxBase.AppointmentTextRelationTableInfo
Appointment.AppointmentIdxBase.PersonRelationTableInfo
Appointment.AppointmentIdxBase.PriorityRelationTableInfo
Appointment.AppointmentIdxBase.UserGroupRelationTableInfo
Appointment.AppointmentIdxBase.TableInfo
Appointment.AppointmentIdxBase.PublishTableInfo
Appointment.AppointmentIdxBase.VisibleForTableInfo
EntityIdxBase<AppointmentTableInfo, AppointmentRow.AppointmentRowIdxBase>.BeginIgnoreSentryCheck()
EntityIdxBase<AppointmentTableInfo, AppointmentRow.AppointmentRowIdxBase>.EndIgnoreSentryCheck()
EntityIdxBase<AppointmentTableInfo, AppointmentRow.AppointmentRowIdxBase>.TableInfo
EntityIdxBase<AppointmentTableInfo, AppointmentRow.AppointmentRowIdxBase>.RowIdx
EntityIdxBase<AppointmentTableInfo, AppointmentRow.AppointmentRowIdxBase>.JoinRestriction
EntityIdxBase<AppointmentTableInfo, AppointmentRow.AppointmentRowIdxBase>.ReturnFields
EntityIdxBase<AppointmentTableInfo, AppointmentRow.AppointmentRowIdxBase>.IsSentryIgnored
EntityIdxBase.BeginIgnoreSentryCheck()
EntityIdxBase.EndIgnoreSentryCheck()
EntityIdxBase.IsSentryIgnored
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public abstract class AppointmentCollectionIdx : Appointment.AppointmentIdxBase, ISentryIgnorable

Constructors

AppointmentCollectionIdx(AppointmentRows.AppointmentRowsIdx)

Constructor for the index facades.

Declaration
protected AppointmentCollectionIdx(AppointmentRows.AppointmentRowsIdx idx)
Parameters
Type Name Description
AppointmentRows.AppointmentRowsIdx idx

Index for the AppointmentRows object

Properties

IsDistinct

Flag indicating that the Select-command is DISTINCT.

Declaration
public virtual bool IsDistinct { get; set; }
Property Value
Type Description
Boolean

Methods

ToAppointmentCollection()

Operator retrieving an object assignable to AppointmentCollection based upon the index.

Declaration
public AppointmentCollection ToAppointmentCollection()
Returns
Type Description
AppointmentCollection

Instance of an object assignable to AppointmentCollection based upon the value of the index.

Operators

Implicit(AppointmentCollection.AppointmentCollectionIdx to AppointmentCollection)

Operator retrieving an object assignable to AppointmentCollection based upon the index.

Declaration
public static implicit operator AppointmentCollection(AppointmentCollection.AppointmentCollectionIdx idx)
Parameters
Type Name Description
AppointmentCollection.AppointmentCollectionIdx idx

The index the AppointmentCollection represents

Returns
Type Description
AppointmentCollection

Instance of an object assignable to AppointmentCollection based upon the value of the index.

Implements

ISentryIgnorable

Extension Methods

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