Interface IProjectInfo2
Interface providing information about a project with guide and milestones
Inherited Members
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public interface IProjectInfo2 : IProjectInfo
Properties
HasGuide
Interface providing information about a project with guide and milestones
Declaration
bool HasGuide { get; }
Property Value
Type | Description |
---|---|
Boolean |
InfoText
Interface providing information about a project with guide and milestones
Declaration
string InfoText { get; }
Property Value
Type | Description |
---|---|
String |
NextMileStoneAppointmentId
Interface providing information about a project with guide and milestones
Declaration
int NextMileStoneAppointmentId { get; }
Property Value
Type | Description |
---|---|
Int32 |
NextMilestoneDate
Interface providing information about a project with guide and milestones
Declaration
DateTime NextMilestoneDate { get; }
Property Value
Type | Description |
---|---|
DateTime |
ProjectEndDate
Interface providing information about a project with guide and milestones
Declaration
DateTime ProjectEndDate { get; }
Property Value
Type | Description |
---|---|
DateTime |
Extension Methods
EnumUtil.MapEnums<From, To>(From)