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