GitHubRelease Class

Represents a release on GitHub.

Definition

Namespace: DevCase.ThirdParty.GitHub
Assembly: DevCase.net48.ThirdParty.GitHub (in DevCase.net48.ThirdParty.GitHub.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public sealed class GitHubRelease
Inheritance
Object    GitHubRelease

Constructors

GitHubRelease Initializes a new instance of the GitHubRelease class.

Properties

Assets Gets the assets of this release.
Author Gets the author of this release.
Body Gets the body, in MarkDown format.
DateCreated Gets the creation datetime.
DatePublished Gets the published datetime.
Id Gets the GitHub's unique identifier for this release.
IsDraft Gets a value that determine whether this release is a draft.
IsPreRelease Gets a value that determine whether this release is a pre-release.
Name Gets the release name.
Raw Gets the raw Xml content of this GitHubRelease.
TagName Gets the release tag name.
TargetCommitish Gets the commition target.
UriAssets Gets an Uri that points to the assets page of this release.
UriHtml Gets an Uri that points to the release page for a web-browser.
UriRelease Gets an Uri that points to the release page.
UriTarball Gets an Uri that points to the tarball file of this release.
UriZipball Gets an Uri that points to the zipball file of this release.
Version Gets the release version.

Methods

Equals
(Overrides ObjectEquals(Object))
GetHashCode
(Overrides ObjectGetHashCode)
GetType Gets the Type of the current instance.
(Inherited from Object)
ToString Returns a String that represents this release.
(Overrides ObjectToString)

Operators

Equality(GitHubRelease, GitHubRelease) Implements the operator =.
Inequality(GitHubRelease, GitHubRelease) Implements the operator <>.

Extension Methods

CanConvertTo Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions)
CanConvertToT Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions)
ConvertToT Converts an object to the specified target type.

If the conversion fails, an exception is thrown.
(Defined by ObjectExtensions)

ConvertToT Converts an object to the specified target type.

If the conversion fails, returns the specified default value.
(Defined by ObjectExtensions)

IsDisposable Determines whether the specified object is a disposable type (i.e., it implements IDisposable interface).
(Defined by ObjectExtensions)
Speak Speaks the string representation of the source object by using the operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions)
Speak Speaks the string representation of the source object by using the operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions)
ThrowIfNullTException Throws the specified exception if the source object is null.
(Defined by ObjectExtensions)

See Also