Class MainContractCreate
- Namespace
- Autodesk.ACC.CostManagement.Models
- Assembly
- Autodesk.ACC.CostManagement.dll
public class MainContractCreate : IAdditionalDataHolder, IParsable
- Inheritance
-
MainContractCreate
- Implements
-
IAdditionalDataHolderIParsable
- 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
ArchitectCompanyId
The architect company id. This is the ID of a company managed by BIM360/ACC Admin.
public string? ArchitectCompanyId { get; set; }
Property Value
ArchitectContactId
The architect contact id. This is the ID of a contact managed by BIM360/ACC Admin.
public string? ArchitectContactId { get; set; }
Property Value
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
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
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
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
Description
Detailed description of a mainContract.
public string? Description { get; set; }
Property Value
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
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
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
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
NotaryCompanyId
The notary company id. This is the ID of a company managed by BIM360/ACC Admin.
public string? NotaryCompanyId { get; set; }
Property Value
NotaryContactId
The notary contact id. This is the ID of a contact managed by BIM360/ACC Admin.
public string? NotaryContactId { get; set; }
Property Value
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
OwnerCompanyId
The owner company id. This is the ID of a company managed by BIM360/ACC Admin.
public string? OwnerCompanyId { get; set; }
Property Value
OwnerContactId
The owner contact id. This is the ID of a contact managed by BIM360/ACC Admin.
public string? OwnerContactId { get; set; }
Property Value
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
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
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
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
Methods
CreateFromDiscriminatorValue(IParseNode)
Creates a new instance of the appropriate class based on discriminator value
public static MainContractCreate 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