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

Public Member Functions | |
| SystemConfigurationApi () | |
| Initializes a new instance of the SystemConfigurationApi class. More... | |
| SystemConfigurationApi (String basePath) | |
| Initializes a new instance of the SystemConfigurationApi class. More... | |
| SystemConfigurationApi (Lusid.Sdk.Client.Configuration configuration) | |
| Initializes a new instance of the SystemConfigurationApi class using Configuration object More... | |
| SystemConfigurationApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration) | |
| Initializes a new instance of the SystemConfigurationApi class using a Configuration object and client instance. More... | |
| String | GetBasePath () |
| Gets the base path of the API client. More... | |
| TransactionSetConfigurationData | CreateConfigurationTransactionType (TransactionConfigurationDataRequest transactionConfigurationDataRequest=default(TransactionConfigurationDataRequest)) |
| [EARLY ACCESS] Create transaction type Create a new transaction type by specifying a definition and mappings to movements. More... | |
| Lusid.Sdk.Client.ApiResponse< TransactionSetConfigurationData > | CreateConfigurationTransactionTypeWithHttpInfo (TransactionConfigurationDataRequest transactionConfigurationDataRequest=default(TransactionConfigurationDataRequest)) |
| [EARLY ACCESS] Create transaction type Create a new transaction type by specifying a definition and mappings to movements. More... | |
| async System.Threading.Tasks.Task< TransactionSetConfigurationData > | CreateConfigurationTransactionTypeAsync (TransactionConfigurationDataRequest transactionConfigurationDataRequest=default(TransactionConfigurationDataRequest), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| [EARLY ACCESS] Create transaction type Create a new transaction type by specifying a definition and mappings to movements. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< TransactionSetConfigurationData > > | CreateConfigurationTransactionTypeWithHttpInfoAsync (TransactionConfigurationDataRequest transactionConfigurationDataRequest=default(TransactionConfigurationDataRequest), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| [EARLY ACCESS] Create transaction type Create a new transaction type by specifying a definition and mappings to movements. More... | |
| TransactionSetConfigurationData | ListConfigurationTransactionTypes (DateTimeOffset? asAt=default(DateTimeOffset?)) |
| [EARLY ACCESS] List transaction types Get the list of current transaction types. For information on the default transaction types provided with LUSID, see https://support.lusid.com/knowledgebase/article/KA-01873/. More... | |
| Lusid.Sdk.Client.ApiResponse< TransactionSetConfigurationData > | ListConfigurationTransactionTypesWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?)) |
| [EARLY ACCESS] List transaction types Get the list of current transaction types. For information on the default transaction types provided with LUSID, see https://support.lusid.com/knowledgebase/article/KA-01873/. More... | |
| async System.Threading.Tasks.Task< TransactionSetConfigurationData > | ListConfigurationTransactionTypesAsync (DateTimeOffset? asAt=default(DateTimeOffset?), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| [EARLY ACCESS] List transaction types Get the list of current transaction types. For information on the default transaction types provided with LUSID, see https://support.lusid.com/knowledgebase/article/KA-01873/. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< TransactionSetConfigurationData > > | ListConfigurationTransactionTypesWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| [EARLY ACCESS] List transaction types Get the list of current transaction types. For information on the default transaction types provided with LUSID, see https://support.lusid.com/knowledgebase/article/KA-01873/. 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... | |
Properties inherited from Lusid.Sdk.Client.IApiAccessor | |
| IReadableConfiguration | Configuration [get, set] |
| Gets or sets the configuration object More... | |
| 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 SystemConfigurationApi class.
|
inline |
Initializes a new instance of the SystemConfigurationApi class.
|
inline |
Initializes a new instance of the SystemConfigurationApi class using Configuration object
| configuration | An instance of Configuration |
|
inline |
Initializes a new instance of the SystemConfigurationApi 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 |
[EARLY ACCESS] Create transaction type Create a new transaction type by specifying a definition and mappings to movements.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| transactionConfigurationDataRequest | A transaction type definition. (optional) |
Implements Lusid.Sdk.Api.ISystemConfigurationApiSync.
|
inline |
[EARLY ACCESS] Create transaction type Create a new transaction type by specifying a definition and mappings to movements.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| transactionConfigurationDataRequest | A transaction type definition. (optional) |
| cancellationToken | Cancellation Token to cancel the request. |
Implements Lusid.Sdk.Api.ISystemConfigurationApiAsync.
|
inline |
[EARLY ACCESS] Create transaction type Create a new transaction type by specifying a definition and mappings to movements.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| transactionConfigurationDataRequest | A transaction type definition. (optional) |
Implements Lusid.Sdk.Api.ISystemConfigurationApiSync.
|
inline |
[EARLY ACCESS] Create transaction type Create a new transaction type by specifying a definition and mappings to movements.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| transactionConfigurationDataRequest | A transaction type definition. (optional) |
| cancellationToken | Cancellation Token to cancel the request. |
Implements Lusid.Sdk.Api.ISystemConfigurationApiAsync.
|
inline |
|
inline |
[EARLY ACCESS] List transaction types Get the list of current transaction types. For information on the default transaction types provided with LUSID, see https://support.lusid.com/knowledgebase/article/KA-01873/.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | The asAt datetime at which to retrieve the transaction types. Defaults to returning the latest versions if not specified. (optional) |
Implements Lusid.Sdk.Api.ISystemConfigurationApiSync.
|
inline |
[EARLY ACCESS] List transaction types Get the list of current transaction types. For information on the default transaction types provided with LUSID, see https://support.lusid.com/knowledgebase/article/KA-01873/.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | The asAt datetime at which to retrieve the transaction types. Defaults to returning the latest versions if not specified. (optional) |
| cancellationToken | Cancellation Token to cancel the request. |
Implements Lusid.Sdk.Api.ISystemConfigurationApiAsync.
|
inline |
[EARLY ACCESS] List transaction types Get the list of current transaction types. For information on the default transaction types provided with LUSID, see https://support.lusid.com/knowledgebase/article/KA-01873/.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | The asAt datetime at which to retrieve the transaction types. Defaults to returning the latest versions if not specified. (optional) |
Implements Lusid.Sdk.Api.ISystemConfigurationApiSync.
|
inline |
[EARLY ACCESS] List transaction types Get the list of current transaction types. For information on the default transaction types provided with LUSID, see https://support.lusid.com/knowledgebase/article/KA-01873/.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | The asAt datetime at which to retrieve the transaction types. Defaults to returning the latest versions if not specified. (optional) |
| cancellationToken | Cancellation Token to cancel the request. |
Implements Lusid.Sdk.Api.ISystemConfigurationApiAsync.
|
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.
1.8.13