LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Public Member Functions | |
RelationDefinition | CreateRelationDefinition (CreateRelationDefinitionRequest createRelationDefinitionRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreateRelationDefinition: Create a relation definition More... | |
Lusid.Sdk.Client.ApiResponse< RelationDefinition > | CreateRelationDefinitionWithHttpInfo (CreateRelationDefinitionRequest createRelationDefinitionRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreateRelationDefinition: Create a relation definition More... | |
DeletedEntityResponse | DeleteRelationDefinition (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteRelationDefinition: Delete relation definition More... | |
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeleteRelationDefinitionWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteRelationDefinition: Delete relation definition More... | |
RelationDefinition | GetRelationDefinition (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetRelationDefinition: Get relation definition More... | |
Lusid.Sdk.Client.ApiResponse< RelationDefinition > | GetRelationDefinitionWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetRelationDefinition: Get relation definition More... | |
Represents a collection of functions to interact with the API endpoints
RelationDefinition Lusid.Sdk.Api.IRelationDefinitionsApiSync.CreateRelationDefinition | ( | CreateRelationDefinitionRequest | createRelationDefinitionRequest, |
int | operationIndex = 0 , |
||
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. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.RelationDefinitionsApi.
Lusid.Sdk.Client.ApiResponse<RelationDefinition> Lusid.Sdk.Api.IRelationDefinitionsApiSync.CreateRelationDefinitionWithHttpInfo | ( | CreateRelationDefinitionRequest | createRelationDefinitionRequest, |
int | operationIndex = 0 , |
||
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. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.RelationDefinitionsApi.
DeletedEntityResponse Lusid.Sdk.Api.IRelationDefinitionsApiSync.DeleteRelationDefinition | ( | string | scope, |
string | code, | ||
int | operationIndex = 0 , |
||
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. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.RelationDefinitionsApi.
Lusid.Sdk.Client.ApiResponse<DeletedEntityResponse> Lusid.Sdk.Api.IRelationDefinitionsApiSync.DeleteRelationDefinitionWithHttpInfo | ( | string | scope, |
string | code, | ||
int | operationIndex = 0 , |
||
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. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.RelationDefinitionsApi.
RelationDefinition Lusid.Sdk.Api.IRelationDefinitionsApiSync.GetRelationDefinition | ( | string | scope, |
string | code, | ||
DateTimeOffset? | asAt = default(DateTimeOffset?) , |
||
int | operationIndex = 0 , |
||
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. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.RelationDefinitionsApi.
Lusid.Sdk.Client.ApiResponse<RelationDefinition> Lusid.Sdk.Api.IRelationDefinitionsApiSync.GetRelationDefinitionWithHttpInfo | ( | string | scope, |
string | code, | ||
DateTimeOffset? | asAt = default(DateTimeOffset?) , |
||
int | operationIndex = 0 , |
||
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. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.RelationDefinitionsApi.