C# 클래스 CrestSharp.Implementation.Map

상속: CrestPartBase, IMap
파일 보기 프로젝트 열기: rischwa/eve-fast-fitting-assessment 1 사용 예제들

공개 메소드들

메소드 설명
FetchConstellationAsync ( int id ) : Task
FetchPlanetAsync ( int id ) : Task
FetchRegionAsync ( int id ) : Task
FetchSolarSystemAsync ( int id ) : Task

메소드 상세

FetchConstellationAsync() 공개 메소드

public FetchConstellationAsync ( int id ) : Task
id int
리턴 Task

FetchPlanetAsync() 공개 메소드

public FetchPlanetAsync ( int id ) : Task
id int
리턴 Task

FetchRegionAsync() 공개 메소드

public FetchRegionAsync ( int id ) : Task
id int
리턴 Task

FetchSolarSystemAsync() 공개 메소드

public FetchSolarSystemAsync ( int id ) : Task
id int
리턴 Task