VoidOperation<TThis> Class

Namespace
NetlifySharp.Operations
Base Types
Derived Types
Operation
VoidOperation
object
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