C# Class Cueros.App.Core.Utilities

Show file Open project: JorgeCupi/GAMLP.Cueros.App

Private Properties

Property Type Description
TransformToCategoriesList List
TransformToCategory Cueros.App.Core.Models.Category
TransformToMaterial Cueros.App.Core.Models.Material
TransformToMaterialsList List
TransformToOrder Cueros.App.Core.Models.Order
TransformToOrdersList List
TransformToPicture Cueros.App.Core.Models.Picture
TransformToPicturesList List
TransformToProduct Cueros.App.Core.Models.Product
TransformToProductList List
TransformToSupplier Cueros.App.Core.Models.Supplier
TransformToSuppliersList List

Public Methods

Method Description
DownloadJsonFromThisUrl ( string url ) : Task

Private Methods

Method Description
TransformToCategoriesList ( string response ) : List
TransformToCategory ( string response ) : Category
TransformToMaterial ( string response ) : Material
TransformToMaterialsList ( string response ) : List
TransformToOrder ( string response ) : Order
TransformToOrdersList ( string response ) : List
TransformToPicture ( string response ) : Picture
TransformToPicturesList ( string response ) : List
TransformToProduct ( string response ) : Product
TransformToProductList ( string response ) : List
TransformToSupplier ( string response ) : Supplier
TransformToSuppliersList ( string response ) : List

Method Details

DownloadJsonFromThisUrl() public static method

public static DownloadJsonFromThisUrl ( string url ) : Task
url string
return Task