Table of Contents

Class WithAssociationTypeItemRequestBuilder

Namespace
Autodesk.ACC.CostManagement.V1.Projects.Item.Workflows.Item
Assembly
Autodesk.ACC.CostManagement.dll

Builds and executes requests for operations under \v1\projects{projectId}\workflows{associationType}

public class WithAssociationTypeItemRequestBuilder : BaseRequestBuilder
Inheritance
BaseRequestBuilder
WithAssociationTypeItemRequestBuilder
Inherited Members
BaseRequestBuilder.PathParameters
BaseRequestBuilder.RequestAdapter
BaseRequestBuilder.UrlTemplate

Constructors

WithAssociationTypeItemRequestBuilder(Dictionary<string, object>, IRequestAdapter)

Instantiates a new WithAssociationTypeItemRequestBuilder and sets the default values.

public WithAssociationTypeItemRequestBuilder(Dictionary<string, object> pathParameters, IRequestAdapter requestAdapter)

Parameters

pathParameters Dictionary<string, object>

Path parameters for the request

requestAdapter IRequestAdapter

The request adapter to use to execute the requests.

WithAssociationTypeItemRequestBuilder(string, IRequestAdapter)

Instantiates a new WithAssociationTypeItemRequestBuilder and sets the default values.

public WithAssociationTypeItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter)

Parameters

rawUrl string

The raw URL to use for the request builder.

requestAdapter IRequestAdapter

The request adapter to use to execute the requests.

Properties

this[Guid]

Gets an item from the Autodesk.ACC.CostManagement.v1.projects.item.workflows.item.item collection

public WithAssociationItemRequestBuilder this[Guid position] { get; }

Parameters

position Guid

The object ID of the item is associated to. For example, the ID of a budget, contract or cost item.

Property Value

WithAssociationItemRequestBuilder

A WithAssociationItemRequestBuilder

this[string]

Gets an item from the Autodesk.ACC.CostManagement.v1.projects.item.workflows.item.item collection

[Obsolete("This indexer is deprecated and will be removed in the next major version. Use the one with the typed parameter instead.")]
public WithAssociationItemRequestBuilder this[string position] { get; }

Parameters

position string

The object ID of the item is associated to. For example, the ID of a budget, contract or cost item.

Property Value

WithAssociationItemRequestBuilder

A WithAssociationItemRequestBuilder