C# 클래스 EasyBike.Models.Contract

상속: GalaSoft.MvvmLight.ObservableObject
파일 보기 프로젝트 열기: ThePublicBikeGang/EasyBike

공개 프로퍼티들

프로퍼티 타입 설명
stationCounter int

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetStationsAsync ( ) : Task>
InnerGetStationsAsync ( ) : Task>
InnerRefreshAsync ( ) : Task>
InnerRefreshAsync ( Station station ) : Task
RefreshAsync ( ) : Task
RefreshAsync ( Station station ) : Task

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetStationsAsync() 공개 메소드

public GetStationsAsync ( ) : Task>
리턴 Task>

InnerGetStationsAsync() 공개 메소드

public InnerGetStationsAsync ( ) : Task>
리턴 Task>

InnerRefreshAsync() 공개 메소드

public InnerRefreshAsync ( ) : Task>
리턴 Task>

InnerRefreshAsync() 공개 메소드

public InnerRefreshAsync ( Station station ) : Task
station Station
리턴 Task

RefreshAsync() 공개 메소드

public RefreshAsync ( ) : Task
리턴 Task

RefreshAsync() 공개 메소드

public RefreshAsync ( Station station ) : Task
station Station
리턴 Task

프로퍼티 상세

stationCounter 공개적으로 프로퍼티

public int stationCounter
리턴 int