Show / Hide Table of Contents

Interface IProjectInfo2

Interface providing information about a project with guide and milestones

Inherited Members
IProjectInfo.GetUserDefinedInt(int)
IProjectInfo.GetUserDefinedDecimal(int)
IProjectInfo.GetUserDefinedDecimal(string)
IProjectInfo.GetUserDefinedInt(string)
IProjectInfo.GetUserDefinedString(string)
IProjectInfo.GetUserDefinedString(int)
IProjectInfo.ProjectId
IProjectInfo.Name
IProjectInfo.Description
IProjectInfo.Manager
IProjectInfo.Number
IProjectInfo.EventDate
IProjectInfo.PublishStartDate
IProjectInfo.PublishEndDate
IProjectInfo.Status
IProjectInfo.Type
IProjectInfo.Web
IProjectInfo.WebId
Namespace: SuperOfficeCRM
Assembly: SuperOffice.Plugins.dll
Syntax
public interface IProjectInfo2 : IProjectInfo

Properties

HasGuide

Declaration
bool HasGuide { get; }
Property Value
Type Description
bool

InfoText

Declaration
string InfoText { get; }
Property Value
Type Description
string

NextMileStoneAppointmentId

Declaration
int NextMileStoneAppointmentId { get; }
Property Value
Type Description
int

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)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top