C# 클래스 CardIdleRemastered.BadgeModel

상속: ObservableModel
파일 보기 프로젝트 열기: AlexanderSharykin/CardIdleRemastered 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

BadgeModel() 공개 메소드

public BadgeModel ( ) : System
리턴 System

BadgeModel() 공개 메소드

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

CheckProperty() 공개 메소드

public CheckProperty ( BadgeProperty property ) : bool
property BadgeProperty
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

UpdateStats() 공개 메소드

public UpdateStats ( string remaining, string hours ) : void
remaining string
hours string
리턴 void