C# Class Ventata.Client.API.Stores

Afficher le fichier Open project: Ventata/API Class Usage Examples

Méthodes publiques

Méthode Description
Create ( VentataStore store ) : VentataStore
Delete ( System.Guid VentataStoreId ) : bool
Get ( System.Guid VentataStoreId ) : VentataStore
Stores ( System.Guid CompanyAPIKey ) : System
Update ( VentataStore store ) : VentataStore

Method Details

Create() public méthode

public Create ( VentataStore store ) : VentataStore
store Domain.External.VentataStore
Résultat Domain.External.VentataStore

Delete() public méthode

public Delete ( System.Guid VentataStoreId ) : bool
VentataStoreId System.Guid
Résultat bool

Get() public méthode

public Get ( System.Guid VentataStoreId ) : VentataStore
VentataStoreId System.Guid
Résultat Domain.External.VentataStore

Stores() public méthode

public Stores ( System.Guid CompanyAPIKey ) : System
CompanyAPIKey System.Guid
Résultat System

Update() public méthode

public Update ( VentataStore store ) : VentataStore
store Domain.External.VentataStore
Résultat Domain.External.VentataStore