xss.Category.Client
1.0.0
This package will handle all method of Category
See the version list below for details.
Install-Package xss.Category.Client -Version 1.0.0
dotnet add package xss.Category.Client --version 1.0.0
<PackageReference Include="xss.Category.Client" Version="1.0.0" />
paket add xss.Category.Client --version 1.0.0
#r "nuget: xss.Category.Client, 1.0.0"
Release Notes
1.- We add 2 methods ListByParameters and ListSubCategoryByParentId
1.1.- Use ListByParameters method when you get Categories. Paremeters -> (Int32 accounttype, Int32 marketId, Int32 languageId, Int32 orderSource, Int16 firstOrder, Int16 extendedFastStart, DateTime enrollDate, Int16 isFFW).
1.2.- Use ListSubCategoryByParentIdmethod when you get SubCategories. Paremeters -> ListSubCategoryByParentId(Int32 accounttype, Int32 marketId, Int32 languageId, Int32 orderSource, Int16 firstOrder, Int16 extendedFastStart, DateTime enrollDate, Int16 isFFW)
2.- For example:
ListBaseCategory listobjCat = CategoryBl.Instance.ListByParameters(10, 7, 1, 7, 1, 0, DateTime.Now, 0);
ListBaseCategory listobjSubCat = CategoryBl.Instance.ListSubCategoryByParentId(10, 7, 1, 7, 1, 0, DateTime.Now, 0);
listobjCat.SetListSubCategory(listobjSubCat); -- If you wanna merge Category and SubCategory, you can use the SetListSubCategory's method
Dependencies
-
.NETCoreApp 2.2
- Microsoft.Extensions.Configuration (>= 2.2.0)
- Microsoft.Extensions.Configuration.Json (>= 2.2.0)
- System.Data.DataSetExtensions (>= 4.5.0)
- System.Data.SqlClient (>= 4.6.0)
- System.Linq (>= 4.3.0)
- xss.ConnectionManager (>= 1.5.4)
- xss.Enumeration (>= 1.2.1)
- xss.ExtensionHandler (>= 1.0.3)
- xss.Logger (>= 2.1.7)
- xss.Utilities (>= 1.0.0)
Used By
NuGet packages
This package is not used by any NuGet packages.