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

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

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

Public Member Functions

RelationDefinition CreateRelationDefinition (CreateRelationDefinitionRequest createRelationDefinitionRequest, int operationIndex=0)
 [EXPERIMENTAL] CreateRelationDefinition: Create a relation definition More...
 
ApiResponse< RelationDefinitionCreateRelationDefinitionWithHttpInfo (CreateRelationDefinitionRequest createRelationDefinitionRequest, int operationIndex=0)
 [EXPERIMENTAL] CreateRelationDefinition: Create a relation definition More...
 
DeletedEntityResponse DeleteRelationDefinition (string scope, string code, int operationIndex=0)
 [EXPERIMENTAL] DeleteRelationDefinition: Delete relation definition More...
 
ApiResponse< DeletedEntityResponseDeleteRelationDefinitionWithHttpInfo (string scope, string code, int operationIndex=0)
 [EXPERIMENTAL] DeleteRelationDefinition: Delete relation definition More...
 
RelationDefinition GetRelationDefinition (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EXPERIMENTAL] GetRelationDefinition: Get relation definition More...
 
ApiResponse< RelationDefinitionGetRelationDefinitionWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EXPERIMENTAL] GetRelationDefinition: Get relation definition 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

◆ CreateRelationDefinition()

RelationDefinition Lusid.Sdk.Api.IRelationDefinitionsApiSync.CreateRelationDefinition ( CreateRelationDefinitionRequest  createRelationDefinitionRequest,
int  operationIndex = 0 
)

[EXPERIMENTAL] CreateRelationDefinition: Create a relation definition

Define a new relation.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
createRelationDefinitionRequestThe definition of the new relation.
operationIndexIndex associated with the operation.
Returns
RelationDefinition

Implemented in Lusid.Sdk.Api.RelationDefinitionsApi.

◆ CreateRelationDefinitionWithHttpInfo()

ApiResponse<RelationDefinition> Lusid.Sdk.Api.IRelationDefinitionsApiSync.CreateRelationDefinitionWithHttpInfo ( CreateRelationDefinitionRequest  createRelationDefinitionRequest,
int  operationIndex = 0 
)

[EXPERIMENTAL] CreateRelationDefinition: Create a relation definition

Define a new relation.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
createRelationDefinitionRequestThe definition of the new relation.
operationIndexIndex associated with the operation.
Returns
ApiResponse of RelationDefinition

Implemented in Lusid.Sdk.Api.RelationDefinitionsApi.

◆ DeleteRelationDefinition()

DeletedEntityResponse Lusid.Sdk.Api.IRelationDefinitionsApiSync.DeleteRelationDefinition ( string  scope,
string  code,
int  operationIndex = 0 
)

[EXPERIMENTAL] DeleteRelationDefinition: Delete relation definition

Delete the definition of the specified relation.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the relation to be deleted.
codeThe code of the relation to be deleted. Together with the domain and scope this uniquely identifies the relation.
operationIndexIndex associated with the operation.
Returns
DeletedEntityResponse

Implemented in Lusid.Sdk.Api.RelationDefinitionsApi.

◆ DeleteRelationDefinitionWithHttpInfo()

ApiResponse<DeletedEntityResponse> Lusid.Sdk.Api.IRelationDefinitionsApiSync.DeleteRelationDefinitionWithHttpInfo ( string  scope,
string  code,
int  operationIndex = 0 
)

[EXPERIMENTAL] DeleteRelationDefinition: Delete relation definition

Delete the definition of the specified relation.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the relation to be deleted.
codeThe code of the relation to be deleted. Together with the domain and scope this uniquely identifies the relation.
operationIndexIndex associated with the operation.
Returns
ApiResponse of DeletedEntityResponse

Implemented in Lusid.Sdk.Api.RelationDefinitionsApi.

◆ GetRelationDefinition()

RelationDefinition Lusid.Sdk.Api.IRelationDefinitionsApiSync.GetRelationDefinition ( string  scope,
string  code,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0 
)

[EXPERIMENTAL] GetRelationDefinition: Get relation definition

Retrieve the definition of a specified relation.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified relation.
codeThe code of the specified relation. Together with the domain and scope this uniquely identifies the relation.
asAtThe asAt datetime at which to retrieve the relation definition. Defaults to return the latest version of the definition if not specified. (optional)
operationIndexIndex associated with the operation.
Returns
RelationDefinition

Implemented in Lusid.Sdk.Api.RelationDefinitionsApi.

◆ GetRelationDefinitionWithHttpInfo()

ApiResponse<RelationDefinition> Lusid.Sdk.Api.IRelationDefinitionsApiSync.GetRelationDefinitionWithHttpInfo ( string  scope,
string  code,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0 
)

[EXPERIMENTAL] GetRelationDefinition: Get relation definition

Retrieve the definition of a specified relation.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified relation.
codeThe code of the specified relation. Together with the domain and scope this uniquely identifies the relation.
asAtThe asAt datetime at which to retrieve the relation definition. Defaults to return the latest version of the definition if not specified. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of RelationDefinition

Implemented in Lusid.Sdk.Api.RelationDefinitionsApi.


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