C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
SubResourceCollection[T].cs
Go to the documentation of this file.
1namespace AnalyzeRe.APITypes
2{
7 public class SubResourceCollection<T> : SubResource<ICollectionResponse<T>>, IResourceCollection<T>
9 {
10 #region Constructors
19 #endregion Constructors
20 }
21}
Describes a collection of resources which can be listed.
Describes a collection of resources available off another resource. Allows APIResources to quickly de...
SubResourceCollection(IEndpoint owner, string relativePath)
Defines a new collection off of some other endpoint.
Describes an additional sub-resource available off a resource which is not actually a property of tha...
int? DefaultTimeout
Can be used to override the API.DefaultRequestTimeout with one that better suits this SubResource.
API methods / requests made available to the user.
static int DefaultRequestTimeoutCollections
The default timeout used when requesting a resource collection from the server, in milliseconds.
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