Click or drag to resize

OctokitWrapper Class

An wrapper for the Octokit.net class. This class is used to extract functionality for checking github for updates to butterflow-ui installation.
Inheritance Hierarchy
SystemObject
  butterflow_uiOctokitWrapper

Namespace:  butterflow_ui
Assembly:  butterflow-ui (in butterflow-ui.exe) Version: 1.0.4.40427 (1.0.0.0)
Syntax
C#
public static class OctokitWrapper

The OctokitWrapper type exposes the following members.

Constructors
  NameDescription
Private methodStatic memberOctokitWrapper
Static constructor.
Top
Properties
  NameDescription
Public propertyStatic memberCurrentVersionStatus
Gets the current version status of this installation.
Public propertyStatic memberCurrentVersionStatusDescription
Gets information describing the current version status.
Top
Methods
  NameDescription
Private methodStatic memberGetVersionStatus
Gets version status from github.
Top
Fields
  NameDescription
Private fieldStatic memberREGEX_VERSION
The RegEx string for matching .
Private fieldStatic memberversionStatus
The version status of the current installation.
Top
See Also