Class PerformanceTrackingItem
- Namespace
- Autodesk.ACC.CostManagement.Models
- Assembly
- Autodesk.ACC.CostManagement.dll
public class PerformanceTrackingItem : IAdditionalDataHolder, IParsable
- Inheritance
-
PerformanceTrackingItem
- Implements
-
IAdditionalDataHolderIParsable
- Inherited Members
Constructors
PerformanceTrackingItem()
Instantiates a new PerformanceTrackingItem and sets the default values.
public PerformanceTrackingItem()
Properties
AdditionalData
Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
public IDictionary<string, object> AdditionalData { get; set; }
Property Value
BudgetId
The unique identifier of the performance tracking item associated budget.
public Guid? BudgetId { get; set; }
Property Value
- Guid?
Code
The code of the performance tracking item associated budget.
public string? Code { get; set; }
Property Value
ContainerId
The unique identifier of the performance tracking item associated container.
public Guid? ContainerId { get; set; }
Property Value
- Guid?
Description
The description of the performance tracking item associated budget.
public string? Description { get; set; }
Property Value
Id
The unique identifier of the performance tracking item.
public Guid? Id { get; set; }
Property Value
- Guid?
LocationPaths
The IDs of the locations have been selected and parents of selected.
public List<Guid?>? LocationPaths { get; set; }
Property Value
Locations
The IDs of the locations have been selected.
public List<Guid?>? Locations { get; set; }
Property Value
Name
The name of the performance tracking item associated budget.
public string? Name { get; set; }
Property Value
OriginalAmount
Original amount of the budget, equals to quantity
* unitPrice
public double? OriginalAmount { get; set; }
Property Value
PlannedEndDate
The planned end date of the performance tracking item associated budget.
public DateTimeOffset? PlannedEndDate { get; set; }
Property Value
PlannedStartDate
The planned start date of the performance tracking item associated budget.
public DateTimeOffset? PlannedStartDate { get; set; }
Property Value
Quantity
The quantity of the performance tracking item associated budget.
public double? Quantity { get; set; }
Property Value
Unit
The unit of the performance tracking item associated budget.
public string? Unit { get; set; }
Property Value
UnitPrice
The unit price of the performance tracking item associated budget.
public string? UnitPrice { get; set; }
Property Value
Methods
CreateFromDiscriminatorValue(IParseNode)
Creates a new instance of the appropriate class based on discriminator value
public static PerformanceTrackingItem CreateFromDiscriminatorValue(IParseNode parseNode)
Parameters
parseNode
IParseNodeThe parse node to use to read the discriminator value and create the object
Returns
GetFieldDeserializers()
The deserialization information for the current model
public virtual IDictionary<string, Action<IParseNode>> GetFieldDeserializers()
Returns
- IDictionary<string, Action<IParseNode>>
A IDictionary<string, Action<IParseNode>>
Serialize(ISerializationWriter)
Serializes information the current object
public virtual void Serialize(ISerializationWriter writer)
Parameters
writer
ISerializationWriterSerialization writer to use to serialize this model