Class ScheduleOfValuesImportRequestBuilder
- Assembly
- Autodesk.ACC.CostManagement.dll
Builds and executes requests for operations under \v1\projects{projectId}\contracts{contractId}\schedule-of-values:import
public class ScheduleOfValuesImportRequestBuilder : BaseRequestBuilder
- Inheritance
-
BaseRequestBuilderScheduleOfValuesImportRequestBuilder
- Inherited Members
-
BaseRequestBuilder.PathParametersBaseRequestBuilder.RequestAdapterBaseRequestBuilder.UrlTemplate
Constructors
ScheduleOfValuesImportRequestBuilder(Dictionary<string, object>, IRequestAdapter)
Instantiates a new ScheduleOfValuesImportRequestBuilder and sets the default values.
public ScheduleOfValuesImportRequestBuilder(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.
ScheduleOfValuesImportRequestBuilder(string, IRequestAdapter)
Instantiates a new ScheduleOfValuesImportRequestBuilder and sets the default values.
public ScheduleOfValuesImportRequestBuilder(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.contracts.item.scheduleOfValues.Import.item collection
[Obsolete("")]
public ImportItemRequestBuilder this[Guid position] { get; }
Parameters
position
GuidThe object ID of the item.
Property Value
this[string]
Gets an item from the Autodesk.ACC.CostManagement.v1.projects.item.contracts.item.scheduleOfValues.Import.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 ImportItemRequestBuilder this[string position] { get; }
Parameters
position
stringThe object ID of the item.