Table of Contents

Class MainContractCreate

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

Constructors

MainContractCreate()

Instantiates a new MainContractCreate and sets the default values.

public MainContractCreate()

Properties

ActualCompletionDate

The actual completion date of the mainContract.

public Date? ActualCompletionDate { get; set; }

Property Value

Date?

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>

ArchitectCompanyId

The architect company id. This is the ID of a company managed by BIM360/ACC Admin.

public string? ArchitectCompanyId { get; set; }

Property Value

string

ArchitectContactId

The architect contact id. This is the ID of a contact managed by BIM360/ACC Admin.

public string? ArchitectContactId { get; set; }

Property Value

string

CloseDate

The close date of the mainContract.

public Date? CloseDate { get; set; }

Property Value

Date?

Code

The code of the mainContract.

public string? Code { get; set; }

Property Value

string

ContactId

The contact of the mainContract. This is the ID of a contact managed by BIM360/ACC Admin.

public string? ContactId { get; set; }

Property Value

string

ContractorCompanyId

The general contractor company id. This is the ID of a company managed by BIM360/ACC Admin.

public string? ContractorCompanyId { get; set; }

Property Value

string

ContractorContactId

The general contractor contact id. This is the ID of a contact managed by BIM360/ACC Admin.

public string? ContractorContactId { get; set; }

Property Value

string

Description

Detailed description of a mainContract.

public string? Description { get; set; }

Property Value

string

ExecutedDate

The executed date of the mainContract.

public Date? ExecutedDate { get; set; }

Property Value

Date?

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 message that explains the sync status of the ERP integration with the BIM 360 Cost module.

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

IsDefault

Indicate whether mainContract is default or not.

public bool? IsDefault { get; set; }

Property Value

bool?

Name

The name of the mainContract.

public string? Name { get; set; }

Property Value

string

NotaryCompanyId

The notary company id. This is the ID of a company managed by BIM360/ACC Admin.

public string? NotaryCompanyId { get; set; }

Property Value

string

NotaryContactId

The notary contact id. This is the ID of a contact managed by BIM360/ACC Admin.

public string? NotaryContactId { get; set; }

Property Value

string

Note

Scope signed by all parties of the mainContract. This is a Draftjs formatted rich text (https://draftjs.org/).

public string? Note { get; set; }

Property Value

string

OwnerCompanyId

The owner company id. This is the ID of a company managed by BIM360/ACC Admin.

public string? OwnerCompanyId { get; set; }

Property Value

string

OwnerContactId

The owner contact id. This is the ID of a contact managed by BIM360/ACC Admin.

public string? OwnerContactId { get; set; }

Property Value

string

PlannedCompletionDate

The planned completion date of the mainContract.

public Date? PlannedCompletionDate { get; set; }

Property Value

Date?

RetentionCap

Total retention percentage of the main contract amount.

public double? RetentionCap { get; set; }

Property Value

double?

ScopeOfWork

Scope signed by all parties of the mainContract. This is a Draftjs formatted rich text (https://draftjs.org/).

public string? ScopeOfWork { get; set; }

Property Value

string

StartDate

The start date of the mainContract.

public Date? StartDate { get; set; }

Property Value

Date?

Status

The status of the mainContract. For example, closed, executed, review, signed.

public string? Status { get; set; }

Property Value

string

Type

Type of the mainContract. For example, Fixed Price or Unit Price. Type is customizable by the project admin.

public string? Type { get; set; }

Property Value

string

Methods

CreateFromDiscriminatorValue(IParseNode)

Creates a new instance of the appropriate class based on discriminator value

public static MainContractCreate CreateFromDiscriminatorValue(IParseNode parseNode)

Parameters

parseNode IParseNode

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

Returns

MainContractCreate

A MainContractCreate

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