Class AppointmentCollection.AppointmentCollectionIdx
Base class for the index facades.
Inheritance
System.Object
AppointmentCollection.AppointmentCollectionIdx
Implements
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.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
Extension Methods
EnumUtil.MapEnums<From, To>(From)