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

Public Member Functions | |
| ApplicationMetadataApi () | |
| Initializes a new instance of the ApplicationMetadataApi class. More... | |
| ApplicationMetadataApi (string basePath) | |
| Initializes a new instance of the ApplicationMetadataApi class. More... | |
| ApplicationMetadataApi (Lusid.Sdk.Client.Configuration configuration) | |
| Initializes a new instance of the ApplicationMetadataApi class using Configuration object More... | |
| ApplicationMetadataApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration) | |
| Initializes a new instance of the ApplicationMetadataApi class using a Configuration object and client instance. More... | |
| string | GetBasePath () |
| Gets the base path of the API client. More... | |
| FileResponse | GetExcelAddin (string? version=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetExcelAddin: Download Excel Addin Download the LUSID Excel Addin for Microsoft Excel. Not providing a specific value will return the latest version being returned More... | |
| Lusid.Sdk.Client.ApiResponse< FileResponse > | GetExcelAddinWithHttpInfo (string? version=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetExcelAddin: Download Excel Addin Download the LUSID Excel Addin for Microsoft Excel. Not providing a specific value will return the latest version being returned More... | |
| async System.Threading.Tasks.Task< FileResponse > | GetExcelAddinAsync (string? version=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetExcelAddin: Download Excel Addin Download the LUSID Excel Addin for Microsoft Excel. Not providing a specific value will return the latest version being returned More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< FileResponse > > | GetExcelAddinWithHttpInfoAsync (string? version=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetExcelAddin: Download Excel Addin Download the LUSID Excel Addin for Microsoft Excel. Not providing a specific value will return the latest version being returned More... | |
| VersionSummaryDto | GetLusidVersions (int operationIndex=0, ConfigurationOptions? opts=null) |
| GetLusidVersions: Get LUSID versions Get the semantic versions associated with LUSID and its ecosystem More... | |
| Lusid.Sdk.Client.ApiResponse< VersionSummaryDto > | GetLusidVersionsWithHttpInfo (int operationIndex=0, ConfigurationOptions? opts=null) |
| GetLusidVersions: Get LUSID versions Get the semantic versions associated with LUSID and its ecosystem More... | |
| async System.Threading.Tasks.Task< VersionSummaryDto > | GetLusidVersionsAsync (int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetLusidVersions: Get LUSID versions Get the semantic versions associated with LUSID and its ecosystem More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< VersionSummaryDto > > | GetLusidVersionsWithHttpInfoAsync (int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetLusidVersions: Get LUSID versions Get the semantic versions associated with LUSID and its ecosystem More... | |
| ResourceListOfAccessControlledResource | ListAccessControlledResources (string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| ListAccessControlledResources: Get resources available for access control Get the comprehensive set of resources that are available for access control More... | |
| Lusid.Sdk.Client.ApiResponse< ResourceListOfAccessControlledResource > | ListAccessControlledResourcesWithHttpInfo (string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| ListAccessControlledResources: Get resources available for access control Get the comprehensive set of resources that are available for access control More... | |
| async System.Threading.Tasks.Task< ResourceListOfAccessControlledResource > | ListAccessControlledResourcesAsync (string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| ListAccessControlledResources: Get resources available for access control Get the comprehensive set of resources that are available for access control More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfAccessControlledResource > > | ListAccessControlledResourcesWithHttpInfoAsync (string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| ListAccessControlledResources: Get resources available for access control Get the comprehensive set of resources that are available for access control 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 ApplicationMetadataApi class.
|
inline |
Initializes a new instance of the ApplicationMetadataApi class.
|
inline |
Initializes a new instance of the ApplicationMetadataApi class using Configuration object
| configuration | An instance of Configuration |
|
inline |
Initializes a new instance of the ApplicationMetadataApi 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 |
Gets the base path of the API client.
The base path
|
inline |
GetExcelAddin: Download Excel Addin Download the LUSID Excel Addin for Microsoft Excel. Not providing a specific value will return the latest version being returned
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| version | The requested version of the Excel plugin (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IApplicationMetadataApiSync.
|
inline |
GetExcelAddin: Download Excel Addin Download the LUSID Excel Addin for Microsoft Excel. Not providing a specific value will return the latest version being returned
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| version | The requested version of the Excel plugin (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IApplicationMetadataApiAsync.
|
inline |
GetExcelAddin: Download Excel Addin Download the LUSID Excel Addin for Microsoft Excel. Not providing a specific value will return the latest version being returned
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| version | The requested version of the Excel plugin (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IApplicationMetadataApiSync.
|
inline |
GetExcelAddin: Download Excel Addin Download the LUSID Excel Addin for Microsoft Excel. Not providing a specific value will return the latest version being returned
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| version | The requested version of the Excel plugin (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IApplicationMetadataApiAsync.
|
inline |
GetLusidVersions: Get LUSID versions Get the semantic versions associated with LUSID and its ecosystem
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IApplicationMetadataApiSync.
|
inline |
GetLusidVersions: Get LUSID versions Get the semantic versions associated with LUSID and its ecosystem
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IApplicationMetadataApiAsync.
|
inline |
GetLusidVersions: Get LUSID versions Get the semantic versions associated with LUSID and its ecosystem
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IApplicationMetadataApiSync.
|
inline |
GetLusidVersions: Get LUSID versions Get the semantic versions associated with LUSID and its ecosystem
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IApplicationMetadataApiAsync.
|
inline |
ListAccessControlledResources: Get resources available for access control Get the comprehensive set of resources that are available for access control
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| filter | Optional. Expression to filter the result set. For example, to filter on the Application, use "application eq 'string'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IApplicationMetadataApiSync.
|
inline |
ListAccessControlledResources: Get resources available for access control Get the comprehensive set of resources that are available for access control
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| filter | Optional. Expression to filter the result set. For example, to filter on the Application, use "application eq 'string'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IApplicationMetadataApiAsync.
|
inline |
ListAccessControlledResources: Get resources available for access control Get the comprehensive set of resources that are available for access control
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| filter | Optional. Expression to filter the result set. For example, to filter on the Application, use "application eq 'string'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IApplicationMetadataApiSync.
|
inline |
ListAccessControlledResources: Get resources available for access control Get the comprehensive set of resources that are available for access control
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| filter | Optional. Expression to filter the result set. For example, to filter on the Application, use "application eq 'string'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IApplicationMetadataApiAsync.
|
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.