Class ForecastAdjustment
- Namespace
- Autodesk.ACC.CostManagement.Models
- Assembly
- Autodesk.ACC.CostManagement.dll
public class ForecastAdjustment : IAdditionalDataHolder, IParsable
- Inheritance
-
ForecastAdjustment
- Implements
-
IAdditionalDataHolderIParsable
- Inherited Members
Constructors
ForecastAdjustment()
Instantiates a new ForecastAdjustment and sets the default values.
public ForecastAdjustment()
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
Amount
The amount of the forecast adjustment.
public double? Amount { get; set; }
Property Value
BudgetId
The ID of the Budget to which the forecast adjustment belongs.
public string? BudgetId { get; set; }
Property Value
ContractId
The ID of the contract to which the forecast adjustment belongs.
public Guid? ContractId { get; set; }
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
Description
Description of the forecast adjustment.
public string? Description { get; set; }
Property Value
ExternalId
The ID of the item in its original external system. You can use this ID to track the source of truth or to look up the data in an integrated system.
public string? ExternalId { get; set; }
Property Value
ExternalMessage
A description about the integration: success, failure or error message.
public string? ExternalMessage { get; set; }
Property Value
ExternalSystem
The name of the external system. You can use this name to track the source of truth or to search in an integrated system.
public string? ExternalSystem { get; set; }
Property Value
Id
The ID of the forecast adjustment.
public string? Id { get; set; }
Property Value
IntegrationState
Lock state used by ERP integration, default value is null
.
public ForecastAdjustment_integrationState? IntegrationState { get; set; }
Property Value
IntegrationStateChangedAt
The date and time last locked this item.
public DateTimeOffset? IntegrationStateChangedAt { get; set; }
Property Value
IntegrationStateChangedBy
The user who last locked this item. This is the ID of a user managed by BIM 360 Admin.
public string? IntegrationStateChangedBy { get; set; }
Property Value
LastSyncTime
The date and time when the item was last updated.
public DateTimeOffset? LastSyncTime { get; }
Property Value
Quantity
Quantity of labor, material,... planned for a forecast adjustment.
public double? Quantity { get; set; }
Property Value
Unit
Unit of measures used in the forecast adjustment.
public string? Unit { get; set; }
Property Value
UnitPrice
Unit price of a forecast adjustment.
public string? UnitPrice { 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 ForecastAdjustment 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