|
LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
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< AnnulSingleStructuredDataResponse > | DeleteConfigurationRecipeWithHttpInfo (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< AnnulSingleStructuredDataResponse > | DeleteRecipeComposerWithHttpInfo (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< GetRecipeResponse > | GetConfigurationRecipeWithHttpInfo (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< GetRecipeResponse > | GetDerivedRecipeWithHttpInfo (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< GetRecipeComposerResponse > | GetRecipeComposerWithHttpInfo (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< GetRecipeResponse > | GetRecipeComposerResolvedInlineWithHttpInfo (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< ResourceListOfGetRecipeResponse > | ListConfigurationRecipesWithHttpInfo (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< ResourceListOfGetRecipeResponse > | ListDerivedRecipesWithHttpInfo (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< ResourceListOfGetRecipeComposerResponse > | ListRecipeComposersWithHttpInfo (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< UpsertSingleStructuredDataResponse > | UpsertConfigurationRecipeWithHttpInfo (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< UpsertSingleStructuredDataResponse > | UpsertRecipeComposerWithHttpInfo (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< AnnulSingleStructuredDataResponse > | DeleteConfigurationRecipeAsync (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< AnnulSingleStructuredDataResponse > | DeleteRecipeComposerAsync (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< GetRecipeResponse > | GetConfigurationRecipeAsync (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< GetRecipeResponse > | GetDerivedRecipeAsync (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< GetRecipeComposerResponse > | GetRecipeComposerAsync (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< GetRecipeResponse > | GetRecipeComposerResolvedInlineAsync (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< ResourceListOfGetRecipeResponse > | ListConfigurationRecipesAsync (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< ResourceListOfGetRecipeResponse > | ListDerivedRecipesAsync (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< ResourceListOfGetRecipeComposerResponse > | ListRecipeComposersAsync (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< UpsertSingleStructuredDataResponse > | UpsertConfigurationRecipeAsync (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< UpsertSingleStructuredDataResponse > | UpsertRecipeComposerAsync (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... | |
Represents a collection of functions to interact with the API endpoints