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

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

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

Additional Inherited Members

- Public Member Functions inherited from Lusid.Sdk.Api.IParticipationsApiSync
DeletedEntityResponse DeleteParticipation (string scope, string code, int operationIndex=0)
 [EARLY ACCESS] DeleteParticipation: Delete participation More...
 
ApiResponse< DeletedEntityResponseDeleteParticipationWithHttpInfo (string scope, string code, int operationIndex=0)
 [EARLY ACCESS] DeleteParticipation: Delete participation More...
 
Participation GetParticipation (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0)
 [EARLY ACCESS] GetParticipation: Get Participation More...
 
ApiResponse< ParticipationGetParticipationWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0)
 [EARLY ACCESS] GetParticipation: Get Participation More...
 
PagedResourceListOfParticipation ListParticipations (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0)
 [EARLY ACCESS] ListParticipations: List Participations More...
 
ApiResponse< PagedResourceListOfParticipationListParticipationsWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0)
 [EARLY ACCESS] ListParticipations: List Participations More...
 
ResourceListOfParticipation UpsertParticipations (ParticipationSetRequest? participationSetRequest=default(ParticipationSetRequest?), int operationIndex=0)
 [EARLY ACCESS] UpsertParticipations: Upsert Participation More...
 
ApiResponse< ResourceListOfParticipationUpsertParticipationsWithHttpInfo (ParticipationSetRequest? participationSetRequest=default(ParticipationSetRequest?), int operationIndex=0)
 [EARLY ACCESS] UpsertParticipations: Upsert Participation 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.IParticipationsApiAsync
System.Threading.Tasks.Task< DeletedEntityResponseDeleteParticipationAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] DeleteParticipation: Delete participation More...
 
System.Threading.Tasks.Task< ApiResponse< DeletedEntityResponse > > DeleteParticipationWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] DeleteParticipation: Delete participation More...
 
System.Threading.Tasks.Task< ParticipationGetParticipationAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] GetParticipation: Get Participation More...
 
System.Threading.Tasks.Task< ApiResponse< Participation > > GetParticipationWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] GetParticipation: Get Participation More...
 
System.Threading.Tasks.Task< PagedResourceListOfParticipationListParticipationsAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] ListParticipations: List Participations More...
 
System.Threading.Tasks.Task< ApiResponse< PagedResourceListOfParticipation > > ListParticipationsWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] ListParticipations: List Participations More...
 
System.Threading.Tasks.Task< ResourceListOfParticipationUpsertParticipationsAsync (ParticipationSetRequest? participationSetRequest=default(ParticipationSetRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] UpsertParticipations: Upsert Participation More...
 
System.Threading.Tasks.Task< ApiResponse< ResourceListOfParticipation > > UpsertParticipationsWithHttpInfoAsync (ParticipationSetRequest? participationSetRequest=default(ParticipationSetRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] UpsertParticipations: Upsert Participation 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: