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

Public Member Functions | |
| 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 More... | |
| 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 More... | |
| 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 More... | |
| 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 More... | |
| 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 More... | |
| 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 More... | |
| 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 More... | |
| 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 More... | |
| 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 More... | |
| 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 More... | |
Represents a collection of functions to interact with the API endpoints
| System.Threading.Tasks.Task<CutLabelDefinition> Lusid.Sdk.Api.ICutLabelDefinitionsApiAsync.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
| 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. |
Implemented in Lusid.Sdk.Api.CutLabelDefinitionsApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<CutLabelDefinition> > Lusid.Sdk.Api.ICutLabelDefinitionsApiAsync.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
| 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. |
Implemented in Lusid.Sdk.Api.CutLabelDefinitionsApi.
| System.Threading.Tasks.Task<DateTimeOffset> Lusid.Sdk.Api.ICutLabelDefinitionsApiAsync.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
| 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. |
Implemented in Lusid.Sdk.Api.CutLabelDefinitionsApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<DateTimeOffset> > Lusid.Sdk.Api.ICutLabelDefinitionsApiAsync.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
| 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. |
Implemented in Lusid.Sdk.Api.CutLabelDefinitionsApi.
| System.Threading.Tasks.Task<CutLabelDefinition> Lusid.Sdk.Api.ICutLabelDefinitionsApiAsync.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
| 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. |
Implemented in Lusid.Sdk.Api.CutLabelDefinitionsApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<CutLabelDefinition> > Lusid.Sdk.Api.ICutLabelDefinitionsApiAsync.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
| 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. |
Implemented in Lusid.Sdk.Api.CutLabelDefinitionsApi.
| System.Threading.Tasks.Task<PagedResourceListOfCutLabelDefinition> Lusid.Sdk.Api.ICutLabelDefinitionsApiAsync.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
| 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. |
Implemented in Lusid.Sdk.Api.CutLabelDefinitionsApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PagedResourceListOfCutLabelDefinition> > Lusid.Sdk.Api.ICutLabelDefinitionsApiAsync.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
| 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. |
Implemented in Lusid.Sdk.Api.CutLabelDefinitionsApi.
| System.Threading.Tasks.Task<CutLabelDefinition> Lusid.Sdk.Api.ICutLabelDefinitionsApiAsync.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
| 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. |
Implemented in Lusid.Sdk.Api.CutLabelDefinitionsApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<CutLabelDefinition> > Lusid.Sdk.Api.ICutLabelDefinitionsApiAsync.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
| 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. |
Implemented in Lusid.Sdk.Api.CutLabelDefinitionsApi.