C# 클래스 CheevoService.Cheevo

파일 보기 프로젝트 열기: acid2000/OfficeCheevos 1 사용 예제들

공개 메소드들

메소드 설명
Cheevo ( string title, string description, string category, int points, System.DateTime awarded, int id ) : System
CheevosAsCSV ( Stream outStream ) : void

메소드 상세

Cheevo() 공개 메소드

public Cheevo ( string title, string description, string category, int points, System.DateTime awarded, int id ) : System
title string
description string
category string
points int
awarded System.DateTime
id int
리턴 System

CheevosAsCSV() 공개 정적인 메소드

public static CheevosAsCSV ( Stream outStream ) : void
outStream Stream
리턴 void