Class AppointmentCollection.IdxProjectIdType
Class representing index 'IProj_idType'.
Inheritance
System.Object
AppointmentCollection.IdxProjectIdType
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class IdxProjectIdType : AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxProjectIdType>, ISentryIgnorable
Constructors
IdxProjectIdType(Int32, AppointmentType)
Constructor for class AppointmentCollection.IdxProjectIdType This class represents index 'IProj_idType'.
Declaration
public IdxProjectIdType(int projectId, AppointmentType type)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | 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 |
---|---|
System.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)