C# 클래스 AppStore.Models.Resources

It is model for the all the string resources for catefories.
파일 보기 프로젝트 열기: BuildmLearn/BuildmLearn-Store

공개 프로퍼티들

프로퍼티 타입 설명
CategoryImage string[]
CategoryName string[]

공개 메소드들

메소드 설명
getCategoriesList ( ) : List

Gets the list of Categories List

메소드 상세

getCategoriesList() 공개 정적인 메소드

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

프로퍼티 상세

CategoryImage 공개적으로 정적으로 프로퍼티

public static string[] CategoryImage
리턴 string[]

CategoryName 공개적으로 정적으로 프로퍼티

public static string[] CategoryName
리턴 string[]