|
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.IFundConfigurationApiSync | |
| FundConfiguration | CreateFundConfiguration (string scope, FundConfigurationRequest fundConfigurationRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] CreateFundConfiguration: Create a FundConfiguration. More... | |
| Lusid.Sdk.Client.ApiResponse< FundConfiguration > | CreateFundConfigurationWithHttpInfo (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< DeletedEntityResponse > | DeleteFundConfigurationWithHttpInfo (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< FundConfiguration > | GetFundConfigurationWithHttpInfo (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< PagedResourceListOfFundConfiguration > | ListFundConfigurationsWithHttpInfo (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< FundConfiguration > | PatchFundConfigurationWithHttpInfo (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< FundConfigurationProperties > | UpsertFundConfigurationPropertiesWithHttpInfo (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< FundConfiguration > | CreateFundConfigurationAsync (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< DeletedEntityResponse > | DeleteFundConfigurationAsync (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< FundConfiguration > | GetFundConfigurationAsync (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< PagedResourceListOfFundConfiguration > | ListFundConfigurationsAsync (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< FundConfiguration > | PatchFundConfigurationAsync (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< FundConfigurationProperties > | UpsertFundConfigurationPropertiesAsync (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... | |
Represents a collection of functions to interact with the API endpoints