C# 클래스 YukiYume.GitHub.Json.JsonModule

JsonModule is a NinjectModule that binds the GitHub services to the Json implementations of them
상속: Ninject.Modules.NinjectModule
파일 보기 프로젝트 열기: yukiyume/YukiYume.GitHub

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
JsonModule ( ) : System

The default constructor will setup the GitHub services using the GitHub username and api token as specified in the config file

JsonModule ( string gitHubUserName, string gitHubApiToken ) : System

This constructor will setup the GitHub services using the specified GitHub username and api token

Load ( ) : void

메소드 상세

JsonModule() 공개 메소드

The default constructor will setup the GitHub services using the GitHub username and api token as specified in the config file
public JsonModule ( ) : System
리턴 System

JsonModule() 공개 메소드

This constructor will setup the GitHub services using the specified GitHub username and api token
public JsonModule ( string gitHubUserName, string gitHubApiToken ) : System
gitHubUserName string GitHub API username
gitHubApiToken string GitHub API token
리턴 System

Load() 공개 메소드

public Load ( ) : void
리턴 void