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)
 [EARLY ACCESS] CreateCustomEntityDefinition: Define a new Custom Entity type. More...
 
ApiResponse< CustomEntityDefinitionCreateCustomEntityDefinitionWithHttpInfo (CustomEntityDefinitionRequest customEntityDefinitionRequest, int operationIndex=0)
 [EARLY ACCESS] CreateCustomEntityDefinition: Define a new Custom Entity type. More...
 
CustomEntityDefinition GetDefinition (string entityType, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EARLY ACCESS] GetDefinition: Get a Custom Entity type definition. More...
 
ApiResponse< CustomEntityDefinitionGetDefinitionWithHttpInfo (string entityType, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [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)
 [EARLY ACCESS] ListCustomEntityDefinitions: List the Custom Entity type definitions More...
 
ApiResponse< PagedResourceListOfCustomEntityDefinitionListCustomEntityDefinitionsWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), int? limit=default(int?), string? filter=default(string?), string? page=default(string?), int operationIndex=0)
 [EARLY ACCESS] ListCustomEntityDefinitions: List the Custom Entity type definitions More...
 
CustomEntityDefinition UpdateCustomEntityDefinition (string entityType, UpdateCustomEntityDefinitionRequest updateCustomEntityDefinitionRequest, int operationIndex=0)
 [EARLY ACCESS] UpdateCustomEntityDefinition: Modify an existing Custom Entity type. More...
 
ApiResponse< CustomEntityDefinitionUpdateCustomEntityDefinitionWithHttpInfo (string entityType, UpdateCustomEntityDefinitionRequest updateCustomEntityDefinitionRequest, int operationIndex=0)
 [EARLY ACCESS] UpdateCustomEntityDefinition: Modify an existing Custom Entity type. More...
 
- Public Member Functions inherited from Lusid.Sdk.Client.IApiAccessor
string GetBasePath ()
 Gets the base path of the API client. 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))
 [EARLY ACCESS] CreateCustomEntityDefinition: Define a new Custom Entity type. More...
 
System.Threading.Tasks.Task< ApiResponse< CustomEntityDefinition > > CreateCustomEntityDefinitionWithHttpInfoAsync (CustomEntityDefinitionRequest customEntityDefinitionRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [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))
 [EARLY ACCESS] GetDefinition: Get a Custom Entity type definition. More...
 
System.Threading.Tasks.Task< ApiResponse< CustomEntityDefinition > > GetDefinitionWithHttpInfoAsync (string entityType, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [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))
 [EARLY ACCESS] ListCustomEntityDefinitions: List the Custom Entity type definitions More...
 
System.Threading.Tasks.Task< 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))
 [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))
 [EARLY ACCESS] UpdateCustomEntityDefinition: Modify an existing Custom Entity type. More...
 
System.Threading.Tasks.Task< ApiResponse< CustomEntityDefinition > > UpdateCustomEntityDefinitionWithHttpInfoAsync (string entityType, UpdateCustomEntityDefinitionRequest updateCustomEntityDefinitionRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] UpdateCustomEntityDefinition: Modify an existing Custom Entity type. More...
 
- Properties inherited from Lusid.Sdk.Client.IApiAccessor
IReadableConfiguration Configuration [get, set]
 Gets or sets the configuration object More...
 
ExceptionFactory ExceptionFactory [get, set]
 Provides a factory method hook for the creation of exceptions. 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: