IEntityCreateOperations<T> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>) |