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

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

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

Additional Inherited Members

- Public Member Functions inherited from Lusid.Sdk.Api.ICustomEntityDefinitionsApiSync
CustomEntityDefinition CreateCustomEntityDefinition (CustomEntityDefinitionRequest customEntityDefinitionRequest, int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] CreateCustomEntityDefinition: Define a new Custom Entity type. More...
 
Lusid.Sdk.Client.ApiResponse< CustomEntityDefinitionCreateCustomEntityDefinitionWithHttpInfo (CustomEntityDefinitionRequest customEntityDefinitionRequest, int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] CreateCustomEntityDefinition: Define a new Custom Entity type. More...
 
CustomEntityDefinition GetDefinition (string entityType, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetDefinition: Get a Custom Entity type definition. More...
 
Lusid.Sdk.Client.ApiResponse< CustomEntityDefinitionGetDefinitionWithHttpInfo (string entityType, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetDefinition: Get a Custom Entity type definition. More...
 
PagedResourceListOfCustomEntityDefinition ListCustomEntityDefinitions (DateTimeOffset? asAt=default(DateTimeOffset?), int? limit=default(int?), string? filter=default(string?), string? page=default(string?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] ListCustomEntityDefinitions: List the Custom Entity type definitions More...
 
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfCustomEntityDefinitionListCustomEntityDefinitionsWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), int? limit=default(int?), string? filter=default(string?), string? page=default(string?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] ListCustomEntityDefinitions: List the Custom Entity type definitions More...
 
CustomEntityDefinition UpdateCustomEntityDefinition (string entityType, UpdateCustomEntityDefinitionRequest updateCustomEntityDefinitionRequest, int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] UpdateCustomEntityDefinition: Modify an existing Custom Entity type. More...
 
Lusid.Sdk.Client.ApiResponse< CustomEntityDefinitionUpdateCustomEntityDefinitionWithHttpInfo (string entityType, UpdateCustomEntityDefinitionRequest updateCustomEntityDefinitionRequest, int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] UpdateCustomEntityDefinition: Modify an existing Custom Entity type. More...
 
- Public Member Functions inherited from Lusid.Sdk.Api.ICustomEntityDefinitionsApiAsync
System.Threading.Tasks.Task< CustomEntityDefinitionCreateCustomEntityDefinitionAsync (CustomEntityDefinitionRequest customEntityDefinitionRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] CreateCustomEntityDefinition: Define a new Custom Entity type. More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CustomEntityDefinition > > CreateCustomEntityDefinitionWithHttpInfoAsync (CustomEntityDefinitionRequest customEntityDefinitionRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] CreateCustomEntityDefinition: Define a new Custom Entity type. More...
 
System.Threading.Tasks.Task< CustomEntityDefinitionGetDefinitionAsync (string entityType, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetDefinition: Get a Custom Entity type definition. More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CustomEntityDefinition > > GetDefinitionWithHttpInfoAsync (string entityType, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetDefinition: Get a Custom Entity type definition. More...
 
System.Threading.Tasks.Task< PagedResourceListOfCustomEntityDefinitionListCustomEntityDefinitionsAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int? limit=default(int?), string? filter=default(string?), string? page=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] ListCustomEntityDefinitions: List the Custom Entity type definitions More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfCustomEntityDefinition > > ListCustomEntityDefinitionsWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int? limit=default(int?), string? filter=default(string?), string? page=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] ListCustomEntityDefinitions: List the Custom Entity type definitions More...
 
System.Threading.Tasks.Task< CustomEntityDefinitionUpdateCustomEntityDefinitionAsync (string entityType, UpdateCustomEntityDefinitionRequest updateCustomEntityDefinitionRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] UpdateCustomEntityDefinition: Modify an existing Custom Entity type. More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CustomEntityDefinition > > UpdateCustomEntityDefinitionWithHttpInfoAsync (string entityType, UpdateCustomEntityDefinitionRequest updateCustomEntityDefinitionRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] UpdateCustomEntityDefinition: Modify an existing Custom Entity type. 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: