Class PerformanceTrackingItemInstanceCreate
- Namespace
- Autodesk.ACC.CostManagement.Models
- Assembly
- Autodesk.ACC.CostManagement.dll
public class PerformanceTrackingItemInstanceCreate : IAdditionalDataHolder, IParsable
- Inheritance
-
PerformanceTrackingItemInstanceCreate
- Implements
-
IAdditionalDataHolderIParsable
- Inherited Members
Constructors
PerformanceTrackingItemInstanceCreate()
Instantiates a new PerformanceTrackingItemInstanceCreate and sets the default values.
public PerformanceTrackingItemInstanceCreate()
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
BudgetId
The unique identifier of the budget to which the performance tracking item instance belongs.
public Guid? BudgetId { get; set; }
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. Should always be 'hr'.
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
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 PerformanceTrackingItemInstanceCreate 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