LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Public Member Functions | |
RelationsApi () | |
Initializes a new instance of the RelationsApi class. More... | |
RelationsApi (string basePath) | |
Initializes a new instance of the RelationsApi class. More... | |
RelationsApi (Lusid.Sdk.Client.Configuration configuration) | |
Initializes a new instance of the RelationsApi class using Configuration object More... | |
RelationsApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration) | |
Initializes a new instance of the RelationsApi class using a Configuration object and client instance. More... | |
string | GetBasePath () |
Gets the base path of the API client. More... | |
CompleteRelation | CreateRelation (string scope, string code, CreateRelationRequest createRelationRequest, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreateRelation: Create Relation Create a relation between two entity objects by their identifiers More... | |
Lusid.Sdk.Client.ApiResponse< CompleteRelation > | CreateRelationWithHttpInfo (string scope, string code, CreateRelationRequest createRelationRequest, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreateRelation: Create Relation Create a relation between two entity objects by their identifiers More... | |
async System.Threading.Tasks.Task< CompleteRelation > | CreateRelationAsync (string scope, string code, CreateRelationRequest createRelationRequest, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreateRelation: Create Relation Create a relation between two entity objects by their identifiers More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CompleteRelation > > | CreateRelationWithHttpInfoAsync (string scope, string code, CreateRelationRequest createRelationRequest, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreateRelation: Create Relation Create a relation between two entity objects by their identifiers More... | |
DeletedEntityResponse | DeleteRelation (string scope, string code, DeleteRelationRequest deleteRelationRequest, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteRelation: Delete a relation Delete a relation between two entity objects represented by their identifiers More... | |
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeleteRelationWithHttpInfo (string scope, string code, DeleteRelationRequest deleteRelationRequest, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteRelation: Delete a relation Delete a relation between two entity objects represented by their identifiers More... | |
async System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteRelationAsync (string scope, string code, DeleteRelationRequest deleteRelationRequest, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteRelation: Delete a relation Delete a relation between two entity objects represented by their identifiers More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeleteRelationWithHttpInfoAsync (string scope, string code, DeleteRelationRequest deleteRelationRequest, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteRelation: Delete a relation Delete a relation 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 RelationsApi class.
|
inline |
Initializes a new instance of the RelationsApi class.
|
inline |
Initializes a new instance of the RelationsApi class using Configuration object
configuration | An instance of Configuration |
|
inline |
Initializes a new instance of the RelationsApi 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 |
[EXPERIMENTAL] CreateRelation: Create Relation Create a relation between two entity objects by their identifiers
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the relation definition |
code | The code of the relation definition |
createRelationRequest | The details of the relation to create. |
effectiveAt | The effective datetime or cut label at which the relation should be effective from. Defaults to the current LUSID system datetime if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationsApiSync.
|
inline |
[EXPERIMENTAL] CreateRelation: Create Relation Create a relation between two entity objects by their identifiers
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the relation definition |
code | The code of the relation definition |
createRelationRequest | The details of the relation to create. |
effectiveAt | The effective datetime or cut label at which the relation should be effective from. Defaults to the current LUSID system datetime if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationsApiAsync.
|
inline |
[EXPERIMENTAL] CreateRelation: Create Relation Create a relation between two entity objects by their identifiers
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the relation definition |
code | The code of the relation definition |
createRelationRequest | The details of the relation to create. |
effectiveAt | The effective datetime or cut label at which the relation should be effective from. Defaults to the current LUSID system datetime if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationsApiSync.
|
inline |
[EXPERIMENTAL] CreateRelation: Create Relation Create a relation between two entity objects by their identifiers
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the relation definition |
code | The code of the relation definition |
createRelationRequest | The details of the relation to create. |
effectiveAt | The effective datetime or cut label at which the relation should be effective from. Defaults to the current LUSID system datetime if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationsApiAsync.
|
inline |
[EXPERIMENTAL] DeleteRelation: Delete a relation Delete a relation between two entity objects represented by their identifiers
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the relation definition |
code | The code of the relation definition |
deleteRelationRequest | The details of the relation to delete. |
effectiveAt | The effective datetime or cut label at which the relation should the deletion be effective from. Defaults to the current LUSID system datetime if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationsApiSync.
|
inline |
[EXPERIMENTAL] DeleteRelation: Delete a relation Delete a relation between two entity objects represented by their identifiers
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the relation definition |
code | The code of the relation definition |
deleteRelationRequest | The details of the relation to delete. |
effectiveAt | The effective datetime or cut label at which the relation should the deletion be effective from. Defaults to the current LUSID system datetime if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationsApiAsync.
|
inline |
[EXPERIMENTAL] DeleteRelation: Delete a relation Delete a relation between two entity objects represented by their identifiers
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the relation definition |
code | The code of the relation definition |
deleteRelationRequest | The details of the relation to delete. |
effectiveAt | The effective datetime or cut label at which the relation should the deletion be effective from. Defaults to the current LUSID system datetime if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationsApiSync.
|
inline |
[EXPERIMENTAL] DeleteRelation: Delete a relation Delete a relation between two entity objects represented by their identifiers
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the relation definition |
code | The code of the relation definition |
deleteRelationRequest | The details of the relation to delete. |
effectiveAt | The effective datetime or cut label at which the relation should the deletion be effective from. Defaults to the current LUSID system datetime if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationsApiAsync.
|
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.