Table of Contents

Class PerformanceTrackingItemInstanceUpdate

Namespace
Autodesk.ACC.CostManagement.Models
Assembly
Autodesk.ACC.CostManagement.dll
public class PerformanceTrackingItemInstanceUpdate : IAdditionalDataHolder, IParsable
Inheritance
PerformanceTrackingItemInstanceUpdate
Implements
IAdditionalDataHolder
IParsable
Inherited Members

Constructors

PerformanceTrackingItemInstanceUpdate()

Instantiates a new PerformanceTrackingItemInstanceUpdate and sets the default values.

public PerformanceTrackingItemInstanceUpdate()

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>

AdjustedOutputQuantity

The adjusted output quantity of the performance tracking item instance.

public double? AdjustedOutputQuantity { get; set; }

Property Value

double?

BudgetCode

The code of the budget to which the performance tracking item instance belongs. Alternative to ``budgetId```.

public string? BudgetCode { get; }

Property Value

string

BudgetId

The unique identifier of the budget to which the performance tracking item instance belongs.

public Guid? BudgetId { get; }

Property Value

Guid?

InputQuantity

The input quantity of the performance tracking item instance.

public double? InputQuantity { get; set; }

Property Value

double?

InputUnit

The unit of the input of the performance tracking item instance.

public string? InputUnit { get; set; }

Property Value

string

InputUnitPrice

The unit price of the input of the performance tracking item instance.

public string? InputUnitPrice { get; set; }

Property Value

string

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?>

LockedFields

The locked performance tracking item instance field. You can lock the performance tracking item instance's planned total (plannedTotal) when calculating a item instance if you're updating a single value.

public string? LockedFields { get; set; }

Property Value

string

Name

The name of the performance tracking item instance.

public string? Name { get; set; }

Property Value

string

Number

The number of the performance tracking item instance.

public string? Number { get; set; }

Property Value

string

OutputQuantity

The output quantity of the performance tracking item instance.

public double? OutputQuantity { get; set; }

Property Value

double?

OutputUnit

The unit of the output of the performance tracking item instance.

public string? OutputUnit { get; set; }

Property Value

string

OutputUnitPrice

The unit price of the output of the performance tracking item instance.

public string? OutputUnitPrice { get; set; }

Property Value

string

TrackedInputQuantity

The tracked input quantity of the performance tracking item instance.

public double? TrackedInputQuantity { get; set; }

Property Value

double?

TrackedOutputQuantity

The tracked output quantity of the performance tracking item instance.

public double? TrackedOutputQuantity { get; set; }

Property Value

double?

Methods

CreateFromDiscriminatorValue(IParseNode)

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

public static PerformanceTrackingItemInstanceUpdate CreateFromDiscriminatorValue(IParseNode parseNode)

Parameters

parseNode IParseNode

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

Returns

PerformanceTrackingItemInstanceUpdate

A PerformanceTrackingItemInstanceUpdate

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