C# Class YukiYume.GitHub.Json.JsonModule

JsonModule is a NinjectModule that binds the GitHub services to the Json implementations of them
Inheritance: Ninject.Modules.NinjectModule
Afficher le fichier Open project: yukiyume/YukiYume.GitHub

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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

Method Details

JsonModule() public méthode

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

JsonModule() public méthode

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
Résultat System

Load() public méthode

public Load ( ) : void
Résultat void