Class Issue
Issue represents an issue in a repository
Inheritance
System.Object
Issue
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Dangl.GiteaOrgManager.dll
Syntax
Properties
|
Improve this Doc
View Source
Assets
Declaration
public ICollection<Attachment> Assets { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.ICollection<Attachment> |
|
|
Improve this Doc
View Source
Assignee
Declaration
public User Assignee { get; set; }
Property Value
|
Improve this Doc
View Source
Assignees
Declaration
public ICollection<User> Assignees { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.ICollection<User> |
|
|
Improve this Doc
View Source
Body
Declaration
public string Body { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Closed_at
Declaration
public DateTimeOffset? Closed_at { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.DateTimeOffset> |
|
|
Improve this Doc
View Source
Declaration
public long? Comments { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int64> |
|
|
Improve this Doc
View Source
Created_at
Declaration
public DateTimeOffset? Created_at { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.DateTimeOffset> |
|
|
Improve this Doc
View Source
Due_date
Declaration
public DateTimeOffset? Due_date { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.DateTimeOffset> |
|
|
Improve this Doc
View Source
Html_url
Declaration
public string Html_url { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Id
Declaration
public long? Id { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int64> |
|
|
Improve this Doc
View Source
Is_locked
Declaration
public bool? Is_locked { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Labels
Declaration
public ICollection<Label> Labels { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.ICollection<Label> |
|
|
Improve this Doc
View Source
Milestone
Declaration
public Milestone Milestone { get; set; }
Property Value
|
Improve this Doc
View Source
Number
Declaration
public long? Number { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int64> |
|
|
Improve this Doc
View Source
Original_author
Declaration
public string Original_author { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Original_author_id
Declaration
public long? Original_author_id { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int64> |
|
|
Improve this Doc
View Source
Pin_order
Declaration
public long? Pin_order { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int64> |
|
|
Improve this Doc
View Source
Pull_request
Declaration
public PullRequestMeta Pull_request { get; set; }
Property Value
|
Improve this Doc
View Source
Ref
Declaration
public string Ref { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Repository
Declaration
public RepositoryMeta Repository { get; set; }
Property Value
|
Improve this Doc
View Source
State
Declaration
public string State { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Title
Declaration
public string Title { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Updated_at
Declaration
public DateTimeOffset? Updated_at { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.DateTimeOffset> |
|
|
Improve this Doc
View Source
Url
Declaration
public string Url { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
User
Declaration
public User User { get; set; }
Property Value