C# 클래스 SimpleAppReviews.AppStoreManager

파일 보기 프로젝트 열기: berzniz/SimpleAppReviews

공개 메소드들

메소드 설명
GetCountryFromID ( string id ) : string
GetImageFromID ( string id ) : Image
Initialize ( ) : void
count ( ) : int
getStoreIDs ( ) : string[]

메소드 상세

GetCountryFromID() 공개 정적인 메소드

public static GetCountryFromID ( string id ) : string
id string
리턴 string

GetImageFromID() 공개 정적인 메소드

public static GetImageFromID ( string id ) : Image
id string
리턴 Image

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

count() 공개 정적인 메소드

public static count ( ) : int
리턴 int

getStoreIDs() 공개 정적인 메소드

public static getStoreIDs ( ) : string[]
리턴 string[]