Class AppointmentCollection.IdxContactIdType
Class representing index 'ICont_idType'.
Inheritance
AppointmentCollection.IdxContactIdType
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class IdxContactIdType : AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxContactIdType>, ISentryIgnorable
Constructors
IdxContactIdType(Int32, AppointmentType)
Constructor for class AppointmentCollection.IdxContactIdType This class represents index 'ICont_idType'.
Declaration
public IdxContactIdType(int contactId, AppointmentType type)
Parameters
Type | Name | Description |
---|---|---|
Int32 | 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 |
---|---|
Int32 |
Type
where=no start time,note,docin, docout
Declaration
public AppointmentType Type { get; set; }
Property Value
Type | Description |
---|---|
AppointmentType |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)