Class AppointmentCollection.IdxProjectId
Class representing index 'IDXAppntProj_id'.
Inheritance
AppointmentCollection.IdxProjectId
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class AppointmentCollection.IdxProjectId : AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxProjectId>, ISentryIgnorable
Constructors
IdxProjectId(int)
Constructor for class AppointmentCollection.IdxProjectId This class represents index 'IDXAppntProj_id'.
Declaration
public IdxProjectId(int projectId)
Parameters
Type | Name | Description |
---|---|---|
int | 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 |
---|---|
int |