Freigeben über


IProductOperations Schnittstelle

Definition

ProductOperations-Vorgänge.

public interface IProductOperations
type IProductOperations = interface
Public Interface IProductOperations

Methoden

CreateOrUpdateWithHttpMessagesAsync(String, String, String, ProductContract, String, Dictionary<String,List<String>>, CancellationToken)

Erstellt oder aktualisiert ein Produkt

DeleteWithHttpMessagesAsync(String, String, String, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Löscht das Produkt

GetEntityTagWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Ruft die Etag-Version (Entity State) des Produkts ab, das durch den Bezeichner angegeben wird.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Ruft die Details des durch den Bezeichner angegebenen Produkts ab.

ListByServiceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Listet eine Auflistung der Produkte in der angegebenen Dienstinstanz auf

ListByServiceWithHttpMessagesAsync(String, String, ODataQuery<ProductContract>, Nullable<Boolean>, String, Dictionary<String,List<String>>, CancellationToken)

Listet eine Auflistung der Produkte in der angegebenen Dienstinstanz auf

ListByTagsNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Listet eine Auflistung von Produkten auf, denen Tags zugeordnet sind

ListByTagsWithHttpMessagesAsync(String, String, ODataQuery<TagResourceContract>, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Listet eine Auflistung von Produkten auf, denen Tags zugeordnet sind

UpdateWithHttpMessagesAsync(String, String, String, ProductUpdateParameters, String, Dictionary<String,List<String>>, CancellationToken)

Aktualisieren vorhandener Produktdetails.

Erweiterungsmethoden

CreateOrUpdate(IProductOperations, String, String, String, ProductContract, String)

Erstellt oder aktualisiert ein Produkt

CreateOrUpdateAsync(IProductOperations, String, String, String, ProductContract, String, CancellationToken)

Erstellt oder aktualisiert ein Produkt

Delete(IProductOperations, String, String, String, String, Nullable<Boolean>)

Löscht das Produkt

DeleteAsync(IProductOperations, String, String, String, String, Nullable<Boolean>, CancellationToken)

Löscht das Produkt

Get(IProductOperations, String, String, String)

Ruft die Details des durch den Bezeichner angegebenen Produkts ab.

GetAsync(IProductOperations, String, String, String, CancellationToken)

Ruft die Details des durch den Bezeichner angegebenen Produkts ab.

GetEntityTag(IProductOperations, String, String, String)

Ruft die Etag-Version (Entity State) des Produkts ab, das durch den Bezeichner angegeben wird.

GetEntityTagAsync(IProductOperations, String, String, String, CancellationToken)

Ruft die Etag-Version (Entity State) des Produkts ab, das durch den Bezeichner angegeben wird.

ListByService(IProductOperations, String, String, ODataQuery<ProductContract>, Nullable<Boolean>, String)

Listet eine Auflistung der Produkte in der angegebenen Dienstinstanz auf

ListByServiceAsync(IProductOperations, String, String, ODataQuery<ProductContract>, Nullable<Boolean>, String, CancellationToken)

Listet eine Auflistung der Produkte in der angegebenen Dienstinstanz auf

ListByServiceNext(IProductOperations, String)

Listet eine Auflistung der Produkte in der angegebenen Dienstinstanz auf

ListByServiceNextAsync(IProductOperations, String, CancellationToken)

Listet eine Auflistung der Produkte in der angegebenen Dienstinstanz auf

ListByTags(IProductOperations, String, String, ODataQuery<TagResourceContract>, Nullable<Boolean>)

Listet eine Auflistung von Produkten auf, denen Tags zugeordnet sind

ListByTagsAsync(IProductOperations, String, String, ODataQuery<TagResourceContract>, Nullable<Boolean>, CancellationToken)

Listet eine Auflistung von Produkten auf, denen Tags zugeordnet sind

ListByTagsNext(IProductOperations, String)

Listet eine Auflistung von Produkten auf, denen Tags zugeordnet sind

ListByTagsNextAsync(IProductOperations, String, CancellationToken)

Listet eine Auflistung von Produkten auf, denen Tags zugeordnet sind

Update(IProductOperations, String, String, String, ProductUpdateParameters, String)

Aktualisieren vorhandener Produktdetails.

UpdateAsync(IProductOperations, String, String, String, ProductUpdateParameters, String, CancellationToken)

Aktualisieren vorhandener Produktdetails.

Gilt für: