LUSID C# SDK
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
 NLusid
 NSdk
 NApi
 NClient
 NExtensions
 NModel
 CDateTimeOrCutLabelEntity for specifying a date or a cut label. Dates are serialised in the standard round-trip format - see https://docs.microsoft.com/en-us/dotnet/standard/base-types/standard-date-and-time-format-strings#Roundtrip Cut labels are serialised using the format [YYYY-MM-DD]N[cut label] - see https://support.lusid.com/what-are-cutlabels
 CCutLabelJsonConverter
 CClientOptionsConfiguration options provided to the client implementing IClient
 CConfigurationOptionsOverriding configuration
 CHeaderUsed to represent all headers
 CRequestA container for data used to make API requests
 CResponseA container for data sent back from the API including deserialized data
 CResponseBaseTo be extended by Response<T> This class exists to provide a type agnostic response to be used in PollyApiRetryHandler>