C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
AnalyzeRe.APITypes.ResourceCollection< T > Class Template Reference

Describes a collection of resources which can be listed. More...

Public Member Functions

 ResourceCollection (string path)
 Defines a new collection.
 

Properties

string Path [get]
 The relative path to this collection from the root URL.
 

Detailed Description

Describes a collection of resources which can be listed.

Template Parameters
TThe base type of resource this collection contains.
Type Constraints
T :IAPIType 

Definition at line 5 of file ResourceCollection[T].cs.

Inheritance diagram for AnalyzeRe.APITypes.ResourceCollection< T >:
AnalyzeRe.APITypes.IResourceCollection< T >

Constructor & Destructor Documentation

◆ ResourceCollection()

Defines a new collection.

Parameters
pathThe relative path to this collection from the root URL.

Definition at line 13 of file ResourceCollection[T].cs.

Property Documentation

◆ Path

The relative path to this collection from the root URL.

Definition at line 8 of file ResourceCollection[T].cs.


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