ListaDeComprasClient Methods

The ListaDeComprasClient type exposes the following members.

Methods


  Name Description
Public method AddClient
Adds the client.
Public method AddClientAsync
add client as an asynchronous operation.
Public method AddOrUpdateProduct(Int32, Int32, Int32, Decimal)
Adds the or update product.
Public method AddOrUpdateProduct(ProductManagement)
Adds the or update product.
Public method AddOrUpdateProductAsync(Int32, Int32, Int32, Decimal)
add or update product as an asynchronous operation.
Public method AddOrUpdateProductAsync(ProductManagement)
add or update product as an asynchronous operation.
Public method Equals(System.Object)
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetClient
Gets the client.
Public method GetClientAsync
get client as an asynchronous operation.
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetList
Gets the list.
Public method GetListAsync
get list as an asynchronous operation.
Public method GetLists
Gets the lists.
Public method GetListsAsync
get lists as an asynchronous operation.
Public method GetProduct(Int32, Int32)
Gets the product.
Public method GetProduct(Int32)
Gets the product.
Public method GetProductAsync(Int32, Int32)
get product as an asynchronous operation.
Public method GetProductAsync(Int32)
get product as an asynchronous operation.
Public method GetProducts
Gets the products.
Public method GetProductsAsync
get products as an asynchronous operation.
Public method GetStore
Gets the store.
Public method GetStoreAsync
get store as an asynchronous operation.
Public method GetStores
Gets the stores.
Public method GetStoresAsync
get stores as an asynchronous operation.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ProductExists
Products the exists.
Public method ProductExistsAsync
product exists as an asynchronous operation.
Public method Static member RecoveryPassword
Recoveries the password.
Public method Static member RecoveryPasswordAsync
recovery password as an asynchronous operation.
Public method RemoveProduct(Int32, Int32)
Removes the product.
Public method RemoveProduct(Int32)
Removes the product.
Public method RemoveProductAsync(Int32, Int32)
remove product as an asynchronous operation.
Public method RemoveProductAsync(Int32)
remove product as an asynchronous operation.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method UpdateClient
Updates the client.
Public method UpdateClientAsync
update client as an asynchronous operation.
Public method UploadImage
Uploads the image.
Public method UploadImageAsync
upload image as an asynchronous operation.