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

Public Member Functions | |
| System.Threading.Tasks.Task< RelationDefinition > | CreateRelationDefinitionAsync (CreateRelationDefinitionRequest createRelationDefinitionRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] CreateRelationDefinition: Create a relation definition More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< RelationDefinition > > | CreateRelationDefinitionWithHttpInfoAsync (CreateRelationDefinitionRequest createRelationDefinitionRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] CreateRelationDefinition: Create a relation definition More... | |
| System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteRelationDefinitionAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] DeleteRelationDefinition: Delete relation definition More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeleteRelationDefinitionWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] DeleteRelationDefinition: Delete relation definition More... | |
| System.Threading.Tasks.Task< RelationDefinition > | GetRelationDefinitionAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetRelationDefinition: Get relation definition More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< RelationDefinition > > | GetRelationDefinitionWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetRelationDefinition: Get relation definition More... | |
Represents a collection of functions to interact with the API endpoints
| System.Threading.Tasks.Task<RelationDefinition> Lusid.Sdk.Api.IRelationDefinitionsApiAsync.CreateRelationDefinitionAsync | ( | CreateRelationDefinitionRequest | createRelationDefinitionRequest, |
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EXPERIMENTAL] CreateRelationDefinition: Create a relation definition
Define a new relation.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| createRelationDefinitionRequest | The definition of the new relation. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.RelationDefinitionsApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<RelationDefinition> > Lusid.Sdk.Api.IRelationDefinitionsApiAsync.CreateRelationDefinitionWithHttpInfoAsync | ( | CreateRelationDefinitionRequest | createRelationDefinitionRequest, |
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EXPERIMENTAL] CreateRelationDefinition: Create a relation definition
Define a new relation.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| createRelationDefinitionRequest | The definition of the new relation. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.RelationDefinitionsApi.
| System.Threading.Tasks.Task<DeletedEntityResponse> Lusid.Sdk.Api.IRelationDefinitionsApiAsync.DeleteRelationDefinitionAsync | ( | string | scope, |
| string | code, | ||
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EXPERIMENTAL] DeleteRelationDefinition: Delete relation definition
Delete the definition of the specified relation.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the relation to be deleted. |
| code | The code of the relation to be deleted. Together with the domain and scope this uniquely identifies the relation. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.RelationDefinitionsApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<DeletedEntityResponse> > Lusid.Sdk.Api.IRelationDefinitionsApiAsync.DeleteRelationDefinitionWithHttpInfoAsync | ( | string | scope, |
| string | code, | ||
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EXPERIMENTAL] DeleteRelationDefinition: Delete relation definition
Delete the definition of the specified relation.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the relation to be deleted. |
| code | The code of the relation to be deleted. Together with the domain and scope this uniquely identifies the relation. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.RelationDefinitionsApi.
| System.Threading.Tasks.Task<RelationDefinition> Lusid.Sdk.Api.IRelationDefinitionsApiAsync.GetRelationDefinitionAsync | ( | string | scope, |
| string | code, | ||
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EXPERIMENTAL] GetRelationDefinition: Get relation definition
Retrieve the definition of a specified relation.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the specified relation. |
| code | The code of the specified relation. Together with the domain and scope this uniquely identifies the relation. |
| asAt | The asAt datetime at which to retrieve the relation definition. Defaults to return the latest version of the definition if not specified. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.RelationDefinitionsApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<RelationDefinition> > Lusid.Sdk.Api.IRelationDefinitionsApiAsync.GetRelationDefinitionWithHttpInfoAsync | ( | string | scope, |
| string | code, | ||
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EXPERIMENTAL] GetRelationDefinition: Get relation definition
Retrieve the definition of a specified relation.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the specified relation. |
| code | The code of the specified relation. Together with the domain and scope this uniquely identifies the relation. |
| asAt | The asAt datetime at which to retrieve the relation definition. Defaults to return the latest version of the definition if not specified. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.RelationDefinitionsApi.