Show / Hide Table of Contents

Interface IProjectInfo3

Interface providing information about a project with extra and udef fields in custom fields info

Inherited Members
IProjectInfo2.HasGuide
IProjectInfo2.ProjectEndDate
IProjectInfo2.NextMileStoneAppointmentId
IProjectInfo2.NextMilestoneDate
IProjectInfo2.InfoText
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: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public interface IProjectInfo3 : IProjectInfo2, IProjectInfo

Properties

CustomFields

UDef fields and extra field values encoded as strings: "x_foo" = "[I:123]", "SuperOffice:1" = "[F:34.56]"

Declaration
Dictionary<string, string> CustomFields { get; }
Property Value
Type Description
Dictionary<string, string>

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