Table of Contents

Class Transference

Namespace
Autodesk.ACC.CostManagement.Models
Assembly
Autodesk.ACC.CostManagement.dll
public class Transference : IAdditionalDataHolder, IParsable
Inheritance
Transference
Implements
IAdditionalDataHolder
IParsable
Inherited Members

Constructors

Transference()

Instantiates a new Transference and sets the default values.

public Transference()

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 budget transfer.

public string? Amount { get; set; }

Property Value

string

BudgetId

The ID of the budget that the transfer is from.

public string? BudgetId { get; set; }

Property Value

string

ContractId

The ID of the contract that the transfer is from.

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?

CreatorId

The Autodesk ID of the user who creates the budget transfer.

public string? CreatorId { get; }

Property Value

string

Id

Unique identifier of a budget transfer.

public Guid? Id { get; }

Property Value

Guid?

InputQuantity

The input quantity of the budget transfer is from.

public string? InputQuantity { get; set; }

Property Value

string

IntegrationState

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

public Transference_integrationState? IntegrationState { get; set; }

Property Value

Transference_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

Note

The note of the budget transfer.

public string? Note { get; set; }

Property Value

string

Quantity

The quantity of the budget transfer is from.

public string? Quantity { get; set; }

Property Value

string

RelatingBudgetId

The ID of the budget that the transfer is to.

public Guid? RelatingBudgetId { get; set; }

Property Value

Guid?

RelatingContractId

The ID of the contract that the transfer is to.

public Guid? RelatingContractId { get; set; }

Property Value

Guid?

RelatingInputQuantity

The input quantity of the budget transfer is to.

public string? RelatingInputQuantity { get; set; }

Property Value

string

RelatingQuantity

The quantity of the budget transfer is to.

public string? RelatingQuantity { get; set; }

Property Value

string

RelatingUnitPrice

The unit price of the budget transfer is to.

public string? RelatingUnitPrice { get; set; }

Property Value

string

TransactionId

The ID of the two related transfers.

public Guid? TransactionId { get; }

Property Value

Guid?

UnitPrice

The unit price of the the budget transfer is from.

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

Parameters

parseNode IParseNode

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

Returns

Transference

A Transference

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