C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
IResourceCollection.cs
Go to the documentation of this file.
1namespace AnalyzeRe.APITypes
2{
5 public interface IResourceCollection<out T> : IEndpoint where T : IAPIType { }
6}
Describes a collection of resources which can be listed.
Describes an endpoint on the server that can be interacted with. Inheriting from this interface means...
Definition IEndpoint.cs:10
Describes a collection of resources which can be listed.
Interface shared by all object types and resources returned by the Analyze Re server.
Definition IAPIType.cs:6