IEntityPatchOperations<T> Interface

Definition

Groups operations for patching a single entity.

public interface IEntityPatchOperations<T> where T : ResourceBase
type IEntityPatchOperations<'T (requires 'T :> ResourceBase)> = interface
Public Interface IEntityPatchOperations(Of T)

Type Parameters

T

The entity type.

Derived

Methods

Patch(T)

Patches an entity.

PatchAsync(T)

Asynchronously patches an entity.

Applies to