ProGetReleaseInfo Class

Contains information about a project release in ProGet.

Inheritance Hierarchy

Syntax

public sealed class ProGetReleaseInfo : IEquatable<T>

Constructors

Name Description
ProGetReleaseInfo(string ProjectName, string ReleaseNumber, string ReleaseUrl, bool Active, string ViewReleaseUrl, string ViewIssuesUrl)

Contains information about a project release in ProGet.

Properties

Name Description
Active

Value indicating whether the release is active.

ProjectName

Name of the project.

ReleaseNumber

Version/Release number.

ReleaseUrl

URL of the release.

ViewIssuesUrl

URL to view the issues in a release

ViewReleaseUrl

URL to view the release

Methods

Name Description
<Clone>$
Deconstruct(System.String& ProjectName, System.String& ReleaseNumber, System.String& ReleaseUrl, System.Boolean& Active, System.String& ViewReleaseUrl, System.String& ViewIssuesUrl)
Equals(ProGetReleaseInfo other)
GetHashCode
ToString