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

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

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

Additional Inherited Members

- Public Member Functions inherited from Lusid.Sdk.Api.IFundConfigurationApiSync
FundConfiguration CreateFundConfiguration (string scope, FundConfigurationRequest fundConfigurationRequest, int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] CreateFundConfiguration: Create a FundConfiguration. More...
 
Lusid.Sdk.Client.ApiResponse< FundConfigurationCreateFundConfigurationWithHttpInfo (string scope, FundConfigurationRequest fundConfigurationRequest, int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] CreateFundConfiguration: Create a FundConfiguration. More...
 
DeletedEntityResponse DeleteFundConfiguration (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] DeleteFundConfiguration: Delete a FundConfiguration. More...
 
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponseDeleteFundConfigurationWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] DeleteFundConfiguration: Delete a FundConfiguration. More...
 
FundConfiguration GetFundConfiguration (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] GetFundConfiguration: Get FundConfiguration. More...
 
Lusid.Sdk.Client.ApiResponse< FundConfigurationGetFundConfigurationWithHttpInfo (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] GetFundConfiguration: Get FundConfiguration. More...
 
PagedResourceListOfFundConfiguration ListFundConfigurations (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListFundConfigurations: List FundConfiguration. More...
 
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfFundConfigurationListFundConfigurationsWithHttpInfo (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListFundConfigurations: List FundConfiguration. More...
 
FundConfiguration PatchFundConfiguration (string scope, string code, List< Operation > operation, int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] PatchFundConfiguration: Patch Fund Configuration. More...
 
Lusid.Sdk.Client.ApiResponse< FundConfigurationPatchFundConfigurationWithHttpInfo (string scope, string code, List< Operation > operation, int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] PatchFundConfiguration: Patch Fund Configuration. More...
 
FundConfigurationProperties UpsertFundConfigurationProperties (string scope, string code, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] UpsertFundConfigurationProperties: Upsert FundConfiguration properties More...
 
Lusid.Sdk.Client.ApiResponse< FundConfigurationPropertiesUpsertFundConfigurationPropertiesWithHttpInfo (string scope, string code, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] UpsertFundConfigurationProperties: Upsert FundConfiguration properties More...
 
- Public Member Functions inherited from Lusid.Sdk.Api.IFundConfigurationApiAsync
System.Threading.Tasks.Task< FundConfigurationCreateFundConfigurationAsync (string scope, FundConfigurationRequest fundConfigurationRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] CreateFundConfiguration: Create a FundConfiguration. More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< FundConfiguration > > CreateFundConfigurationWithHttpInfoAsync (string scope, FundConfigurationRequest fundConfigurationRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] CreateFundConfiguration: Create a FundConfiguration. More...
 
System.Threading.Tasks.Task< DeletedEntityResponseDeleteFundConfigurationAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] DeleteFundConfiguration: Delete a FundConfiguration. More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > DeleteFundConfigurationWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] DeleteFundConfiguration: Delete a FundConfiguration. More...
 
System.Threading.Tasks.Task< FundConfigurationGetFundConfigurationAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] GetFundConfiguration: Get FundConfiguration. More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< FundConfiguration > > GetFundConfigurationWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] GetFundConfiguration: Get FundConfiguration. More...
 
System.Threading.Tasks.Task< PagedResourceListOfFundConfigurationListFundConfigurationsAsync (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListFundConfigurations: List FundConfiguration. More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfFundConfiguration > > ListFundConfigurationsWithHttpInfoAsync (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListFundConfigurations: List FundConfiguration. More...
 
System.Threading.Tasks.Task< FundConfigurationPatchFundConfigurationAsync (string scope, string code, List< Operation > operation, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] PatchFundConfiguration: Patch Fund Configuration. More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< FundConfiguration > > PatchFundConfigurationWithHttpInfoAsync (string scope, string code, List< Operation > operation, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] PatchFundConfiguration: Patch Fund Configuration. More...
 
System.Threading.Tasks.Task< FundConfigurationPropertiesUpsertFundConfigurationPropertiesAsync (string scope, string code, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] UpsertFundConfigurationProperties: Upsert FundConfiguration properties More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< FundConfigurationProperties > > UpsertFundConfigurationPropertiesWithHttpInfoAsync (string scope, string code, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] UpsertFundConfigurationProperties: Upsert FundConfiguration properties 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: