Class WithAssociationTypeItemRequestBuilder
- Assembly
- Autodesk.ACC.CostManagement.dll
Builds and executes requests for operations under \v1\projects{projectId}\workflows{associationType}
public class WithAssociationTypeItemRequestBuilder : BaseRequestBuilder
- Inheritance
-
BaseRequestBuilderWithAssociationTypeItemRequestBuilder
- Inherited Members
-
BaseRequestBuilder.PathParametersBaseRequestBuilder.RequestAdapterBaseRequestBuilder.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
IRequestAdapterThe 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
stringThe raw URL to use for the request builder.
requestAdapter
IRequestAdapterThe 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
GuidThe object ID of the item is associated to. For example, the ID of a budget, contract or cost item.
Property Value
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
stringThe object ID of the item is associated to. For example, the ID of a budget, contract or cost item.