Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ The PrimaveraProjectInfo type exposes the following members:
| :- | :- |
|uid|Gets project's Uid.|
|name|Gets project's name.|
|short_name|Gets project's short name (Project ID).|
|export_flag|Gets project's export flag. When a project is selected for export in Primavera, its ExportFlag is true.<br/> Some projects not explicitly selected for export may be exported to an XER file due to their relationship to the exported project.|

### See Also
Expand Down
3 changes: 3 additions & 0 deletions english/python-net/aspose.tasks/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ Contains classes for work with Microsoft Project documents without utilizing Mic
|[OutlineValueCollection](/tasks/python-net/aspose.tasks/outlinevaluecollection/)|Represents a collection of [OutlineValue](/tasks/python-net/aspose.tasks/outlinevalue/) objects.|
|[ParseErrorArgs](/tasks/python-net/aspose.tasks/parseerrorargs/)|Provides data for the [ParseErrorCallback](/tasks/python-net/aspose.tasks/parseerrorcallback/) delegate.|
|[PrimaveraBaseReader](/tasks/python-net/aspose.tasks/primaverabasereader/)|Represents a base reader which can be used to read Project UIDs from multi project Primavera XER or XML files.|
|[PrimaveraCalendarProperties](/tasks/python-net/aspose.tasks/primaveracalendarproperties/)|Represents Primavera-specific properties for a calendar read from Primavera files (XER of P6XML).<br/> Can be used to perform calendar-specific time units conversion.|
|[PrimaveraDbReader](/tasks/python-net/aspose.tasks/primaveradbreader/)|Represents a reader to read Project Info from Primavera DB|
|[PrimaveraProjectProperties](/tasks/python-net/aspose.tasks/primaveraprojectproperties/)|Represents Primavera-specific properties for a project read from Primavera files (XER of P6XML).|
|[PrimaveraReadOptions](/tasks/python-net/aspose.tasks/primaverareadoptions/)|Allows to specify additional options when reading Primavera Xml or Primavera Xer files.|
|[PrimaveraTaskProperties](/tasks/python-net/aspose.tasks/primaverataskproperties/)|Represents Primavera-specific properties for a task read from Primavera files (XER of P6XML).|
Expand Down Expand Up @@ -208,6 +210,7 @@ Contains classes for work with Microsoft Project documents without utilizing Mic
|[MonthPosition](/tasks/python-net/aspose.tasks/monthposition/)|Specifies the position of a month item within a month.|
|[OrdinalNumber](/tasks/python-net/aspose.tasks/ordinalnumber/)|Represents an ordinal number in the instance of [RecurringTaskInfo](/tasks/python-net/aspose.tasks/recurringtaskinfo/) class.|
|[OutlineValueType](/tasks/python-net/aspose.tasks/outlinevaluetype/)|Specifies the type of an outline value.|
|[PrimaveraCriticalActivitiesDefiningMethod](/tasks/python-net/aspose.tasks/primaveracriticalactivitiesdefiningmethod/)|Specifies the method for defining critical activities in Primavera.|
|[RateFormatType](/tasks/python-net/aspose.tasks/rateformattype/)|Specifies the units used by Microsoft Project to display a rate.|
|[RateScaleType](/tasks/python-net/aspose.tasks/ratescaletype/)|Specifies the rate scale type.|
|[RateType](/tasks/python-net/aspose.tasks/ratetype/)|Specifies the unique identifiers of a rate table.|
Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/applicationinfo/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ApplicationInfo
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2260
weight: 2280
url: /python-net/aspose.tasks/applicationinfo/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: BackgroundPattern
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2270
weight: 2290
url: /python-net/aspose.tasks/backgroundpattern/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/baselinetype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: BaselineType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2280
weight: 2300
url: /python-net/aspose.tasks/baselinetype/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/bookingtype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: BookingType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2290
weight: 2310
url: /python-net/aspose.tasks/bookingtype/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/calculationmode/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: CalculationMode
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2300
weight: 2320
url: /python-net/aspose.tasks/calculationmode/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/calculationtype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: CalculationType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2310
weight: 2330
url: /python-net/aspose.tasks/calculationtype/
---

Expand Down
1 change: 1 addition & 0 deletions english/python-net/aspose.tasks/calendar/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ The Calendar type exposes the following members:
|base_calendar|Gets or sets the base calendar on which this calendar depends.<br/> Only applicable if the calendar is not a base calendar.|
|is_baseline_calendar|Gets or sets a value indicating whether the calendar is a baseline calendar.|
|guid|Gets calendar's Guid.|
|primavera_properties|Gets an object containing Primavera-specific properties for a calendar read from Primavera formats.|
## Methods
| Name | Description |
| :- | :- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: CalendarExceptionType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2320
weight: 2340
url: /python-net/aspose.tasks/calendarexceptiontype/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/constrainttype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ConstraintType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2330
weight: 2350
url: /python-net/aspose.tasks/constrainttype/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/costaccrualtype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: CostAccrualType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2340
weight: 2360
url: /python-net/aspose.tasks/costaccrualtype/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: CurrencySymbolPositionType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2350
weight: 2370
url: /python-net/aspose.tasks/currencysymbolpositiontype/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/customfieldtype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: CustomFieldType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2360
weight: 2380
url: /python-net/aspose.tasks/customfieldtype/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/dateformat/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: DateFormat
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2370
weight: 2390
url: /python-net/aspose.tasks/dateformat/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/daylabeldisplay/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: DayLabelDisplay
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2380
weight: 2400
url: /python-net/aspose.tasks/daylabeldisplay/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/daytype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: DayType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2390
weight: 2410
url: /python-net/aspose.tasks/daytype/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: EarnedValueMethodType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2400
weight: 2420
url: /python-net/aspose.tasks/earnedvaluemethodtype/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/elementtype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ElementType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2410
weight: 2430
url: /python-net/aspose.tasks/elementtype/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ExtendedAttributeResource
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2420
weight: 2440
url: /python-net/aspose.tasks/extendedattributeresource/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ExtendedAttributeTask
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2430
weight: 2450
url: /python-net/aspose.tasks/extendedattributetask/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/field/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Field
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2440
weight: 2460
url: /python-net/aspose.tasks/field/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/fileformat/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: FileFormat
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2450
weight: 2470
url: /python-net/aspose.tasks/fileformat/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: FilterComparisonType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2460
weight: 2480
url: /python-net/aspose.tasks/filtercomparisontype/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/filteroperation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: FilterOperation
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2470
weight: 2490
url: /python-net/aspose.tasks/filteroperation/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/fontfacetype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: FontFaceType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2480
weight: 2500
url: /python-net/aspose.tasks/fontfacetype/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/ganttbarsize/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: GanttBarSize
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2490
weight: 2510
url: /python-net/aspose.tasks/ganttbarsize/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: GraphicalIndicatorCriteriaType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2500
weight: 2520
url: /python-net/aspose.tasks/graphicalindicatorcriteriatype/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/groupon/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: GroupOn
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2510
weight: 2530
url: /python-net/aspose.tasks/groupon/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/hourlabeldisplay/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: HourLabelDisplay
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2520
weight: 2540
url: /python-net/aspose.tasks/hourlabeldisplay/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/htmlimagetype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: HtmlImageType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2530
weight: 2550
url: /python-net/aspose.tasks/htmlimagetype/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/itemtype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ItemType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2540
weight: 2560
url: /python-net/aspose.tasks/itemtype/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/masktype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: MaskType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2550
weight: 2570
url: /python-net/aspose.tasks/masktype/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/messagelevel/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: MessageLevel
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2560
weight: 2580
url: /python-net/aspose.tasks/messagelevel/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: MinuteLabelDisplay
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2570
weight: 2590
url: /python-net/aspose.tasks/minutelabeldisplay/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/month/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Month
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2580
weight: 2600
url: /python-net/aspose.tasks/month/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/monthitemtype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: MonthItemType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2590
weight: 2610
url: /python-net/aspose.tasks/monthitemtype/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: MonthLabelDisplay
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2600
weight: 2620
url: /python-net/aspose.tasks/monthlabeldisplay/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/monthposition/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: MonthPosition
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2610
weight: 2630
url: /python-net/aspose.tasks/monthposition/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/ordinalnumber/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: OrdinalNumber
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2620
weight: 2640
url: /python-net/aspose.tasks/ordinalnumber/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/outlinevaluetype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: OutlineValueType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2630
weight: 2650
url: /python-net/aspose.tasks/outlinevaluetype/
---

Expand Down
Loading