C# Class CardIdleRemastered.BadgeModel

Inheritance: ObservableModel
Show file Open project: AlexanderSharykin/CardIdleRemastered Class Usage Examples

Public Methods

Method 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 method

public BadgeModel ( ) : System
return System

BadgeModel() public method

public BadgeModel ( string id, string title, string card, string hours ) : System
id string
title string
card string
hours string
return System

CheckProperty() public method

public CheckProperty ( BadgeProperty property ) : bool
property BadgeProperty
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

UpdateStats() public method

public UpdateStats ( string remaining, string hours ) : void
remaining string
hours string
return void