C# Class AppStore.Models.Resources

It is model for the all the string resources for catefories.
Show file Open project: BuildmLearn/BuildmLearn-Store

Public Properties

Property Type Description
CategoryImage string[]
CategoryName string[]

Public Methods

Method Description
getCategoriesList ( ) : List

Gets the list of Categories List

Method Details

getCategoriesList() public static method

Gets the list of Categories List
public static getCategoriesList ( ) : List
return List

Property Details

CategoryImage public static property

public static string[] CategoryImage
return string[]

CategoryName public static property

public static string[] CategoryName
return string[]