LUSID C# SDK
Public Member Functions | List of all members
Lusid.Sdk.Api.IRelationshipsApiSync Interface Reference

Represents a collection of functions to interact with the API endpoints More...

Inheritance diagram for Lusid.Sdk.Api.IRelationshipsApiSync:
Inheritance graph
[legend]

Public Member Functions

CompleteRelationship CreateRelationship (string scope, string code, CreateRelationshipRequest createRelationshipRequest, int operationIndex=0)
 [EARLY ACCESS] CreateRelationship: Create Relationship More...
 
ApiResponse< CompleteRelationshipCreateRelationshipWithHttpInfo (string scope, string code, CreateRelationshipRequest createRelationshipRequest, int operationIndex=0)
 [EARLY ACCESS] CreateRelationship: Create Relationship More...
 
DeletedEntityResponse DeleteRelationship (string scope, string code, DeleteRelationshipRequest deleteRelationshipRequest, int operationIndex=0)
 [EARLY ACCESS] DeleteRelationship: Delete Relationship More...
 
ApiResponse< DeletedEntityResponseDeleteRelationshipWithHttpInfo (string scope, string code, DeleteRelationshipRequest deleteRelationshipRequest, int operationIndex=0)
 [EARLY ACCESS] DeleteRelationship: Delete Relationship More...
 
- Public Member Functions inherited from Lusid.Sdk.Client.IApiAccessor
string GetBasePath ()
 Gets the base path of the API client. More...
 

Additional Inherited Members

- 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...
 

Detailed Description

Represents a collection of functions to interact with the API endpoints

Member Function Documentation

◆ CreateRelationship()

CompleteRelationship Lusid.Sdk.Api.IRelationshipsApiSync.CreateRelationship ( string  scope,
string  code,
CreateRelationshipRequest  createRelationshipRequest,
int  operationIndex = 0 
)

[EARLY ACCESS] CreateRelationship: Create Relationship

Create a relationship between two entity objects by their identifiers

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the relationship
codeThe code of the relationship
createRelationshipRequestThe details of the relationship to create.
operationIndexIndex associated with the operation.
Returns
CompleteRelationship

Implemented in Lusid.Sdk.Api.RelationshipsApi.

◆ CreateRelationshipWithHttpInfo()

ApiResponse<CompleteRelationship> Lusid.Sdk.Api.IRelationshipsApiSync.CreateRelationshipWithHttpInfo ( string  scope,
string  code,
CreateRelationshipRequest  createRelationshipRequest,
int  operationIndex = 0 
)

[EARLY ACCESS] CreateRelationship: Create Relationship

Create a relationship between two entity objects by their identifiers

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the relationship
codeThe code of the relationship
createRelationshipRequestThe details of the relationship to create.
operationIndexIndex associated with the operation.
Returns
ApiResponse of CompleteRelationship

Implemented in Lusid.Sdk.Api.RelationshipsApi.

◆ DeleteRelationship()

DeletedEntityResponse Lusid.Sdk.Api.IRelationshipsApiSync.DeleteRelationship ( string  scope,
string  code,
DeleteRelationshipRequest  deleteRelationshipRequest,
int  operationIndex = 0 
)

[EARLY ACCESS] DeleteRelationship: Delete Relationship

Delete a relationship between two entity objects represented by their identifiers

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the relationship
codeThe code of the relationship
deleteRelationshipRequestThe details of the relationship to delete.
operationIndexIndex associated with the operation.
Returns
DeletedEntityResponse

Implemented in Lusid.Sdk.Api.RelationshipsApi.

◆ DeleteRelationshipWithHttpInfo()

ApiResponse<DeletedEntityResponse> Lusid.Sdk.Api.IRelationshipsApiSync.DeleteRelationshipWithHttpInfo ( string  scope,
string  code,
DeleteRelationshipRequest  deleteRelationshipRequest,
int  operationIndex = 0 
)

[EARLY ACCESS] DeleteRelationship: Delete Relationship

Delete a relationship between two entity objects represented by their identifiers

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the relationship
codeThe code of the relationship
deleteRelationshipRequestThe details of the relationship to delete.
operationIndexIndex associated with the operation.
Returns
ApiResponse of DeletedEntityResponse

Implemented in Lusid.Sdk.Api.RelationshipsApi.


The documentation for this interface was generated from the following file: