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

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

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

Additional Inherited Members

- Public Member Functions inherited from Lusid.Sdk.Api.IApplicationMetadataApiSync
FileResponse GetExcelAddin (string version=default(string))
 [EARLY ACCESS] Download Excel Addin More...
 
ApiResponse< FileResponseGetExcelAddinWithHttpInfo (string version=default(string))
 [EARLY ACCESS] Download Excel Addin More...
 
VersionSummaryDto GetLusidVersions ()
 [EARLY ACCESS] Get LUSID versions More...
 
ApiResponse< VersionSummaryDtoGetLusidVersionsWithHttpInfo ()
 [EARLY ACCESS] Get LUSID versions More...
 
ResourceListOfAccessControlledResource ListAccessControlledResources (string filter=default(string))
 [EARLY ACCESS] Get resources available for access control More...
 
ApiResponse< ResourceListOfAccessControlledResourceListAccessControlledResourcesWithHttpInfo (string filter=default(string))
 [EARLY ACCESS] 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< FileResponseGetExcelAddinAsync (string version=default(string), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] Download Excel Addin More...
 
System.Threading.Tasks.Task< ApiResponse< FileResponse > > GetExcelAddinWithHttpInfoAsync (string version=default(string), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] Download Excel Addin More...
 
System.Threading.Tasks.Task< VersionSummaryDtoGetLusidVersionsAsync (System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] Get LUSID versions More...
 
System.Threading.Tasks.Task< ApiResponse< VersionSummaryDto > > GetLusidVersionsWithHttpInfoAsync (System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] Get LUSID versions More...
 
System.Threading.Tasks.Task< ResourceListOfAccessControlledResourceListAccessControlledResourcesAsync (string filter=default(string), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] Get resources available for access control More...
 
System.Threading.Tasks.Task< ApiResponse< ResourceListOfAccessControlledResource > > ListAccessControlledResourcesWithHttpInfoAsync (string filter=default(string), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] 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...
 

Detailed Description

Represents a collection of functions to interact with the API endpoints


The documentation for this interface was generated from the following file: