메소드 | 설명 | |
---|---|---|
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 |
public BadgeModel ( string id, string title, string card, string hours ) : System | ||
id | string | |
title | string | |
card | string | |
hours | string | |
리턴 | System |
public CheckProperty ( BadgeProperty property ) : bool | ||
property | BadgeProperty | |
리턴 | bool |
public UpdateStats ( string remaining, string hours ) : void | ||
remaining | string | |
hours | string | |
리턴 | void |