Table of Contents

Class PerformanceTrackingItemInstance

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

Constructors

PerformanceTrackingItemInstance()

Instantiates a new PerformanceTrackingItemInstance and sets the default values.

public PerformanceTrackingItemInstance()

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 unique identifier of the budget to which the performance tracking item instance belongs.

public string? BudgetCode { get; set; }

Property Value

string

BudgetId

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

public Guid? BudgetId { get; set; }

Property Value

Guid?

ChangedBy

The user who made the last change to the performance tracking item instance. This is the ID of a user managed by BIM 360 Admin.

public string? ChangedBy { get; }

Property Value

string

ContainerId

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

public Guid? ContainerId { get; }

Property Value

Guid?

CreatedAt

The timestamp of the date and time the item was created, in the following format: YYYY-MM-DDThh:mm:ss.sz.

public DateTimeOffset? CreatedAt { get; }

Property Value

DateTimeOffset?

CreatorId

The user who created the performance tracking item instance. This is the ID of a user managed by BIM 360 Admin.

public string? CreatorId { get; }

Property Value

string

Id

The unique identifier of a performance tracking item instance.

public Guid? Id { 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?>

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

PerformanceRatio

The performance ratio of the performance tracking item instance.

public double? PerformanceRatio { get; }

Property Value

double?

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?

UpdatedAt

The timestamp of the date and time the item was updated, in the following format: YYYY-MM-DDThh:mm:ss.sz.

public DateTimeOffset? UpdatedAt { get; }

Property Value

DateTimeOffset?

Methods

CreateFromDiscriminatorValue(IParseNode)

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

public static PerformanceTrackingItemInstance CreateFromDiscriminatorValue(IParseNode parseNode)

Parameters

parseNode IParseNode

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

Returns

PerformanceTrackingItemInstance

A PerformanceTrackingItemInstance

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