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

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

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

Additional Inherited Members

- Public Member Functions inherited from Lusid.Sdk.Api.IConventionsApiSync
AnnulSingleStructuredDataResponse DeleteCdsFlowConventions (string scope, string code, int operationIndex=0)
 [BETA] DeleteCdsFlowConventions: Delete the CDS Flow Conventions of given scope and code, assuming that it is present. More...
 
ApiResponse< AnnulSingleStructuredDataResponseDeleteCdsFlowConventionsWithHttpInfo (string scope, string code, int operationIndex=0)
 [BETA] DeleteCdsFlowConventions: Delete the CDS Flow Conventions of given scope and code, assuming that it is present. More...
 
AnnulSingleStructuredDataResponse DeleteFlowConventions (string scope, string code, int operationIndex=0)
 [BETA] DeleteFlowConventions: Delete the Flow Conventions of given scope and code, assuming that it is present. More...
 
ApiResponse< AnnulSingleStructuredDataResponseDeleteFlowConventionsWithHttpInfo (string scope, string code, int operationIndex=0)
 [BETA] DeleteFlowConventions: Delete the Flow Conventions of given scope and code, assuming that it is present. More...
 
AnnulSingleStructuredDataResponse DeleteIndexConvention (string scope, string code, int operationIndex=0)
 [BETA] DeleteIndexConvention: Delete the Index Convention of given scope and code, assuming that it is present. More...
 
ApiResponse< AnnulSingleStructuredDataResponseDeleteIndexConventionWithHttpInfo (string scope, string code, int operationIndex=0)
 [BETA] DeleteIndexConvention: Delete the Index Convention of given scope and code, assuming that it is present. More...
 
GetCdsFlowConventionsResponse GetCdsFlowConventions (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [BETA] GetCdsFlowConventions: Get CDS Flow Conventions More...
 
ApiResponse< GetCdsFlowConventionsResponseGetCdsFlowConventionsWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [BETA] GetCdsFlowConventions: Get CDS Flow Conventions More...
 
GetFlowConventionsResponse GetFlowConventions (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [BETA] GetFlowConventions: Get Flow Conventions More...
 
ApiResponse< GetFlowConventionsResponseGetFlowConventionsWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [BETA] GetFlowConventions: Get Flow Conventions More...
 
GetIndexConventionResponse GetIndexConvention (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [BETA] GetIndexConvention: Get Index Convention More...
 
ApiResponse< GetIndexConventionResponseGetIndexConventionWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [BETA] GetIndexConvention: Get Index Convention More...
 
ResourceListOfGetCdsFlowConventionsResponse ListCdsFlowConventions (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [BETA] ListCdsFlowConventions: List the set of CDS Flow Conventions More...
 
ApiResponse< ResourceListOfGetCdsFlowConventionsResponseListCdsFlowConventionsWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [BETA] ListCdsFlowConventions: List the set of CDS Flow Conventions More...
 
ResourceListOfGetFlowConventionsResponse ListFlowConventions (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [BETA] ListFlowConventions: List the set of Flow Conventions More...
 
ApiResponse< ResourceListOfGetFlowConventionsResponseListFlowConventionsWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [BETA] ListFlowConventions: List the set of Flow Conventions More...
 
ResourceListOfGetIndexConventionResponse ListIndexConvention (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [BETA] ListIndexConvention: List the set of Index Conventions More...
 
ApiResponse< ResourceListOfGetIndexConventionResponseListIndexConventionWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [BETA] ListIndexConvention: List the set of Index Conventions More...
 
UpsertSingleStructuredDataResponse UpsertCdsFlowConventions (UpsertCdsFlowConventionsRequest upsertCdsFlowConventionsRequest, int operationIndex=0)
 [BETA] UpsertCdsFlowConventions: Upsert a set of CDS Flow Conventions. This creates or updates the data in Lusid. More...
 
ApiResponse< UpsertSingleStructuredDataResponseUpsertCdsFlowConventionsWithHttpInfo (UpsertCdsFlowConventionsRequest upsertCdsFlowConventionsRequest, int operationIndex=0)
 [BETA] UpsertCdsFlowConventions: Upsert a set of CDS Flow Conventions. This creates or updates the data in Lusid. More...
 
UpsertSingleStructuredDataResponse UpsertFlowConventions (UpsertFlowConventionsRequest upsertFlowConventionsRequest, int operationIndex=0)
 [BETA] UpsertFlowConventions: Upsert Flow Conventions. This creates or updates the data in Lusid. More...
 
ApiResponse< UpsertSingleStructuredDataResponseUpsertFlowConventionsWithHttpInfo (UpsertFlowConventionsRequest upsertFlowConventionsRequest, int operationIndex=0)
 [BETA] UpsertFlowConventions: Upsert Flow Conventions. This creates or updates the data in Lusid. More...
 
UpsertSingleStructuredDataResponse UpsertIndexConvention (UpsertIndexConventionRequest upsertIndexConventionRequest, int operationIndex=0)
 [BETA] UpsertIndexConvention: Upsert a set of Index Convention. This creates or updates the data in Lusid. More...
 
ApiResponse< UpsertSingleStructuredDataResponseUpsertIndexConventionWithHttpInfo (UpsertIndexConventionRequest upsertIndexConventionRequest, int operationIndex=0)
 [BETA] UpsertIndexConvention: Upsert a set of Index Convention. This creates or updates the data in Lusid. 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.IConventionsApiAsync
System.Threading.Tasks.Task< AnnulSingleStructuredDataResponseDeleteCdsFlowConventionsAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [BETA] DeleteCdsFlowConventions: Delete the CDS Flow Conventions of given scope and code, assuming that it is present. More...
 
System.Threading.Tasks.Task< ApiResponse< AnnulSingleStructuredDataResponse > > DeleteCdsFlowConventionsWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [BETA] DeleteCdsFlowConventions: Delete the CDS Flow Conventions of given scope and code, assuming that it is present. More...
 
System.Threading.Tasks.Task< AnnulSingleStructuredDataResponseDeleteFlowConventionsAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [BETA] DeleteFlowConventions: Delete the Flow Conventions of given scope and code, assuming that it is present. More...
 
System.Threading.Tasks.Task< ApiResponse< AnnulSingleStructuredDataResponse > > DeleteFlowConventionsWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [BETA] DeleteFlowConventions: Delete the Flow Conventions of given scope and code, assuming that it is present. More...
 
System.Threading.Tasks.Task< AnnulSingleStructuredDataResponseDeleteIndexConventionAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [BETA] DeleteIndexConvention: Delete the Index Convention of given scope and code, assuming that it is present. More...
 
System.Threading.Tasks.Task< ApiResponse< AnnulSingleStructuredDataResponse > > DeleteIndexConventionWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [BETA] DeleteIndexConvention: Delete the Index Convention of given scope and code, assuming that it is present. More...
 
System.Threading.Tasks.Task< GetCdsFlowConventionsResponseGetCdsFlowConventionsAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [BETA] GetCdsFlowConventions: Get CDS Flow Conventions More...
 
System.Threading.Tasks.Task< ApiResponse< GetCdsFlowConventionsResponse > > GetCdsFlowConventionsWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [BETA] GetCdsFlowConventions: Get CDS Flow Conventions More...
 
System.Threading.Tasks.Task< GetFlowConventionsResponseGetFlowConventionsAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [BETA] GetFlowConventions: Get Flow Conventions More...
 
System.Threading.Tasks.Task< ApiResponse< GetFlowConventionsResponse > > GetFlowConventionsWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [BETA] GetFlowConventions: Get Flow Conventions More...
 
System.Threading.Tasks.Task< GetIndexConventionResponseGetIndexConventionAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [BETA] GetIndexConvention: Get Index Convention More...
 
System.Threading.Tasks.Task< ApiResponse< GetIndexConventionResponse > > GetIndexConventionWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [BETA] GetIndexConvention: Get Index Convention More...
 
System.Threading.Tasks.Task< ResourceListOfGetCdsFlowConventionsResponseListCdsFlowConventionsAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [BETA] ListCdsFlowConventions: List the set of CDS Flow Conventions More...
 
System.Threading.Tasks.Task< ApiResponse< ResourceListOfGetCdsFlowConventionsResponse > > ListCdsFlowConventionsWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [BETA] ListCdsFlowConventions: List the set of CDS Flow Conventions More...
 
System.Threading.Tasks.Task< ResourceListOfGetFlowConventionsResponseListFlowConventionsAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [BETA] ListFlowConventions: List the set of Flow Conventions More...
 
System.Threading.Tasks.Task< ApiResponse< ResourceListOfGetFlowConventionsResponse > > ListFlowConventionsWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [BETA] ListFlowConventions: List the set of Flow Conventions More...
 
System.Threading.Tasks.Task< ResourceListOfGetIndexConventionResponseListIndexConventionAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [BETA] ListIndexConvention: List the set of Index Conventions More...
 
System.Threading.Tasks.Task< ApiResponse< ResourceListOfGetIndexConventionResponse > > ListIndexConventionWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [BETA] ListIndexConvention: List the set of Index Conventions More...
 
System.Threading.Tasks.Task< UpsertSingleStructuredDataResponseUpsertCdsFlowConventionsAsync (UpsertCdsFlowConventionsRequest upsertCdsFlowConventionsRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [BETA] UpsertCdsFlowConventions: Upsert a set of CDS Flow Conventions. This creates or updates the data in Lusid. More...
 
System.Threading.Tasks.Task< ApiResponse< UpsertSingleStructuredDataResponse > > UpsertCdsFlowConventionsWithHttpInfoAsync (UpsertCdsFlowConventionsRequest upsertCdsFlowConventionsRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [BETA] UpsertCdsFlowConventions: Upsert a set of CDS Flow Conventions. This creates or updates the data in Lusid. More...
 
System.Threading.Tasks.Task< UpsertSingleStructuredDataResponseUpsertFlowConventionsAsync (UpsertFlowConventionsRequest upsertFlowConventionsRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [BETA] UpsertFlowConventions: Upsert Flow Conventions. This creates or updates the data in Lusid. More...
 
System.Threading.Tasks.Task< ApiResponse< UpsertSingleStructuredDataResponse > > UpsertFlowConventionsWithHttpInfoAsync (UpsertFlowConventionsRequest upsertFlowConventionsRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [BETA] UpsertFlowConventions: Upsert Flow Conventions. This creates or updates the data in Lusid. More...
 
System.Threading.Tasks.Task< UpsertSingleStructuredDataResponseUpsertIndexConventionAsync (UpsertIndexConventionRequest upsertIndexConventionRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [BETA] UpsertIndexConvention: Upsert a set of Index Convention. This creates or updates the data in Lusid. More...
 
System.Threading.Tasks.Task< ApiResponse< UpsertSingleStructuredDataResponse > > UpsertIndexConventionWithHttpInfoAsync (UpsertIndexConventionRequest upsertIndexConventionRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [BETA] UpsertIndexConvention: Upsert a set of Index Convention. This creates or updates the data in Lusid. 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: