Show / Hide Table of Contents

Class AppointmentCollection.IdxContactIdType

Class representing index 'ICont_idType'.

Inheritance
object
EntityIdxBase
EntityIdxBase<AppointmentTableInfo, AppointmentRow.AppointmentRowIdxBase>
Appointment.AppointmentIdxBase
AppointmentCollection.AppointmentCollectionIdx
AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxContactIdType>
AppointmentCollection.IdxContactIdType
Implements
ISentryIgnorable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class AppointmentCollection.IdxContactIdType : AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxContactIdType>, ISentryIgnorable

Constructors

IdxContactIdType(int, AppointmentType)

Constructor for class AppointmentCollection.IdxContactIdType This class represents index 'ICont_idType'.

Declaration
public IdxContactIdType(int contactId, AppointmentType type)
Parameters
Type Name Description
int contactId

Contact ID of owning contact, may be 0

AppointmentType type

where=no start time,note,docin, docout

Properties

ContactId

Contact ID of owning contact, may be 0

Declaration
public int ContactId { get; set; }
Property Value
Type Description
int

Type

where=no start time,note,docin, docout

Declaration
public AppointmentType Type { get; set; }
Property Value
Type Description
AppointmentType

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