PagedOperation<TResponse, TThis> Class

graph TD Base0["ResponseOperation<TResponse, TThis>"]-->Type click Base0 "/api/NetlifySharp.Operations/ResponseOperation_2" Base1["Operation<TThis>"]-->Base0 click Base1 "/api/NetlifySharp.Operations/Operation_1" Base2["object"]-->Base1 Type["PagedOperation<TResponse, TThis>"] class Type type-node Type-->Derived0["ListSites"] click Derived0 "/api/NetlifySharp.Operations.Sites/ListSites" Type-->Derived1["ListSiteForms"] click Derived1 "/api/NetlifySharp.Operations.Sites/ListSiteForms" Type-->Derived2["ListForms"] click Derived2 "/api/NetlifySharp.Operations.Forms/ListForms"

Syntax

public abstract class PagedOperation<TResponse, TThis> : ResponseOperation<TResponse, TThis> 
    where TResponse : class where TThis : PagedOperation<TResponse, TThis>

Type Parameters

Name Description
TResponse
TThis

Constructors

Properties

Name Value Summary
Body object
Inherited from Operation<TThis>
Client NetlifyClient
Inherited from Operation<TThis>
Endpoint Endpoint
Inherited from Operation<TThis>
Method HttpMethod
Inherited from Operation<TThis>
Query IDictionary<TKey, TValue>
Inherited from Operation<TThis>
RequestHandler Action<T>
Inherited from Operation<TThis>
ResponseHandler Action<T>
Inherited from Operation<TThis>

Methods