C# 클래스 coderwall_api.CoderwallAPI

TODO: Update summary.
파일 보기 프로젝트 열기: tomvdb/coderwall-csharp-wrapper 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BadgeCount int
Badges List
Endorsements int
Location string
Name string

공개 메소드들

메소드 설명
CoderwallAPI ( string _userName ) : System

비공개 메소드들

메소드 설명
doWebRequest ( string apicall ) : void

메소드 상세

CoderwallAPI() 공개 메소드

public CoderwallAPI ( string _userName ) : System
_userName string
리턴 System

프로퍼티 상세

BadgeCount 공개적으로 프로퍼티

public int BadgeCount
리턴 int

Badges 공개적으로 프로퍼티

public List Badges
리턴 List

Endorsements 공개적으로 프로퍼티

public int Endorsements
리턴 int

Location 공개적으로 프로퍼티

public string Location
리턴 string

Name 공개적으로 프로퍼티

public string Name
리턴 string