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

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

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

Additional Inherited Members

- Public Member Functions inherited from Lusid.Sdk.Api.IConfigurationRecipeApiSync
AnnulSingleStructuredDataResponse DeleteConfigurationRecipe (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null)
 DeleteConfigurationRecipe: Delete a Configuration Recipe, assuming that it is present. More...
 
Lusid.Sdk.Client.ApiResponse< AnnulSingleStructuredDataResponseDeleteConfigurationRecipeWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null)
 DeleteConfigurationRecipe: Delete a Configuration Recipe, assuming that it is present. More...
 
AnnulSingleStructuredDataResponse DeleteRecipeComposer (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null)
 DeleteRecipeComposer: Delete a Recipe Composer, assuming that it is present. More...
 
Lusid.Sdk.Client.ApiResponse< AnnulSingleStructuredDataResponseDeleteRecipeComposerWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null)
 DeleteRecipeComposer: Delete a Recipe Composer, assuming that it is present. More...
 
GetRecipeResponse GetConfigurationRecipe (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null)
 GetConfigurationRecipe: Get Configuration Recipe More...
 
Lusid.Sdk.Client.ApiResponse< GetRecipeResponseGetConfigurationRecipeWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null)
 GetConfigurationRecipe: Get Configuration Recipe More...
 
GetRecipeResponse GetDerivedRecipe (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null)
 GetDerivedRecipe: Get Configuration Recipe either from the store or expanded from a Recipe Composer. More...
 
Lusid.Sdk.Client.ApiResponse< GetRecipeResponseGetDerivedRecipeWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null)
 GetDerivedRecipe: Get Configuration Recipe either from the store or expanded from a Recipe Composer. More...
 
GetRecipeComposerResponse GetRecipeComposer (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null)
 GetRecipeComposer: Get Recipe Composer More...
 
Lusid.Sdk.Client.ApiResponse< GetRecipeComposerResponseGetRecipeComposerWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null)
 GetRecipeComposer: Get Recipe Composer More...
 
GetRecipeResponse GetRecipeComposerResolvedInline (UpsertRecipeComposerRequest upsertRecipeComposerRequest, int operationIndex=0, ConfigurationOptions? opts=null)
 GetRecipeComposerResolvedInline: Given a Recipe Composer, this endpoint expands into a Configuration Recipe without persistence. Primarily used for testing purposes. More...
 
Lusid.Sdk.Client.ApiResponse< GetRecipeResponseGetRecipeComposerResolvedInlineWithHttpInfo (UpsertRecipeComposerRequest upsertRecipeComposerRequest, int operationIndex=0, ConfigurationOptions? opts=null)
 GetRecipeComposerResolvedInline: Given a Recipe Composer, this endpoint expands into a Configuration Recipe without persistence. Primarily used for testing purposes. More...
 
ResourceListOfGetRecipeResponse ListConfigurationRecipes (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null)
 ListConfigurationRecipes: List the set of Configuration Recipes More...
 
Lusid.Sdk.Client.ApiResponse< ResourceListOfGetRecipeResponseListConfigurationRecipesWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null)
 ListConfigurationRecipes: List the set of Configuration Recipes More...
 
ResourceListOfGetRecipeResponse ListDerivedRecipes (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null)
 ListDerivedRecipes: List the complete set of all Configuration Recipes, both from the configuration recipe store and also from expanded recipe composers. More...
 
Lusid.Sdk.Client.ApiResponse< ResourceListOfGetRecipeResponseListDerivedRecipesWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null)
 ListDerivedRecipes: List the complete set of all Configuration Recipes, both from the configuration recipe store and also from expanded recipe composers. More...
 
ResourceListOfGetRecipeComposerResponse ListRecipeComposers (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null)
 ListRecipeComposers: List the set of Recipe Composers More...
 
Lusid.Sdk.Client.ApiResponse< ResourceListOfGetRecipeComposerResponseListRecipeComposersWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null)
 ListRecipeComposers: List the set of Recipe Composers More...
 
UpsertSingleStructuredDataResponse UpsertConfigurationRecipe (UpsertRecipeRequest upsertRecipeRequest, int operationIndex=0, ConfigurationOptions? opts=null)
 UpsertConfigurationRecipe: Upsert a Configuration Recipe. This creates or updates the data in Lusid. More...
 
Lusid.Sdk.Client.ApiResponse< UpsertSingleStructuredDataResponseUpsertConfigurationRecipeWithHttpInfo (UpsertRecipeRequest upsertRecipeRequest, int operationIndex=0, ConfigurationOptions? opts=null)
 UpsertConfigurationRecipe: Upsert a Configuration Recipe. This creates or updates the data in Lusid. More...
 
UpsertSingleStructuredDataResponse UpsertRecipeComposer (UpsertRecipeComposerRequest upsertRecipeComposerRequest, int operationIndex=0, ConfigurationOptions? opts=null)
 UpsertRecipeComposer: Upsert a Recipe Composer. This creates or updates the data in Lusid. More...
 
Lusid.Sdk.Client.ApiResponse< UpsertSingleStructuredDataResponseUpsertRecipeComposerWithHttpInfo (UpsertRecipeComposerRequest upsertRecipeComposerRequest, int operationIndex=0, ConfigurationOptions? opts=null)
 UpsertRecipeComposer: Upsert a Recipe Composer. This creates or updates the data in Lusid. More...
 
- Public Member Functions inherited from Lusid.Sdk.Api.IConfigurationRecipeApiAsync
System.Threading.Tasks.Task< AnnulSingleStructuredDataResponseDeleteConfigurationRecipeAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 DeleteConfigurationRecipe: Delete a Configuration Recipe, assuming that it is present. More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< AnnulSingleStructuredDataResponse > > DeleteConfigurationRecipeWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 DeleteConfigurationRecipe: Delete a Configuration Recipe, assuming that it is present. More...
 
System.Threading.Tasks.Task< AnnulSingleStructuredDataResponseDeleteRecipeComposerAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 DeleteRecipeComposer: Delete a Recipe Composer, assuming that it is present. More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< AnnulSingleStructuredDataResponse > > DeleteRecipeComposerWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 DeleteRecipeComposer: Delete a Recipe Composer, assuming that it is present. More...
 
System.Threading.Tasks.Task< GetRecipeResponseGetConfigurationRecipeAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 GetConfigurationRecipe: Get Configuration Recipe More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GetRecipeResponse > > GetConfigurationRecipeWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 GetConfigurationRecipe: Get Configuration Recipe More...
 
System.Threading.Tasks.Task< GetRecipeResponseGetDerivedRecipeAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 GetDerivedRecipe: Get Configuration Recipe either from the store or expanded from a Recipe Composer. More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GetRecipeResponse > > GetDerivedRecipeWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 GetDerivedRecipe: Get Configuration Recipe either from the store or expanded from a Recipe Composer. More...
 
System.Threading.Tasks.Task< GetRecipeComposerResponseGetRecipeComposerAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 GetRecipeComposer: Get Recipe Composer More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GetRecipeComposerResponse > > GetRecipeComposerWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 GetRecipeComposer: Get Recipe Composer More...
 
System.Threading.Tasks.Task< GetRecipeResponseGetRecipeComposerResolvedInlineAsync (UpsertRecipeComposerRequest upsertRecipeComposerRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 GetRecipeComposerResolvedInline: Given a Recipe Composer, this endpoint expands into a Configuration Recipe without persistence. Primarily used for testing purposes. More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GetRecipeResponse > > GetRecipeComposerResolvedInlineWithHttpInfoAsync (UpsertRecipeComposerRequest upsertRecipeComposerRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 GetRecipeComposerResolvedInline: Given a Recipe Composer, this endpoint expands into a Configuration Recipe without persistence. Primarily used for testing purposes. More...
 
System.Threading.Tasks.Task< ResourceListOfGetRecipeResponseListConfigurationRecipesAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 ListConfigurationRecipes: List the set of Configuration Recipes More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfGetRecipeResponse > > ListConfigurationRecipesWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 ListConfigurationRecipes: List the set of Configuration Recipes More...
 
System.Threading.Tasks.Task< ResourceListOfGetRecipeResponseListDerivedRecipesAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 ListDerivedRecipes: List the complete set of all Configuration Recipes, both from the configuration recipe store and also from expanded recipe composers. More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfGetRecipeResponse > > ListDerivedRecipesWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 ListDerivedRecipes: List the complete set of all Configuration Recipes, both from the configuration recipe store and also from expanded recipe composers. More...
 
System.Threading.Tasks.Task< ResourceListOfGetRecipeComposerResponseListRecipeComposersAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 ListRecipeComposers: List the set of Recipe Composers More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfGetRecipeComposerResponse > > ListRecipeComposersWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 ListRecipeComposers: List the set of Recipe Composers More...
 
System.Threading.Tasks.Task< UpsertSingleStructuredDataResponseUpsertConfigurationRecipeAsync (UpsertRecipeRequest upsertRecipeRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 UpsertConfigurationRecipe: Upsert a Configuration Recipe. This creates or updates the data in Lusid. More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< UpsertSingleStructuredDataResponse > > UpsertConfigurationRecipeWithHttpInfoAsync (UpsertRecipeRequest upsertRecipeRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 UpsertConfigurationRecipe: Upsert a Configuration Recipe. This creates or updates the data in Lusid. More...
 
System.Threading.Tasks.Task< UpsertSingleStructuredDataResponseUpsertRecipeComposerAsync (UpsertRecipeComposerRequest upsertRecipeComposerRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 UpsertRecipeComposer: Upsert a Recipe Composer. This creates or updates the data in Lusid. More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< UpsertSingleStructuredDataResponse > > UpsertRecipeComposerWithHttpInfoAsync (UpsertRecipeComposerRequest upsertRecipeComposerRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 UpsertRecipeComposer: Upsert a Recipe Composer. This creates or updates the data in Lusid. 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: