Class TrackerIssue
- Namespace
- XENBIT.ResQueServe.Core.Models
- Assembly
- RQS.Core.dll
public class TrackerIssue
- Inheritance
-
TrackerIssue
- Inherited Members
-
Properties
public string? CommunityPatchCycle { get; set; }
Property Value
- string
CreatedOn
public required DateTime CreatedOn { get; set; }
Property Value
- DateTime
Description
public string? Description { get; set; }
Property Value
- string
ForumsTopicId
public string? ForumsTopicId { get; set; }
Property Value
- string
Id
public required string Id { get; set; }
Property Value
- string
IsDone
public bool IsDone { get; set; }
Property Value
- bool
IsFeatureRequest
public bool IsFeatureRequest { get; set; }
Property Value
- bool
Milestone
public string? Milestone { get; set; }
Property Value
- string
Number
public long? Number { get; set; }
Property Value
- long?
Priority
public long? Priority { get; set; }
Property Value
- long?
Status
public string? Status { get; set; }
Property Value
- string
Title
public string? Title { get; set; }
Property Value
- string