LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Additional Inherited Members | |
![]() | |
CustomEntityType | CreateCustomEntityType (CreateCustomEntityTypeRequest createCustomEntityTypeRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] CreateCustomEntityType: Define a new Custom Entity Type. More... | |
Lusid.Sdk.Client.ApiResponse< CustomEntityType > | CreateCustomEntityTypeWithHttpInfo (CreateCustomEntityTypeRequest createCustomEntityTypeRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] CreateCustomEntityType: Define a new Custom Entity Type. More... | |
CustomEntityType | GetCustomEntityType (string entityType, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetCustomEntityType: Get a Custom Entity Type. More... | |
Lusid.Sdk.Client.ApiResponse< CustomEntityType > | GetCustomEntityTypeWithHttpInfo (string entityType, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[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, ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListCustomEntityTypes: List Custom Entity Types. More... | |
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfCustomEntityType > | ListCustomEntityTypesWithHttpInfo (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, ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListCustomEntityTypes: List Custom Entity Types. More... | |
CustomEntityType | UpdateCustomEntityType (string entityType, UpdateCustomEntityTypeRequest updateCustomEntityTypeRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpdateCustomEntityType: Modify an existing Custom Entity Type. More... | |
Lusid.Sdk.Client.ApiResponse< CustomEntityType > | UpdateCustomEntityTypeWithHttpInfo (string entityType, UpdateCustomEntityTypeRequest updateCustomEntityTypeRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpdateCustomEntityType: Modify an existing Custom Entity Type. More... | |
![]() | |
System.Threading.Tasks.Task< CustomEntityType > | CreateCustomEntityTypeAsync (CreateCustomEntityTypeRequest createCustomEntityTypeRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] CreateCustomEntityType: Define a new Custom Entity Type. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CustomEntityType > > | CreateCustomEntityTypeWithHttpInfoAsync (CreateCustomEntityTypeRequest createCustomEntityTypeRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] CreateCustomEntityType: Define a new Custom Entity Type. More... | |
System.Threading.Tasks.Task< CustomEntityType > | GetCustomEntityTypeAsync (string entityType, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetCustomEntityType: Get a Custom Entity Type. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CustomEntityType > > | GetCustomEntityTypeWithHttpInfoAsync (string entityType, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetCustomEntityType: Get a Custom Entity Type. More... | |
System.Threading.Tasks.Task< PagedResourceListOfCustomEntityType > | ListCustomEntityTypesAsync (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), ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListCustomEntityTypes: List Custom Entity Types. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.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), ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListCustomEntityTypes: List Custom Entity Types. More... | |
System.Threading.Tasks.Task< CustomEntityType > | UpdateCustomEntityTypeAsync (string entityType, UpdateCustomEntityTypeRequest updateCustomEntityTypeRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpdateCustomEntityType: Modify an existing Custom Entity Type. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CustomEntityType > > | UpdateCustomEntityTypeWithHttpInfoAsync (string entityType, UpdateCustomEntityTypeRequest updateCustomEntityTypeRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpdateCustomEntityType: Modify an existing Custom Entity Type. More... | |
Represents a collection of functions to interact with the API endpoints