LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Additional Inherited Members | |
![]() | |
DeletedEntityResponse | DeleteSideDefinition (string side, string? scope=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
DeleteSideDefinition: Delete the given side definition More... | |
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeleteSideDefinitionWithHttpInfo (string side, string? scope=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
DeleteSideDefinition: Delete the given side definition More... | |
DeletedEntityResponse | DeleteTransactionType (string source, string type, string? scope=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
DeleteTransactionType: Delete a transaction type More... | |
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeleteTransactionTypeWithHttpInfo (string source, string type, string? scope=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
DeleteTransactionType: Delete a transaction type More... | |
DeletedEntityResponse | DeleteTransactionTypeSource (string source, string? scope=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
DeleteTransactionTypeSource: Delete all transaction types for the given source and scope More... | |
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeleteTransactionTypeSourceWithHttpInfo (string source, string? scope=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
DeleteTransactionTypeSource: Delete all transaction types for the given source and scope More... | |
SideDefinition | GetSideDefinition (string side, string? scope=default(string?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
GetSideDefinition: Get the side definition for a given side name( or label) More... | |
Lusid.Sdk.Client.ApiResponse< SideDefinition > | GetSideDefinitionWithHttpInfo (string side, string? scope=default(string?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
GetSideDefinition: Get the side definition for a given side name( or label) More... | |
TransactionType | GetTransactionType (string source, string type, DateTimeOffset? asAt=default(DateTimeOffset?), string? scope=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
GetTransactionType: Get a single transaction configuration type More... | |
Lusid.Sdk.Client.ApiResponse< TransactionType > | GetTransactionTypeWithHttpInfo (string source, string type, DateTimeOffset? asAt=default(DateTimeOffset?), string? scope=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
GetTransactionType: Get a single transaction configuration type More... | |
ResourceListOfSideDefinition | ListSideDefinitions (DateTimeOffset? asAt=default(DateTimeOffset?), string? scope=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
ListSideDefinitions: List the side definitions More... | |
Lusid.Sdk.Client.ApiResponse< ResourceListOfSideDefinition > | ListSideDefinitionsWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? scope=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
ListSideDefinitions: List the side definitions More... | |
Dictionary< string, List< TransactionType > > | ListTransactionTypes (DateTimeOffset? asAt=default(DateTimeOffset?), string? scope=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
ListTransactionTypes: List transaction types More... | |
Lusid.Sdk.Client.ApiResponse< Dictionary< string, List< TransactionType > > > | ListTransactionTypesWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? scope=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
ListTransactionTypes: List transaction types More... | |
SideDefinition | SetSideDefinition (string side, SideDefinitionRequest sideDefinitionRequest, string? scope=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
SetSideDefinition: Set a side definition More... | |
Lusid.Sdk.Client.ApiResponse< SideDefinition > | SetSideDefinitionWithHttpInfo (string side, SideDefinitionRequest sideDefinitionRequest, string? scope=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
SetSideDefinition: Set a side definition More... | |
ResourceListOfSideDefinition | SetSideDefinitions (List< SidesDefinitionRequest > sidesDefinitionRequest, string? scope=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
SetSideDefinitions: Set the given side definitions More... | |
Lusid.Sdk.Client.ApiResponse< ResourceListOfSideDefinition > | SetSideDefinitionsWithHttpInfo (List< SidesDefinitionRequest > sidesDefinitionRequest, string? scope=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
SetSideDefinitions: Set the given side definitions More... | |
TransactionType | SetTransactionType (string source, string type, TransactionTypeRequest transactionTypeRequest, string? scope=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
SetTransactionType: Set a specific transaction type More... | |
Lusid.Sdk.Client.ApiResponse< TransactionType > | SetTransactionTypeWithHttpInfo (string source, string type, TransactionTypeRequest transactionTypeRequest, string? scope=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
SetTransactionType: Set a specific transaction type More... | |
ResourceListOfTransactionType | SetTransactionTypeSource (string source, List< TransactionTypeRequest > transactionTypeRequest, string? scope=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
SetTransactionTypeSource: Set the transaction types for the given source and scope More... | |
Lusid.Sdk.Client.ApiResponse< ResourceListOfTransactionType > | SetTransactionTypeSourceWithHttpInfo (string source, List< TransactionTypeRequest > transactionTypeRequest, string? scope=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
SetTransactionTypeSource: Set the transaction types for the given source and scope More... | |
![]() | |
System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteSideDefinitionAsync (string side, string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
DeleteSideDefinition: Delete the given side definition More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeleteSideDefinitionWithHttpInfoAsync (string side, string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
DeleteSideDefinition: Delete the given side definition More... | |
System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteTransactionTypeAsync (string source, string type, string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
DeleteTransactionType: Delete a transaction type More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeleteTransactionTypeWithHttpInfoAsync (string source, string type, string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
DeleteTransactionType: Delete a transaction type More... | |
System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteTransactionTypeSourceAsync (string source, string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
DeleteTransactionTypeSource: Delete all transaction types for the given source and scope More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeleteTransactionTypeSourceWithHttpInfoAsync (string source, string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
DeleteTransactionTypeSource: Delete all transaction types for the given source and scope More... | |
System.Threading.Tasks.Task< SideDefinition > | GetSideDefinitionAsync (string side, string? scope=default(string?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
GetSideDefinition: Get the side definition for a given side name( or label) More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< SideDefinition > > | GetSideDefinitionWithHttpInfoAsync (string side, string? scope=default(string?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
GetSideDefinition: Get the side definition for a given side name( or label) More... | |
System.Threading.Tasks.Task< TransactionType > | GetTransactionTypeAsync (string source, string type, DateTimeOffset? asAt=default(DateTimeOffset?), string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
GetTransactionType: Get a single transaction configuration type More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< TransactionType > > | GetTransactionTypeWithHttpInfoAsync (string source, string type, DateTimeOffset? asAt=default(DateTimeOffset?), string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
GetTransactionType: Get a single transaction configuration type More... | |
System.Threading.Tasks.Task< ResourceListOfSideDefinition > | ListSideDefinitionsAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
ListSideDefinitions: List the side definitions More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfSideDefinition > > | ListSideDefinitionsWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
ListSideDefinitions: List the side definitions More... | |
System.Threading.Tasks.Task< Dictionary< string, List< TransactionType > > > | ListTransactionTypesAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
ListTransactionTypes: List transaction types More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< Dictionary< string, List< TransactionType > > > > | ListTransactionTypesWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
ListTransactionTypes: List transaction types More... | |
System.Threading.Tasks.Task< SideDefinition > | SetSideDefinitionAsync (string side, SideDefinitionRequest sideDefinitionRequest, string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
SetSideDefinition: Set a side definition More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< SideDefinition > > | SetSideDefinitionWithHttpInfoAsync (string side, SideDefinitionRequest sideDefinitionRequest, string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
SetSideDefinition: Set a side definition More... | |
System.Threading.Tasks.Task< ResourceListOfSideDefinition > | SetSideDefinitionsAsync (List< SidesDefinitionRequest > sidesDefinitionRequest, string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
SetSideDefinitions: Set the given side definitions More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfSideDefinition > > | SetSideDefinitionsWithHttpInfoAsync (List< SidesDefinitionRequest > sidesDefinitionRequest, string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
SetSideDefinitions: Set the given side definitions More... | |
System.Threading.Tasks.Task< TransactionType > | SetTransactionTypeAsync (string source, string type, TransactionTypeRequest transactionTypeRequest, string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
SetTransactionType: Set a specific transaction type More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< TransactionType > > | SetTransactionTypeWithHttpInfoAsync (string source, string type, TransactionTypeRequest transactionTypeRequest, string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
SetTransactionType: Set a specific transaction type More... | |
System.Threading.Tasks.Task< ResourceListOfTransactionType > | SetTransactionTypeSourceAsync (string source, List< TransactionTypeRequest > transactionTypeRequest, string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
SetTransactionTypeSource: Set the transaction types for the given source and scope More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfTransactionType > > | SetTransactionTypeSourceWithHttpInfoAsync (string source, List< TransactionTypeRequest > transactionTypeRequest, string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
SetTransactionTypeSource: Set the transaction types for the given source and scope More... | |
Represents a collection of functions to interact with the API endpoints