VoidOperation<TThis> Class

Namespace
NetlifySharp.Operations
Base Types
Derived Types
graph TD Base0["Operation<TThis>"]-->Type click Base0 "/api/NetlifySharp.Operations/Operation_1" Base1["object"]-->Base0 Type["VoidOperation<TThis>"] class Type type-node Type-->Derived0["DeleteSite"] click Derived0 "/api/NetlifySharp.Operations.Sites/DeleteSite"

Syntax

public abstract class VoidOperation<TThis> : Operation<TThis> where TThis : VoidOperation<TThis>

Type Parameters

Name Description
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