C# Class Ventata.Client.API.Stores

ファイルを表示 Open project: Ventata/API Class Usage Examples

Public Methods

Method 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 method

public Create ( VentataStore store ) : VentataStore
store Domain.External.VentataStore
return Domain.External.VentataStore

Delete() public method

public Delete ( System.Guid VentataStoreId ) : bool
VentataStoreId System.Guid
return bool

Get() public method

public Get ( System.Guid VentataStoreId ) : VentataStore
VentataStoreId System.Guid
return Domain.External.VentataStore

Stores() public method

public Stores ( System.Guid CompanyAPIKey ) : System
CompanyAPIKey System.Guid
return System

Update() public method

public Update ( VentataStore store ) : VentataStore
store Domain.External.VentataStore
return Domain.External.VentataStore