C# Class EasyBike.Models.Contract

Inheritance: GalaSoft.MvvmLight.ObservableObject
Afficher le fichier Open project: ThePublicBikeGang/EasyBike

Méthodes publiques

Свойство Type Description
stationCounter int

Méthodes publiques

Méthode 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 méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetStationsAsync() public méthode

public GetStationsAsync ( ) : Task>
Résultat Task>

InnerGetStationsAsync() public méthode

public InnerGetStationsAsync ( ) : Task>
Résultat Task>

InnerRefreshAsync() public méthode

public InnerRefreshAsync ( ) : Task>
Résultat Task>

InnerRefreshAsync() public méthode

public InnerRefreshAsync ( Station station ) : Task
station Station
Résultat Task

RefreshAsync() public méthode

public RefreshAsync ( ) : Task
Résultat Task

RefreshAsync() public méthode

public RefreshAsync ( Station station ) : Task
station Station
Résultat Task

Property Details

stationCounter public_oe property

public int stationCounter
Résultat int