Class CustomPropertiesRequestBuilder
- Namespace
- Autodesk.ACC.ModelProperties.V2.Projects.Item.CustomProperties
- Assembly
- Autodesk.ACC.ModelProperties.dll
Builds and executes requests for operations under \v2\projects{projectId}\custom-properties
public class CustomPropertiesRequestBuilder : BaseRequestBuilder
- Inheritance
-
BaseRequestBuilderCustomPropertiesRequestBuilder
- Inherited Members
-
BaseRequestBuilder.PathParametersBaseRequestBuilder.RequestAdapterBaseRequestBuilder.UrlTemplate
Constructors
CustomPropertiesRequestBuilder(Dictionary<string, object>, IRequestAdapter)
Instantiates a new CustomPropertiesRequestBuilder and sets the default values.
public CustomPropertiesRequestBuilder(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.
CustomPropertiesRequestBuilder(string, IRequestAdapter)
Instantiates a new CustomPropertiesRequestBuilder and sets the default values.
public CustomPropertiesRequestBuilder(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
Lineages
The lineages property
public LineagesRequestBuilder Lineages { get; }
Property Value
Parameters
The parameters property
public ParametersRequestBuilder Parameters { get; }