Interface IProjectInfo2
Interface providing information about a project with guide and milestones
Assembly: SuperOffice.Plugins.dll
Syntax
public interface IProjectInfo2 : IProjectInfo
Properties
HasGuide
Declaration
Property Value
InfoText
Declaration
Property Value
NextMileStoneAppointmentId
Declaration
int NextMileStoneAppointmentId { get; }
Property Value
NextMilestoneDate
Declaration
DateTime NextMilestoneDate { get; }
Property Value
ProjectEndDate
Declaration
DateTime ProjectEndDate { get; }
Property Value
Extension Methods