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

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

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

Additional Inherited Members

- Public Member Functions inherited from Lusid.Sdk.Api.ICustomEntityTypesApiSync
CustomEntityType CreateCustomEntityType (CreateCustomEntityTypeRequest createCustomEntityTypeRequest, int operationIndex=0)
 [EARLY ACCESS] CreateCustomEntityType: Define a new Custom Entity Type. More...
 
ApiResponse< CustomEntityTypeCreateCustomEntityTypeWithHttpInfo (CreateCustomEntityTypeRequest createCustomEntityTypeRequest, int operationIndex=0)
 [EARLY ACCESS] CreateCustomEntityType: Define a new Custom Entity Type. More...
 
CustomEntityType GetCustomEntityType (string entityType, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EARLY ACCESS] GetCustomEntityType: Get a Custom Entity Type. More...
 
ApiResponse< CustomEntityTypeGetCustomEntityTypeWithHttpInfo (string entityType, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EARLY ACCESS] GetCustomEntityType: Get a Custom Entity Type. More...
 
PagedResourceListOfCustomEntityType ListCustomEntityTypes (DateTimeOffset? asAt=default(DateTimeOffset?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), string? page=default(string?), int operationIndex=0)
 [EARLY ACCESS] ListCustomEntityTypes: List Custom Entity Types. More...
 
ApiResponse< PagedResourceListOfCustomEntityTypeListCustomEntityTypesWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), string? page=default(string?), int operationIndex=0)
 [EARLY ACCESS] ListCustomEntityTypes: List Custom Entity Types. More...
 
CustomEntityType UpdateCustomEntityType (string entityType, UpdateCustomEntityTypeRequest updateCustomEntityTypeRequest, int operationIndex=0)
 [EARLY ACCESS] UpdateCustomEntityType: Modify an existing Custom Entity Type. More...
 
ApiResponse< CustomEntityTypeUpdateCustomEntityTypeWithHttpInfo (string entityType, UpdateCustomEntityTypeRequest updateCustomEntityTypeRequest, int operationIndex=0)
 [EARLY ACCESS] UpdateCustomEntityType: 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.ICustomEntityTypesApiAsync
System.Threading.Tasks.Task< CustomEntityTypeCreateCustomEntityTypeAsync (CreateCustomEntityTypeRequest createCustomEntityTypeRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] CreateCustomEntityType: Define a new Custom Entity Type. More...
 
System.Threading.Tasks.Task< ApiResponse< CustomEntityType > > CreateCustomEntityTypeWithHttpInfoAsync (CreateCustomEntityTypeRequest createCustomEntityTypeRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] CreateCustomEntityType: Define a new Custom Entity Type. More...
 
System.Threading.Tasks.Task< CustomEntityTypeGetCustomEntityTypeAsync (string entityType, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] GetCustomEntityType: Get a Custom Entity Type. More...
 
System.Threading.Tasks.Task< ApiResponse< CustomEntityType > > GetCustomEntityTypeWithHttpInfoAsync (string entityType, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] GetCustomEntityType: Get a Custom Entity Type. More...
 
System.Threading.Tasks.Task< PagedResourceListOfCustomEntityTypeListCustomEntityTypesAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), string? page=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] ListCustomEntityTypes: List Custom Entity Types. More...
 
System.Threading.Tasks.Task< ApiResponse< PagedResourceListOfCustomEntityType > > ListCustomEntityTypesWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), string? page=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] ListCustomEntityTypes: List Custom Entity Types. More...
 
System.Threading.Tasks.Task< CustomEntityTypeUpdateCustomEntityTypeAsync (string entityType, UpdateCustomEntityTypeRequest updateCustomEntityTypeRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] UpdateCustomEntityType: Modify an existing Custom Entity Type. More...
 
System.Threading.Tasks.Task< ApiResponse< CustomEntityType > > UpdateCustomEntityTypeWithHttpInfoAsync (string entityType, UpdateCustomEntityTypeRequest updateCustomEntityTypeRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] UpdateCustomEntityType: 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: