IssueTrackerIssue Class

Describes an issue in an issue tracker project

Inheritance Hierarchy

Syntax

public sealed class IssueTrackerIssue : IEquatable<T>

Constructors

Name Description
IssueTrackerIssue(string Id, string Status, string Type, string Title, string Description, string Submitter, System.DateTime? SubmittedDate, bool IsClosed, string Url)

Properties

Name Description
Description

HTML description of the issue.

Id

unique ID of the issue.

IsClosed

value indicating whether the issue is considered closed.

Status

current status of the issue.

SubmittedDate

TC date when the issue was submitted.

Submitter

name of the user that submitted the issue.

Title

HTML title of the issue.

Type

type of the issue (e.g. bug, feature, task).

Url

URL of the issue in the original issue tracker if applicable.

Methods

Name Description
<Clone>$
Deconstruct(System.String& Id, System.String& Status, System.String& Type, System.String& Title, System.String& Description, System.String& Submitter, !0? SubmittedDate, System.Boolean& IsClosed, System.String& Url)
Equals(IssueTrackerIssue other)
GetHashCode
ToString