C# 클래스 CrestSharp.Implementation.Inventory

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

공개 메소드들

메소드 설명
FetchCategoryAsync ( int id ) : Task
FetchGroupAsync ( int id ) : Task
FetchTypeAsync ( int id ) : Task
GetCategories ( ) : IEnumerable
GetGroups ( ) : IEnumerable

메소드 상세

FetchCategoryAsync() 공개 메소드

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

FetchGroupAsync() 공개 메소드

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

FetchTypeAsync() 공개 메소드

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

GetCategories() 공개 메소드

public GetCategories ( ) : IEnumerable
리턴 IEnumerable

GetGroups() 공개 메소드

public GetGroups ( ) : IEnumerable
리턴 IEnumerable