C# Class CardIdleRemastered.BadgeModel

Inheritance: ObservableModel
Afficher le fichier Open project: AlexanderSharykin/CardIdleRemastered Class Usage Examples

Méthodes publiques

Méthode Description
BadgeModel ( ) : System
BadgeModel ( string id, string title, string card, string hours ) : System
CheckProperty ( BadgeProperty property ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
UpdateStats ( string remaining, string hours ) : void

Method Details

BadgeModel() public méthode

public BadgeModel ( ) : System
Résultat System

BadgeModel() public méthode

public BadgeModel ( string id, string title, string card, string hours ) : System
id string
title string
card string
hours string
Résultat System

CheckProperty() public méthode

public CheckProperty ( BadgeProperty property ) : bool
property BadgeProperty
Résultat bool

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

UpdateStats() public méthode

public UpdateStats ( string remaining, string hours ) : void
remaining string
hours string
Résultat void