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

Public Member Functions | |
| RelationshipsApi () | |
| Initializes a new instance of the RelationshipsApi class. More... | |
| RelationshipsApi (string basePath) | |
| Initializes a new instance of the RelationshipsApi class. More... | |
| RelationshipsApi (Lusid.Sdk.Client.Configuration configuration) | |
| Initializes a new instance of the RelationshipsApi class using Configuration object More... | |
| RelationshipsApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration) | |
| Initializes a new instance of the RelationshipsApi class using a Configuration object and client instance. More... | |
| string | GetBasePath () |
| Gets the base path of the API client. More... | |
| CompleteRelationship | CreateRelationship (string scope, string code, CreateRelationshipRequest createRelationshipRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
| CreateRelationship: Create Relationship Create a relationship between two entity objects by their identifiers More... | |
| Lusid.Sdk.Client.ApiResponse< CompleteRelationship > | CreateRelationshipWithHttpInfo (string scope, string code, CreateRelationshipRequest createRelationshipRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
| CreateRelationship: Create Relationship Create a relationship between two entity objects by their identifiers More... | |
| async System.Threading.Tasks.Task< CompleteRelationship > | CreateRelationshipAsync (string scope, string code, CreateRelationshipRequest createRelationshipRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| CreateRelationship: Create Relationship Create a relationship between two entity objects by their identifiers More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CompleteRelationship > > | CreateRelationshipWithHttpInfoAsync (string scope, string code, CreateRelationshipRequest createRelationshipRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| CreateRelationship: Create Relationship Create a relationship between two entity objects by their identifiers More... | |
| DeletedEntityResponse | DeleteRelationship (string scope, string code, DeleteRelationshipRequest deleteRelationshipRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] DeleteRelationship: Delete Relationship Delete a relationship between two entity objects represented by their identifiers More... | |
| Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeleteRelationshipWithHttpInfo (string scope, string code, DeleteRelationshipRequest deleteRelationshipRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] DeleteRelationship: Delete Relationship Delete a relationship between two entity objects represented by their identifiers More... | |
| async System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteRelationshipAsync (string scope, string code, DeleteRelationshipRequest deleteRelationshipRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] DeleteRelationship: Delete Relationship Delete a relationship between two entity objects represented by their identifiers More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeleteRelationshipWithHttpInfoAsync (string scope, string code, DeleteRelationshipRequest deleteRelationshipRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] DeleteRelationship: Delete Relationship Delete a relationship between two entity objects represented by their identifiers 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 RelationshipsApi class.
|
inline |
Initializes a new instance of the RelationshipsApi class.
|
inline |
Initializes a new instance of the RelationshipsApi class using Configuration object
| configuration | An instance of Configuration |
|
inline |
Initializes a new instance of the RelationshipsApi 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 |
CreateRelationship: Create Relationship Create a relationship between two entity objects by their identifiers
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the relationship |
| code | The code of the relationship |
| createRelationshipRequest | The details of the relationship to create. |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationshipsApiSync.
|
inline |
CreateRelationship: Create Relationship Create a relationship between two entity objects by their identifiers
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the relationship |
| code | The code of the relationship |
| createRelationshipRequest | The details of the relationship to create. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationshipsApiAsync.
|
inline |
CreateRelationship: Create Relationship Create a relationship between two entity objects by their identifiers
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the relationship |
| code | The code of the relationship |
| createRelationshipRequest | The details of the relationship to create. |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationshipsApiSync.
|
inline |
CreateRelationship: Create Relationship Create a relationship between two entity objects by their identifiers
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the relationship |
| code | The code of the relationship |
| createRelationshipRequest | The details of the relationship to create. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationshipsApiAsync.
|
inline |
[EARLY ACCESS] DeleteRelationship: Delete Relationship Delete a relationship between two entity objects represented by their identifiers
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the relationship |
| code | The code of the relationship |
| deleteRelationshipRequest | The details of the relationship to delete. |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationshipsApiSync.
|
inline |
[EARLY ACCESS] DeleteRelationship: Delete Relationship Delete a relationship between two entity objects represented by their identifiers
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the relationship |
| code | The code of the relationship |
| deleteRelationshipRequest | The details of the relationship to delete. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationshipsApiAsync.
|
inline |
[EARLY ACCESS] DeleteRelationship: Delete Relationship Delete a relationship between two entity objects represented by their identifiers
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the relationship |
| code | The code of the relationship |
| deleteRelationshipRequest | The details of the relationship to delete. |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationshipsApiSync.
|
inline |
[EARLY ACCESS] DeleteRelationship: Delete Relationship Delete a relationship between two entity objects represented by their identifiers
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the relationship |
| code | The code of the relationship |
| deleteRelationshipRequest | The details of the relationship to delete. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationshipsApiAsync.
|
inline |
Gets the base path of the API client.
The base path
|
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.