Class PerformanceTrackingItemInstance
- Namespace
- Autodesk.ACC.CostManagement.Models
- Assembly
- Autodesk.ACC.CostManagement.dll
public class PerformanceTrackingItemInstance : IAdditionalDataHolder, IParsable
- Inheritance
-
PerformanceTrackingItemInstance
- Implements
-
IAdditionalDataHolderIParsable
- 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
AdjustedOutputQuantity
The adjusted output quantity of the performance tracking item instance.
public double? AdjustedOutputQuantity { get; set; }
Property Value
BudgetCode
The unique identifier of the budget to which the performance tracking item instance belongs.
public string? BudgetCode { 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?
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
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
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
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
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
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
PerformanceRatio
The performance ratio of the performance tracking item instance.
public double? PerformanceRatio { get; }
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
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
Methods
CreateFromDiscriminatorValue(IParseNode)
Creates a new instance of the appropriate class based on discriminator value
public static PerformanceTrackingItemInstance 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