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

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

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

Additional Inherited Members

- Public Member Functions inherited from Lusid.Sdk.Api.ICustomDataModelsApiSync
BatchAmendCustomDataModelMembershipResponse BatchAmend (string successMode, Dictionary< string, MembershipAmendmentRequest > requestBody, int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] BatchAmend: Batch amend entities Custom Data Model membership. More...
 
Lusid.Sdk.Client.ApiResponse< BatchAmendCustomDataModelMembershipResponseBatchAmendWithHttpInfo (string successMode, Dictionary< string, MembershipAmendmentRequest > requestBody, int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] BatchAmend: Batch amend entities Custom Data Model membership. More...
 
CustomDataModel CreateCustomDataModel (string entityType, CreateCustomDataModelRequest? createCustomDataModelRequest=default(CreateCustomDataModelRequest?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] CreateCustomDataModel: Create a Custom Data Model More...
 
Lusid.Sdk.Client.ApiResponse< CustomDataModelCreateCustomDataModelWithHttpInfo (string entityType, CreateCustomDataModelRequest? createCustomDataModelRequest=default(CreateCustomDataModelRequest?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] CreateCustomDataModel: Create a Custom Data Model More...
 
DeletedEntityResponse DeleteCustomDataModel (string entityType, string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] DeleteCustomDataModel: Delete a Custom Data Model More...
 
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponseDeleteCustomDataModelWithHttpInfo (string entityType, string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] DeleteCustomDataModel: Delete a Custom Data Model More...
 
CustomDataModel GetCustomDataModel (string entityType, string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] GetCustomDataModel: Get a Custom Data Model More...
 
Lusid.Sdk.Client.ApiResponse< CustomDataModelGetCustomDataModelWithHttpInfo (string entityType, string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] GetCustomDataModel: Get a Custom Data Model More...
 
ResourceListOfDataModelSummary ListDataModelHierarchies (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListDataModelHierarchies: List Custom Data Model hierarchies. More...
 
Lusid.Sdk.Client.ApiResponse< ResourceListOfDataModelSummaryListDataModelHierarchiesWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListDataModelHierarchies: List Custom Data Model hierarchies. More...
 
ResourceListOfString ListSupportedEntityTypes (int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListSupportedEntityTypes: List the currently supported entity types for use in Custom Data Models. More...
 
Lusid.Sdk.Client.ApiResponse< ResourceListOfStringListSupportedEntityTypesWithHttpInfo (int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListSupportedEntityTypes: List the currently supported entity types for use in Custom Data Models. More...
 
CustomDataModel UpdateCustomDataModel (string entityType, string scope, string code, UpdateCustomDataModelRequest? updateCustomDataModelRequest=default(UpdateCustomDataModelRequest?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] UpdateCustomDataModel: Update a Custom Data Model More...
 
Lusid.Sdk.Client.ApiResponse< CustomDataModelUpdateCustomDataModelWithHttpInfo (string entityType, string scope, string code, UpdateCustomDataModelRequest? updateCustomDataModelRequest=default(UpdateCustomDataModelRequest?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] UpdateCustomDataModel: Update a Custom Data Model More...
 
- Public Member Functions inherited from Lusid.Sdk.Api.ICustomDataModelsApiAsync
System.Threading.Tasks.Task< BatchAmendCustomDataModelMembershipResponseBatchAmendAsync (string successMode, Dictionary< string, MembershipAmendmentRequest > requestBody, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] BatchAmend: Batch amend entities Custom Data Model membership. More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< BatchAmendCustomDataModelMembershipResponse > > BatchAmendWithHttpInfoAsync (string successMode, Dictionary< string, MembershipAmendmentRequest > requestBody, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] BatchAmend: Batch amend entities Custom Data Model membership. More...
 
System.Threading.Tasks.Task< CustomDataModelCreateCustomDataModelAsync (string entityType, CreateCustomDataModelRequest? createCustomDataModelRequest=default(CreateCustomDataModelRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] CreateCustomDataModel: Create a Custom Data Model More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CustomDataModel > > CreateCustomDataModelWithHttpInfoAsync (string entityType, CreateCustomDataModelRequest? createCustomDataModelRequest=default(CreateCustomDataModelRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] CreateCustomDataModel: Create a Custom Data Model More...
 
System.Threading.Tasks.Task< DeletedEntityResponseDeleteCustomDataModelAsync (string entityType, string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] DeleteCustomDataModel: Delete a Custom Data Model More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > DeleteCustomDataModelWithHttpInfoAsync (string entityType, string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] DeleteCustomDataModel: Delete a Custom Data Model More...
 
System.Threading.Tasks.Task< CustomDataModelGetCustomDataModelAsync (string entityType, string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] GetCustomDataModel: Get a Custom Data Model More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CustomDataModel > > GetCustomDataModelWithHttpInfoAsync (string entityType, string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] GetCustomDataModel: Get a Custom Data Model More...
 
System.Threading.Tasks.Task< ResourceListOfDataModelSummaryListDataModelHierarchiesAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListDataModelHierarchies: List Custom Data Model hierarchies. More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfDataModelSummary > > ListDataModelHierarchiesWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListDataModelHierarchies: List Custom Data Model hierarchies. More...
 
System.Threading.Tasks.Task< ResourceListOfStringListSupportedEntityTypesAsync (int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListSupportedEntityTypes: List the currently supported entity types for use in Custom Data Models. More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfString > > ListSupportedEntityTypesWithHttpInfoAsync (int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListSupportedEntityTypes: List the currently supported entity types for use in Custom Data Models. More...
 
System.Threading.Tasks.Task< CustomDataModelUpdateCustomDataModelAsync (string entityType, string scope, string code, UpdateCustomDataModelRequest? updateCustomDataModelRequest=default(UpdateCustomDataModelRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] UpdateCustomDataModel: Update a Custom Data Model More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CustomDataModel > > UpdateCustomDataModelWithHttpInfoAsync (string entityType, string scope, string code, UpdateCustomDataModelRequest? updateCustomDataModelRequest=default(UpdateCustomDataModelRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] UpdateCustomDataModel: Update a Custom Data Model 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: