Table of Contents

Class Project

Namespace
Autodesk.ACC.AccountAdmin.Accounts.Item.Projects
Assembly
Autodesk.ACC.AccountAdmin.dll
public class Project : Project, IParsable
Inheritance
Project
Implements
IParsable
Inherited Members

Properties

JobId

When creating a project with services or template, the services will initially be in a activating state and a background job is created to activate them. This id can be used to look up the job and get the current status. If services were not created then this field will be blank.

public Guid? JobId { get; set; }

Property Value

Guid?

Methods

CreateFromDiscriminatorValue(IParseNode)

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

public static Project CreateFromDiscriminatorValue(IParseNode parseNode)

Parameters

parseNode IParseNode

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

Returns

Project

A Project

GetFieldDeserializers()

The deserialization information for the current model

public override IDictionary<string, Action<IParseNode>> GetFieldDeserializers()

Returns

IDictionary<string, Action<IParseNode>>

A IDictionary<string, Action<IParseNode>>

Serialize(ISerializationWriter)

Serializes information the current object

public override void Serialize(ISerializationWriter writer)

Parameters

writer ISerializationWriter

Serialization writer to use to serialize this model