C# Class EasyBike.Models.Contract

Inheritance: GalaSoft.MvvmLight.ObservableObject
Exibir arquivo Open project: ThePublicBikeGang/EasyBike

Public Properties

Property Type Description
stationCounter int

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetStationsAsync ( ) : Task>
InnerGetStationsAsync ( ) : Task>
InnerRefreshAsync ( ) : Task>
InnerRefreshAsync ( Station station ) : Task
RefreshAsync ( ) : Task
RefreshAsync ( Station station ) : Task

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetStationsAsync() public method

public GetStationsAsync ( ) : Task>
return Task>

InnerGetStationsAsync() public method

public InnerGetStationsAsync ( ) : Task>
return Task>

InnerRefreshAsync() public method

public InnerRefreshAsync ( ) : Task>
return Task>

InnerRefreshAsync() public method

public InnerRefreshAsync ( Station station ) : Task
station Station
return Task

RefreshAsync() public method

public RefreshAsync ( ) : Task
return Task

RefreshAsync() public method

public RefreshAsync ( Station station ) : Task
station Station
return Task

Property Details

stationCounter public_oe property

public int stationCounter
return int