Class PerformanceTrackingItemInstanceUpdate
- Namespace
- Autodesk.ACC.CostManagement.Models
- Assembly
- Autodesk.ACC.CostManagement.dll
public class PerformanceTrackingItemInstanceUpdate : IAdditionalDataHolder, IParsable
- Inheritance
-
PerformanceTrackingItemInstanceUpdate
- Implements
-
IAdditionalDataHolderIParsable
- 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
AdjustedOutputQuantity
The adjusted output quantity of the performance tracking item instance.
public double? AdjustedOutputQuantity { get; set; }
Property Value
BudgetCode
The code of the budget to which the performance tracking item instance belongs. Alternative to ``budgetId```.
public string? BudgetCode { get; }
Property Value
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
InputUnit
The unit of the input of the performance tracking item instance.
public string? InputUnit { get; set; }
Property Value
InputUnitPrice
The unit price of the input of the performance tracking item instance.
public string? InputUnitPrice { get; set; }
Property Value
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
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
Name
The name of the performance tracking item instance.
public string? Name { get; set; }
Property Value
Number
The number of the performance tracking item instance.
public string? Number { get; set; }
Property Value
OutputQuantity
The output quantity of the performance tracking item instance.
public double? OutputQuantity { get; set; }
Property Value
OutputUnit
The unit of the output of the performance tracking item instance.
public string? OutputUnit { get; set; }
Property Value
OutputUnitPrice
The unit price of the output of the performance tracking item instance.
public string? OutputUnitPrice { get; set; }
Property Value
TrackedInputQuantity
The tracked input quantity of the performance tracking item instance.
public double? TrackedInputQuantity { get; set; }
Property Value
TrackedOutputQuantity
The tracked output quantity of the performance tracking item instance.
public double? TrackedOutputQuantity { get; set; }
Property Value
Methods
CreateFromDiscriminatorValue(IParseNode)
Creates a new instance of the appropriate class based on discriminator value
public static PerformanceTrackingItemInstanceUpdate 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