Class AppointmentCollection.IdxProjectId
Class representing index 'IDXAppntProj_id'.
Inheritance
EntityIdxBase
Appointment.AppointmentIdxBase
AppointmentCollection.AppointmentCollectionIdx
AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxProjectId>
AppointmentCollection.IdxProjectId
Implements
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class IdxProjectId : AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxProjectId>, ISentryIgnorable
Constructors
IdxProjectId(Int32)
Constructor for class AppointmentCollection.IdxProjectId This class represents index 'IDXAppntProj_id'.
Declaration
public IdxProjectId(int projectId)
Parameters
Type | Name | Description |
---|---|---|
Int32 | projectId | ID of project referred to, may be 0 |
Properties
ProjectId
ID of project referred to, may be 0
Declaration
public int ProjectId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)