Table of Contents

Class ForecastAdjustment

Namespace
Autodesk.ACC.CostManagement.Models
Assembly
Autodesk.ACC.CostManagement.dll
public class ForecastAdjustment : IAdditionalDataHolder, IParsable
Inheritance
ForecastAdjustment
Implements
IAdditionalDataHolder
IParsable
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

IDictionary<string, object>

Amount

The amount of the forecast adjustment.

public double? Amount { get; set; }

Property Value

double?

BudgetId

The ID of the Budget to which the forecast adjustment belongs.

public string? BudgetId { get; set; }

Property Value

string

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

DateTimeOffset?

Description

Description of the forecast adjustment.

public string? Description { get; set; }

Property Value

string

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

string

ExternalMessage

A description about the integration: success, failure or error message.

public string? ExternalMessage { get; set; }

Property Value

string

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

string

Id

The ID of the forecast adjustment.

public string? Id { get; set; }

Property Value

string

IntegrationState

Lock state used by ERP integration, default value is null.

public ForecastAdjustment_integrationState? IntegrationState { get; set; }

Property Value

ForecastAdjustment_integrationState?

IntegrationStateChangedAt

The date and time last locked this item.

public DateTimeOffset? IntegrationStateChangedAt { get; set; }

Property Value

DateTimeOffset?

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

string

LastSyncTime

The date and time when the item was last updated.

public DateTimeOffset? LastSyncTime { get; }

Property Value

DateTimeOffset?

Quantity

Quantity of labor, material,... planned for a forecast adjustment.

public double? Quantity { get; set; }

Property Value

double?

Unit

Unit of measures used in the forecast adjustment.

public string? Unit { get; set; }

Property Value

string

UnitPrice

Unit price of a forecast adjustment.

public string? UnitPrice { get; set; }

Property Value

string

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 ForecastAdjustment CreateFromDiscriminatorValue(IParseNode parseNode)

Parameters

parseNode IParseNode

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

Returns

ForecastAdjustment

A ForecastAdjustment

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