Class AppointmentCollection.IdxProjectIdType
Class representing index 'IProj_idType'.
Inheritance
AppointmentCollection.IdxProjectIdType
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class AppointmentCollection.IdxProjectIdType : AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxProjectIdType>, ISentryIgnorable
Constructors
IdxProjectIdType(int, AppointmentType)
Constructor for class AppointmentCollection.IdxProjectIdType This class represents index 'IProj_idType'.
Declaration
public IdxProjectIdType(int projectId, AppointmentType type)
Parameters
Type | Name | Description |
---|---|---|
int | projectId | ID of project referred to, may be 0 |
AppointmentType | type | where=no start time,note,docin, docout |
Properties
ProjectId
ID of project referred to, may be 0
Declaration
public int ProjectId { 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 |