|
LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...

Public Member Functions | |
| CutLabelDefinitionsApi () | |
| Initializes a new instance of the CutLabelDefinitionsApi class. More... | |
| CutLabelDefinitionsApi (string basePath) | |
| Initializes a new instance of the CutLabelDefinitionsApi class. More... | |
| CutLabelDefinitionsApi (Lusid.Sdk.Client.Configuration configuration) | |
| Initializes a new instance of the CutLabelDefinitionsApi class using Configuration object More... | |
| CutLabelDefinitionsApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration) | |
| Initializes a new instance of the CutLabelDefinitionsApi class using a Configuration object and client instance. More... | |
| string | GetBasePath () |
| Gets the base path of the API client. More... | |
| CutLabelDefinition | CreateCutLabelDefinition (CreateCutLabelDefinitionRequest? createCutLabelDefinitionRequest=default(CreateCutLabelDefinitionRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
| CreateCutLabelDefinition: Create a Cut Label Create a Cut Label valid in all scopes More... | |
| Lusid.Sdk.Client.ApiResponse< CutLabelDefinition > | CreateCutLabelDefinitionWithHttpInfo (CreateCutLabelDefinitionRequest? createCutLabelDefinitionRequest=default(CreateCutLabelDefinitionRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
| CreateCutLabelDefinition: Create a Cut Label Create a Cut Label valid in all scopes More... | |
| async System.Threading.Tasks.Task< CutLabelDefinition > | CreateCutLabelDefinitionAsync (CreateCutLabelDefinitionRequest? createCutLabelDefinitionRequest=default(CreateCutLabelDefinitionRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| CreateCutLabelDefinition: Create a Cut Label Create a Cut Label valid in all scopes More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CutLabelDefinition > > | CreateCutLabelDefinitionWithHttpInfoAsync (CreateCutLabelDefinitionRequest? createCutLabelDefinitionRequest=default(CreateCutLabelDefinitionRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| CreateCutLabelDefinition: Create a Cut Label Create a Cut Label valid in all scopes More... | |
| DateTimeOffset | DeleteCutLabelDefinition (string code, int operationIndex=0, ConfigurationOptions? opts=null) |
| DeleteCutLabelDefinition: Delete a Cut Label Delete a specified cut label More... | |
| Lusid.Sdk.Client.ApiResponse< DateTimeOffset > | DeleteCutLabelDefinitionWithHttpInfo (string code, int operationIndex=0, ConfigurationOptions? opts=null) |
| DeleteCutLabelDefinition: Delete a Cut Label Delete a specified cut label More... | |
| async System.Threading.Tasks.Task< DateTimeOffset > | DeleteCutLabelDefinitionAsync (string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| DeleteCutLabelDefinition: Delete a Cut Label Delete a specified cut label More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DateTimeOffset > > | DeleteCutLabelDefinitionWithHttpInfoAsync (string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| DeleteCutLabelDefinition: Delete a Cut Label Delete a specified cut label More... | |
| CutLabelDefinition | GetCutLabelDefinition (string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetCutLabelDefinition: Get a Cut Label Get a specified cut label at a given time More... | |
| Lusid.Sdk.Client.ApiResponse< CutLabelDefinition > | GetCutLabelDefinitionWithHttpInfo (string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetCutLabelDefinition: Get a Cut Label Get a specified cut label at a given time More... | |
| async System.Threading.Tasks.Task< CutLabelDefinition > | GetCutLabelDefinitionAsync (string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetCutLabelDefinition: Get a Cut Label Get a specified cut label at a given time More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CutLabelDefinition > > | GetCutLabelDefinitionWithHttpInfoAsync (string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetCutLabelDefinition: Get a Cut Label Get a specified cut label at a given time More... | |
| PagedResourceListOfCutLabelDefinition | ListCutLabelDefinitions (DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), string? page=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| ListCutLabelDefinitions: List Existing Cut Labels List all the Cut Label Definitions that are valid at the given AsAt time More... | |
| Lusid.Sdk.Client.ApiResponse< PagedResourceListOfCutLabelDefinition > | ListCutLabelDefinitionsWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), string? page=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| ListCutLabelDefinitions: List Existing Cut Labels List all the Cut Label Definitions that are valid at the given AsAt time More... | |
| async System.Threading.Tasks.Task< PagedResourceListOfCutLabelDefinition > | ListCutLabelDefinitionsAsync (DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), string? page=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| ListCutLabelDefinitions: List Existing Cut Labels List all the Cut Label Definitions that are valid at the given AsAt time More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfCutLabelDefinition > > | ListCutLabelDefinitionsWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), string? page=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| ListCutLabelDefinitions: List Existing Cut Labels List all the Cut Label Definitions that are valid at the given AsAt time More... | |
| CutLabelDefinition | UpdateCutLabelDefinition (string code, UpdateCutLabelDefinitionRequest? updateCutLabelDefinitionRequest=default(UpdateCutLabelDefinitionRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
| UpdateCutLabelDefinition: Update a Cut Label Update a specified cut label More... | |
| Lusid.Sdk.Client.ApiResponse< CutLabelDefinition > | UpdateCutLabelDefinitionWithHttpInfo (string code, UpdateCutLabelDefinitionRequest? updateCutLabelDefinitionRequest=default(UpdateCutLabelDefinitionRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
| UpdateCutLabelDefinition: Update a Cut Label Update a specified cut label More... | |
| async System.Threading.Tasks.Task< CutLabelDefinition > | UpdateCutLabelDefinitionAsync (string code, UpdateCutLabelDefinitionRequest? updateCutLabelDefinitionRequest=default(UpdateCutLabelDefinitionRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| UpdateCutLabelDefinition: Update a Cut Label Update a specified cut label More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CutLabelDefinition > > | UpdateCutLabelDefinitionWithHttpInfoAsync (string code, UpdateCutLabelDefinitionRequest? updateCutLabelDefinitionRequest=default(UpdateCutLabelDefinitionRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| UpdateCutLabelDefinition: Update a Cut Label Update a specified cut label More... | |
Properties | |
| Lusid.Sdk.Client.IAsynchronousClient | AsynchronousClient [get, set] |
| The client for accessing this underlying API asynchronously. More... | |
| Lusid.Sdk.Client.ISynchronousClient | Client [get, set] |
| The client for accessing this underlying API synchronously. More... | |
| Lusid.Sdk.Client.IReadableConfiguration | Configuration [get, set] |
| Gets or sets the configuration object More... | |
| Lusid.Sdk.Client.ExceptionFactory | ExceptionFactory [get, set] |
| Provides a factory method hook for the creation of exceptions. More... | |
Represents a collection of functions to interact with the API endpoints
|
inline |
Initializes a new instance of the CutLabelDefinitionsApi class.
|
inline |
Initializes a new instance of the CutLabelDefinitionsApi class.
|
inline |
Initializes a new instance of the CutLabelDefinitionsApi class using Configuration object
| configuration | An instance of Configuration |
|
inline |
Initializes a new instance of the CutLabelDefinitionsApi class using a Configuration object and client instance.
| client | The client interface for synchronous API access. |
| asyncClient | The client interface for asynchronous API access. |
| configuration | The configuration object. |
|
inline |
CreateCutLabelDefinition: Create a Cut Label Create a Cut Label valid in all scopes
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| createCutLabelDefinitionRequest | The cut label definition (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiSync.
|
inline |
CreateCutLabelDefinition: Create a Cut Label Create a Cut Label valid in all scopes
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| createCutLabelDefinitionRequest | The cut label definition (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiAsync.
|
inline |
CreateCutLabelDefinition: Create a Cut Label Create a Cut Label valid in all scopes
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| createCutLabelDefinitionRequest | The cut label definition (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiSync.
|
inline |
CreateCutLabelDefinition: Create a Cut Label Create a Cut Label valid in all scopes
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| createCutLabelDefinitionRequest | The cut label definition (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiAsync.
|
inline |
DeleteCutLabelDefinition: Delete a Cut Label Delete a specified cut label
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| code | The Code of the Cut Label that is being Deleted |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiSync.
|
inline |
DeleteCutLabelDefinition: Delete a Cut Label Delete a specified cut label
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| code | The Code of the Cut Label that is being Deleted |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiAsync.
|
inline |
DeleteCutLabelDefinition: Delete a Cut Label Delete a specified cut label
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| code | The Code of the Cut Label that is being Deleted |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiSync.
|
inline |
DeleteCutLabelDefinition: Delete a Cut Label Delete a specified cut label
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| code | The Code of the Cut Label that is being Deleted |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiAsync.
|
inline |
Gets the base path of the API client.
The base path
|
inline |
GetCutLabelDefinition: Get a Cut Label Get a specified cut label at a given time
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| code | The Code of the Cut Label that is being queried |
| asAt | The time at which to get the Cut Label (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiSync.
|
inline |
GetCutLabelDefinition: Get a Cut Label Get a specified cut label at a given time
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| code | The Code of the Cut Label that is being queried |
| asAt | The time at which to get the Cut Label (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiAsync.
|
inline |
GetCutLabelDefinition: Get a Cut Label Get a specified cut label at a given time
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| code | The Code of the Cut Label that is being queried |
| asAt | The time at which to get the Cut Label (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiSync.
|
inline |
GetCutLabelDefinition: Get a Cut Label Get a specified cut label at a given time
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| code | The Code of the Cut Label that is being queried |
| asAt | The time at which to get the Cut Label (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiAsync.
|
inline |
ListCutLabelDefinitions: List Existing Cut Labels List all the Cut Label Definitions that are valid at the given AsAt time
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | Optional. The As At time at which listed Cut Labels are valid (optional) |
| sortBy | Optional. Order the results by these fields. Use use the '-' sign to denote descending order e.g. -MyFieldName (optional) |
| limit | Optional. When paginating, limit the number of returned results to this many. (optional) |
| filter | Optional. Expression to filter the result set. For example, to filter on code, use "code eq 'string'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
| page | The pagination token to use to continue listing cut labels from a previous call This value is returned from the previous call. If a pagination token is provided the sortBy, filter, and asAt fields must not have changed since the original request. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiSync.
|
inline |
ListCutLabelDefinitions: List Existing Cut Labels List all the Cut Label Definitions that are valid at the given AsAt time
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | Optional. The As At time at which listed Cut Labels are valid (optional) |
| sortBy | Optional. Order the results by these fields. Use use the '-' sign to denote descending order e.g. -MyFieldName (optional) |
| limit | Optional. When paginating, limit the number of returned results to this many. (optional) |
| filter | Optional. Expression to filter the result set. For example, to filter on code, use "code eq 'string'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
| page | The pagination token to use to continue listing cut labels from a previous call This value is returned from the previous call. If a pagination token is provided the sortBy, filter, and asAt fields must not have changed since the original request. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiAsync.
|
inline |
ListCutLabelDefinitions: List Existing Cut Labels List all the Cut Label Definitions that are valid at the given AsAt time
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | Optional. The As At time at which listed Cut Labels are valid (optional) |
| sortBy | Optional. Order the results by these fields. Use use the '-' sign to denote descending order e.g. -MyFieldName (optional) |
| limit | Optional. When paginating, limit the number of returned results to this many. (optional) |
| filter | Optional. Expression to filter the result set. For example, to filter on code, use "code eq 'string'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
| page | The pagination token to use to continue listing cut labels from a previous call This value is returned from the previous call. If a pagination token is provided the sortBy, filter, and asAt fields must not have changed since the original request. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiSync.
|
inline |
ListCutLabelDefinitions: List Existing Cut Labels List all the Cut Label Definitions that are valid at the given AsAt time
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | Optional. The As At time at which listed Cut Labels are valid (optional) |
| sortBy | Optional. Order the results by these fields. Use use the '-' sign to denote descending order e.g. -MyFieldName (optional) |
| limit | Optional. When paginating, limit the number of returned results to this many. (optional) |
| filter | Optional. Expression to filter the result set. For example, to filter on code, use "code eq 'string'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
| page | The pagination token to use to continue listing cut labels from a previous call This value is returned from the previous call. If a pagination token is provided the sortBy, filter, and asAt fields must not have changed since the original request. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiAsync.
|
inline |
UpdateCutLabelDefinition: Update a Cut Label Update a specified cut label
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| code | The Code of the Cut Label that is being updated |
| updateCutLabelDefinitionRequest | The cut label update definition (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiSync.
|
inline |
UpdateCutLabelDefinition: Update a Cut Label Update a specified cut label
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| code | The Code of the Cut Label that is being updated |
| updateCutLabelDefinitionRequest | The cut label update definition (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiAsync.
|
inline |
UpdateCutLabelDefinition: Update a Cut Label Update a specified cut label
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| code | The Code of the Cut Label that is being updated |
| updateCutLabelDefinitionRequest | The cut label update definition (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiSync.
|
inline |
UpdateCutLabelDefinition: Update a Cut Label Update a specified cut label
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| code | The Code of the Cut Label that is being updated |
| updateCutLabelDefinitionRequest | The cut label update definition (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICutLabelDefinitionsApiAsync.
|
getset |
The client for accessing this underlying API asynchronously.
|
getset |
The client for accessing this underlying API synchronously.
|
getset |
Gets or sets the configuration object
An instance of the Configuration
|
getset |
Provides a factory method hook for the creation of exceptions.