IEntityCreateOperations<T> Interface

Definition

Groups operations for creating a single entity.

public interface IEntityCreateOperations<T> : Microsoft.Store.PartnerCenter.GenericOperations.IEntityCreateOperations<T,T>
type IEntityCreateOperations<'T> = interface
    interface IEntityCreateOperations<'T, 'T>
Public Interface IEntityCreateOperations(Of T)
Implements IEntityCreateOperations(Of T, T)

Type Parameters

T

The entity type.

Derived
Implements

Methods

Create(T)

Creates a new entity.

(Inherited from IEntityCreateOperations<T,T1>)
CreateAsync(T)

Asynchronously creates a new entity.

(Inherited from IEntityCreateOperations<T,T1>)

Applies to