LUSID C# SDK
List of all members
Lusid.Sdk.Api.IRelationshipsApi Interface Reference

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

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

Additional Inherited Members

- Public Member Functions inherited from Lusid.Sdk.Api.IRelationshipsApiSync
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...
 
- Public Member Functions inherited from Lusid.Sdk.Api.IRelationshipsApiAsync
System.Threading.Tasks.Task< CompleteRelationshipCreateRelationshipAsync (string scope, string code, CreateRelationshipRequest createRelationshipRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] CreateRelationship: Create Relationship More...
 
System.Threading.Tasks.Task< ApiResponse< CompleteRelationship > > CreateRelationshipWithHttpInfoAsync (string scope, string code, CreateRelationshipRequest createRelationshipRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] CreateRelationship: Create Relationship More...
 
System.Threading.Tasks.Task< DeletedEntityResponseDeleteRelationshipAsync (string scope, string code, DeleteRelationshipRequest deleteRelationshipRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] DeleteRelationship: Delete Relationship More...
 
System.Threading.Tasks.Task< ApiResponse< DeletedEntityResponse > > DeleteRelationshipWithHttpInfoAsync (string scope, string code, DeleteRelationshipRequest deleteRelationshipRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] DeleteRelationship: Delete Relationship More...
 
- 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


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