C# Класс YukiYume.GitHub.Json.JsonModule

JsonModule is a NinjectModule that binds the GitHub services to the Json implementations of them
Наследование: Ninject.Modules.NinjectModule
Показать файл Открыть проект

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