PrjKey
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class PrjKey extends System.Enum
Represents a list of supported project fields.
Fields
Field | Description |
---|---|
ActualsInSync | Represents the ActualsInSync (Project) field. |
AdminProject | Represents the AdminProject (Project) field. |
AreEditableActualCosts | Represents the AreEditableActualCosts (Project) field. |
Author | Represents the Author (Project) field. |
AutoAddNewResourcesAndTasks | Represents the AutoAddNewResourcesAndTasks (Project) field. |
AutoCalculateAssignmentCosts | Determines whether assignment cost and remaining cost should be auto calculated using assignment’s work and resource rates. |
Autolink | Represents the Autolink (Project) field. |
BaselineForEarnedValue | Represents the BaselineForEarnedValue (Project) field. |
Calendar | Represents the Calendar (Project) field. |
Category | Represents the Category (Project) field. |
Comments | Represents the Comments (Project) field. |
Company | Represents the Company (Project) field. |
CreationDate | Represents the CreationDate (Project) field. |
CriticalSlackLimit | Represents the CriticalSlackLimit (Project) field. |
CurrencyCode | Represents the CurrencyCode (Project) field. |
CurrencyDigits | Represents the CurrencyDigits (Project) field. |
CurrencySymbol | Represents the CurrencySymbol (Project) field. |
CurrencySymbolPosition | Represents the CurrencySymbolPosition (Project) field. |
CurrentDate | Represents the CurrentDate (Project) field. |
CustomDateFormat | Represents user-defined date format. |
DateFormat | Represents the DateFormat (Project) field. |
DaysPerMonth | Represents the DaysPerMonth (Project) field. |
DefaultCalendarGuid | Default calendar guid. |
DefaultCalendarUid | Default calendar uid. |
DefaultFinishTime | Represents the DefaultFinishTime (Project) field. |
DefaultFixedCostAccrual | Represents the DefaultFixedCostAccrual (Project) field. |
DefaultOvertimeRate | Represents the DefaultOvertimeRate (Project) field. |
DefaultStandardRate | Represents the DefaultStandardRate (Project) field. |
DefaultStartTime | Represents the DefaultStartTime (Project) field. |
DefaultTaskEVMethod | Represents the DefaultTaskEVMethod (Project) field. |
DefaultTaskType | Represents the DefaultTaskType (Project) field. |
DurationFormat | Represents the DurationFormat (Project) field. |
EarnedValueMethod | Represents the EarnedValueMethod (Project) field. |
ExtendedCreationDate | Represents the ExtendedCreationDate (Project) field. |
FinishDate | Represents the FinishDate (Project) field. |
FiscalYearStart | Represents the FiscalYearStart (Project) field. |
FyStartDate | Represents the |
Guid | Represents the guid of a project. |
HonorConstraints | Represents the HonorConstraints (Project) field. |
HyperlinkBase | Represents the HyperlinkBase (Project) field. |
InsertedProjectsLikeSummary | Represents the InsertedProjectsLikeSummary (Project) field. |
KeepTaskOnNearestWorkingTimeWhenMadeAutoScheduled | Represents the KeepTaskOnNearestWorkingTimeWhenMadeAutoScheduled (Project) field. |
Keywords | Represents the Keywords (Project) field. |
LastAuthor | Represents the LastAuthor (Project) field. |
LastPrinted | Represents the LastPrinted (Project) field. |
LastSaved | Represents the LastSaved (Project) field. |
Manager | Represents the Manager (Project) field. |
MicrosoftProjectServerURL | Represents the MicrosoftProjectServerURL (Project) field. |
MinutesPerDay | Represents the MinutesPerDay (Project) field. |
MinutesPerWeek | Represents the MinutesPerWeek (Project) field. |
MoveCompletedEndsBack | Represents the MoveCompletedEndsBack (Project) field. |
MoveCompletedEndsForward | Represents the MoveCompletedEndsForward (Project) field. |
MoveRemainingStartsBack | Represents the MoveRemainingStartsBack (Project) field. |
MoveRemainingStartsForward | Represents the MoveRemainingStartsForward (Project) field. |
MultipleCriticalPaths | Represents the MultipleCriticalPaths (Project) field. |
Name | Represents the Name (Project) field. |
NewTaskStartDate | Represents the NewTaskStartDate (Project) field. |
NewTasksAreManual | Represents the NewTasksAreManual (Project) field. |
NewTasksEffortDriven | Represents the NewTasksEffortDriven (Project) field. |
NewTasksEstimated | Represents the NewTasksEstimated (Project) field. |
ProjectExternallyEdited | Represents the ProjectExternallyEdited (Project) field. |
RemoveFileProperties | Represents the RemoveFileProperties (Project) field. |
Revision | Represents the Revision (Project) field. |
SaveVersion | Represents the SaveVersion (Project) field. |
ScheduleFromStart | Represents the ScheduleFromStart (Project) field. |
ShowProjectSummaryTask | Represents the ShowProjectSummaryTask (Project) field. |
SplitsInProgressTasks | Represents the SplitsInProgressTasks (Project) field. |
SpreadActualCosts | Represents the SpreadActualCosts (Project) field. |
SpreadPercentComplete | Represents the SpreadPercentComplete (Project) field. |
StartDate | Represents the StartDate (Project) field. |
StatusDate | Represents the StatusDate (Project) field. |
Subject | Represents the Subject (Project) field. |
TaskUpdatesResource | Represents the TaskUpdatesResource (Project) field. |
Template | Represents the Template (Project) field. |
TemplateFullPath | Represents the Template (Project) full file name. |
TimescaleFinish | Represents the TimescaleFinish (Project) field. |
TimescaleStart | Represents the TimescaleStart (Project) field. |
Title | Represents the Title (Project) field. |
Uid | Represents the Uid (Project) field. |
UpdateManuallyScheduledTasksWhenEditingLinks | Represents the UpdateManuallyScheduledTasksWhenEditingLinks (Project) field. |
WeekStartDay | Represents the WeekStartDay (Project) field. |
WorkFormat | Represents the WorkFormat (Project) field. |
ActualsInSync
public static final byte ActualsInSync
Represents the ActualsInSync (Project) field.
AdminProject
public static final byte AdminProject
Represents the AdminProject (Project) field.
AreEditableActualCosts
public static final byte AreEditableActualCosts
Represents the AreEditableActualCosts (Project) field.
Author
public static final byte Author
Represents the Author (Project) field.
AutoAddNewResourcesAndTasks
public static final byte AutoAddNewResourcesAndTasks
Represents the AutoAddNewResourcesAndTasks (Project) field.
AutoCalculateAssignmentCosts
public static final byte AutoCalculateAssignmentCosts
Determines whether assignment cost and remaining cost should be auto calculated using assignment’s work and resource rates.
Autolink
public static final byte Autolink
Represents the Autolink (Project) field.
BaselineForEarnedValue
public static final byte BaselineForEarnedValue
Represents the BaselineForEarnedValue (Project) field.
Calendar
public static final byte Calendar
Represents the Calendar (Project) field.
Category
public static final byte Category
Represents the Category (Project) field.
Comments
public static final byte Comments
Represents the Comments (Project) field.
Company
public static final byte Company
Represents the Company (Project) field.
CreationDate
public static final byte CreationDate
Represents the CreationDate (Project) field.
CriticalSlackLimit
public static final byte CriticalSlackLimit
Represents the CriticalSlackLimit (Project) field.
CurrencyCode
public static final byte CurrencyCode
Represents the CurrencyCode (Project) field.
CurrencyDigits
public static final byte CurrencyDigits
Represents the CurrencyDigits (Project) field.
CurrencySymbol
public static final byte CurrencySymbol
Represents the CurrencySymbol (Project) field.
CurrencySymbolPosition
public static final byte CurrencySymbolPosition
Represents the CurrencySymbolPosition (Project) field.
CurrentDate
public static final byte CurrentDate
Represents the CurrentDate (Project) field.
CustomDateFormat
public static final byte CustomDateFormat
Represents user-defined date format.
DateFormat
public static final byte DateFormat
Represents the DateFormat (Project) field.
DaysPerMonth
public static final byte DaysPerMonth
Represents the DaysPerMonth (Project) field.
DefaultCalendarGuid
public static final byte DefaultCalendarGuid
Default calendar guid.
DefaultCalendarUid
public static final byte DefaultCalendarUid
Default calendar uid.
DefaultFinishTime
public static final byte DefaultFinishTime
Represents the DefaultFinishTime (Project) field.
DefaultFixedCostAccrual
public static final byte DefaultFixedCostAccrual
Represents the DefaultFixedCostAccrual (Project) field.
DefaultOvertimeRate
public static final byte DefaultOvertimeRate
Represents the DefaultOvertimeRate (Project) field.
DefaultStandardRate
public static final byte DefaultStandardRate
Represents the DefaultStandardRate (Project) field.
DefaultStartTime
public static final byte DefaultStartTime
Represents the DefaultStartTime (Project) field.
DefaultTaskEVMethod
public static final byte DefaultTaskEVMethod
Represents the DefaultTaskEVMethod (Project) field.
DefaultTaskType
public static final byte DefaultTaskType
Represents the DefaultTaskType (Project) field.
DurationFormat
public static final byte DurationFormat
Represents the DurationFormat (Project) field.
EarnedValueMethod
public static final byte EarnedValueMethod
Represents the EarnedValueMethod (Project) field.
ExtendedCreationDate
public static final byte ExtendedCreationDate
Represents the ExtendedCreationDate (Project) field.
FinishDate
public static final byte FinishDate
Represents the FinishDate (Project) field.
FiscalYearStart
public static final byte FiscalYearStart
Represents the FiscalYearStart (Project) field.
FyStartDate
public static final byte FyStartDate
Represents the
`FyStartDate`
(Project) field.
Guid
public static final byte Guid
Represents the guid of a project.
HonorConstraints
public static final byte HonorConstraints
Represents the HonorConstraints (Project) field.
HyperlinkBase
public static final byte HyperlinkBase
Represents the HyperlinkBase (Project) field.
InsertedProjectsLikeSummary
public static final byte InsertedProjectsLikeSummary
Represents the InsertedProjectsLikeSummary (Project) field.
KeepTaskOnNearestWorkingTimeWhenMadeAutoScheduled
public static final byte KeepTaskOnNearestWorkingTimeWhenMadeAutoScheduled
Represents the KeepTaskOnNearestWorkingTimeWhenMadeAutoScheduled (Project) field.
Keywords
public static final byte Keywords
Represents the Keywords (Project) field.
LastAuthor
public static final byte LastAuthor
Represents the LastAuthor (Project) field.
LastPrinted
public static final byte LastPrinted
Represents the LastPrinted (Project) field.
LastSaved
public static final byte LastSaved
Represents the LastSaved (Project) field.
Manager
public static final byte Manager
Represents the Manager (Project) field.
MicrosoftProjectServerURL
public static final byte MicrosoftProjectServerURL
Represents the MicrosoftProjectServerURL (Project) field.
MinutesPerDay
public static final byte MinutesPerDay
Represents the MinutesPerDay (Project) field.
MinutesPerWeek
public static final byte MinutesPerWeek
Represents the MinutesPerWeek (Project) field.
MoveCompletedEndsBack
public static final byte MoveCompletedEndsBack
Represents the MoveCompletedEndsBack (Project) field.
MoveCompletedEndsForward
public static final byte MoveCompletedEndsForward
Represents the MoveCompletedEndsForward (Project) field.
MoveRemainingStartsBack
public static final byte MoveRemainingStartsBack
Represents the MoveRemainingStartsBack (Project) field.
MoveRemainingStartsForward
public static final byte MoveRemainingStartsForward
Represents the MoveRemainingStartsForward (Project) field.
MultipleCriticalPaths
public static final byte MultipleCriticalPaths
Represents the MultipleCriticalPaths (Project) field.
Name
public static final byte Name
Represents the Name (Project) field.
NewTaskStartDate
public static final byte NewTaskStartDate
Represents the NewTaskStartDate (Project) field.
NewTasksAreManual
public static final byte NewTasksAreManual
Represents the NewTasksAreManual (Project) field.
NewTasksEffortDriven
public static final byte NewTasksEffortDriven
Represents the NewTasksEffortDriven (Project) field.
NewTasksEstimated
public static final byte NewTasksEstimated
Represents the NewTasksEstimated (Project) field.
ProjectExternallyEdited
public static final byte ProjectExternallyEdited
Represents the ProjectExternallyEdited (Project) field.
RemoveFileProperties
public static final byte RemoveFileProperties
Represents the RemoveFileProperties (Project) field.
Revision
public static final byte Revision
Represents the Revision (Project) field.
SaveVersion
public static final byte SaveVersion
Represents the SaveVersion (Project) field.
ScheduleFromStart
public static final byte ScheduleFromStart
Represents the ScheduleFromStart (Project) field.
ShowProjectSummaryTask
public static final byte ShowProjectSummaryTask
Represents the ShowProjectSummaryTask (Project) field.
SplitsInProgressTasks
public static final byte SplitsInProgressTasks
Represents the SplitsInProgressTasks (Project) field.
SpreadActualCosts
public static final byte SpreadActualCosts
Represents the SpreadActualCosts (Project) field.
SpreadPercentComplete
public static final byte SpreadPercentComplete
Represents the SpreadPercentComplete (Project) field.
StartDate
public static final byte StartDate
Represents the StartDate (Project) field.
StatusDate
public static final byte StatusDate
Represents the StatusDate (Project) field.
Subject
public static final byte Subject
Represents the Subject (Project) field.
TaskUpdatesResource
public static final byte TaskUpdatesResource
Represents the TaskUpdatesResource (Project) field.
Template
public static final byte Template
Represents the Template (Project) field.
TemplateFullPath
public static final byte TemplateFullPath
Represents the Template (Project) full file name.
TimescaleFinish
public static final byte TimescaleFinish
Represents the TimescaleFinish (Project) field.
TimescaleStart
public static final byte TimescaleStart
Represents the TimescaleStart (Project) field.
Title
public static final byte Title
Represents the Title (Project) field.
Uid
public static final byte Uid
Represents the Uid (Project) field.
UpdateManuallyScheduledTasksWhenEditingLinks
public static final byte UpdateManuallyScheduledTasksWhenEditingLinks
Represents the UpdateManuallyScheduledTasksWhenEditingLinks (Project) field.
WeekStartDay
public static final byte WeekStartDay
Represents the WeekStartDay (Project) field.
WorkFormat
public static final byte WorkFormat
Represents the WorkFormat (Project) field.