Table of Contents

Class PerformanceTrackingItem

Namespace
Autodesk.ACC.CostManagement.Models
Assembly
Autodesk.ACC.CostManagement.dll
public class PerformanceTrackingItem : IAdditionalDataHolder, IParsable
Inheritance
PerformanceTrackingItem
Implements
IAdditionalDataHolder
IParsable
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

IDictionary<string, object>

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

string

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

string

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

List<Guid?>

Locations

The IDs of the locations have been selected.

public List<Guid?>? Locations { get; set; }

Property Value

List<Guid?>

Name

The name of the performance tracking item associated budget.

public string? Name { get; set; }

Property Value

string

OriginalAmount

Original amount of the budget, equals to quantity * unitPrice

public double? OriginalAmount { get; set; }

Property Value

double?

PlannedEndDate

The planned end date of the performance tracking item associated budget.

public DateTimeOffset? PlannedEndDate { get; set; }

Property Value

DateTimeOffset?

PlannedStartDate

The planned start date of the performance tracking item associated budget.

public DateTimeOffset? PlannedStartDate { get; set; }

Property Value

DateTimeOffset?

Quantity

The quantity of the performance tracking item associated budget.

public double? Quantity { get; set; }

Property Value

double?

Unit

The unit of the performance tracking item associated budget.

public string? Unit { get; set; }

Property Value

string

UnitPrice

The unit price of the performance tracking item associated budget.

public string? UnitPrice { get; set; }

Property Value

string

Methods

CreateFromDiscriminatorValue(IParseNode)

Creates a new instance of the appropriate class based on discriminator value

public static PerformanceTrackingItem CreateFromDiscriminatorValue(IParseNode parseNode)

Parameters

parseNode IParseNode

The parse node to use to read the discriminator value and create the object

Returns

PerformanceTrackingItem

A PerformanceTrackingItem

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 ISerializationWriter

Serialization writer to use to serialize this model