LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Additional Inherited Members | |
Public Member Functions inherited from Lusid.Sdk.Api.IApplicationMetadataApiSync | |
FileResponse | GetExcelAddin (string? version=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
GetExcelAddin: Download Excel Addin More... | |
ApiResponse< FileResponse > | GetExcelAddinWithHttpInfo (string? version=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
GetExcelAddin: Download Excel Addin More... | |
VersionSummaryDto | GetLusidVersions (int operationIndex=0, ConfigurationOptions? opts=null) |
GetLusidVersions: Get LUSID versions More... | |
ApiResponse< VersionSummaryDto > | GetLusidVersionsWithHttpInfo (int operationIndex=0, ConfigurationOptions? opts=null) |
GetLusidVersions: Get LUSID versions More... | |
ResourceListOfAccessControlledResource | ListAccessControlledResources (string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
ListAccessControlledResources: Get resources available for access control More... | |
ApiResponse< ResourceListOfAccessControlledResource > | ListAccessControlledResourcesWithHttpInfo (string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
ListAccessControlledResources: Get resources available for access control 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.IApplicationMetadataApiAsync | |
System.Threading.Tasks.Task< FileResponse > | GetExcelAddinAsync (string? version=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
GetExcelAddin: Download Excel Addin More... | |
System.Threading.Tasks.Task< ApiResponse< FileResponse > > | GetExcelAddinWithHttpInfoAsync (string? version=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
GetExcelAddin: Download Excel Addin More... | |
System.Threading.Tasks.Task< VersionSummaryDto > | GetLusidVersionsAsync (int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
GetLusidVersions: Get LUSID versions More... | |
System.Threading.Tasks.Task< ApiResponse< VersionSummaryDto > > | GetLusidVersionsWithHttpInfoAsync (int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
GetLusidVersions: Get LUSID versions More... | |
System.Threading.Tasks.Task< ResourceListOfAccessControlledResource > | ListAccessControlledResourcesAsync (string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
ListAccessControlledResources: Get resources available for access control More... | |
System.Threading.Tasks.Task< ApiResponse< ResourceListOfAccessControlledResource > > | ListAccessControlledResourcesWithHttpInfoAsync (string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
ListAccessControlledResources: Get resources available for access control 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... | |
Represents a collection of functions to interact with the API endpoints