C# 클래스 CheevoService.Database

파일 보기 프로젝트 열기: acid2000/OfficeCheevos

공개 메소드들

메소드 설명
AddCheevo ( string title, string description, string category, int points ) : void
GetCheevos ( ) : IEnumerable
LoadPoppedCheevos ( ) : CheevoUser>.Dictionary
ProposeCheevo ( string user, string proposes, int id ) : bool
Setup ( ) : void

비공개 메소드들

메소드 설명
CheevoAlreadyProposed ( string user, int id ) : bool

메소드 상세

AddCheevo() 공개 정적인 메소드

public static AddCheevo ( string title, string description, string category, int points ) : void
title string
description string
category string
points int
리턴 void

GetCheevos() 공개 정적인 메소드

public static GetCheevos ( ) : IEnumerable
리턴 IEnumerable

LoadPoppedCheevos() 공개 정적인 메소드

public static LoadPoppedCheevos ( ) : CheevoUser>.Dictionary
리턴 CheevoUser>.Dictionary

ProposeCheevo() 공개 정적인 메소드

public static ProposeCheevo ( string user, string proposes, int id ) : bool
user string
proposes string
id int
리턴 bool

Setup() 공개 정적인 메소드

public static Setup ( ) : void
리턴 void