C# 클래스 OfficeCheevosClient.ProposeCheevo.Cheevo

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

공개 프로퍼티들

프로퍼티 타입 설명
category string
description string
id int
points int
title string

공개 메소드들

메소드 설명
ToString ( ) : string

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

category 공개적으로 프로퍼티

public string category
리턴 string

description 공개적으로 프로퍼티

public string description
리턴 string

id 공개적으로 프로퍼티

public int id
리턴 int

points 공개적으로 프로퍼티

public int points
리턴 int

title 공개적으로 프로퍼티

public string title
리턴 string