Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="IssueLinks" /> class.
 /// </summary>
 /// <param name="Self">Self.</param>
 /// <param name="Html">Html.</param>
 /// <param name="Comments">Comments.</param>
 /// <param name="Attachments">Attachments.</param>
 /// <param name="Watch">Watch.</param>
 /// <param name="Vote">Vote.</param>
 public IssueLinks(CommentLinksSelf Self = default(CommentLinksSelf), CommentLinksSelf Html = default(CommentLinksSelf), CommentLinksSelf Comments = default(CommentLinksSelf), CommentLinksSelf Attachments = default(CommentLinksSelf), CommentLinksSelf Watch = default(CommentLinksSelf), CommentLinksSelf Vote = default(CommentLinksSelf))
 {
     this.Self        = Self;
     this.Html        = Html;
     this.Comments    = Comments;
     this.Attachments = Attachments;
     this.Watch       = Watch;
     this.Vote        = Vote;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="AccountLinks" /> class.
 /// </summary>
 /// <param name="Self">Self.</param>
 /// <param name="Html">Html.</param>
 /// <param name="Avatar">Avatar.</param>
 /// <param name="Followers">Followers.</param>
 /// <param name="Following">Following.</param>
 /// <param name="Repositories">Repositories.</param>
 public AccountLinks(CommentLinksSelf Self = default(CommentLinksSelf), CommentLinksSelf Html = default(CommentLinksSelf), CommentLinksSelf Avatar = default(CommentLinksSelf), CommentLinksSelf Followers = default(CommentLinksSelf), CommentLinksSelf Following = default(CommentLinksSelf), CommentLinksSelf Repositories = default(CommentLinksSelf))
 {
     this.Self         = Self;
     this.Html         = Html;
     this.Avatar       = Avatar;
     this.Followers    = Followers;
     this.Following    = Following;
     this.Repositories = Repositories;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="PullrequestLinks" /> class.
 /// </summary>
 /// <param name="Self">Self.</param>
 /// <param name="Html">Html.</param>
 /// <param name="Commits">Commits.</param>
 /// <param name="Approve">Approve.</param>
 /// <param name="Diff">Diff.</param>
 /// <param name="Comments">Comments.</param>
 /// <param name="Activity">Activity.</param>
 /// <param name="Merge">Merge.</param>
 /// <param name="Decline">Decline.</param>
 public PullrequestLinks(CommentLinksSelf Self = default(CommentLinksSelf), CommentLinksSelf Html = default(CommentLinksSelf), CommentLinksSelf Commits = default(CommentLinksSelf), CommentLinksSelf Approve = default(CommentLinksSelf), CommentLinksSelf Diff = default(CommentLinksSelf), CommentLinksSelf Comments = default(CommentLinksSelf), CommentLinksSelf Activity = default(CommentLinksSelf), CommentLinksSelf Merge = default(CommentLinksSelf), CommentLinksSelf Decline = default(CommentLinksSelf))
 {
     this.Self     = Self;
     this.Html     = Html;
     this.Commits  = Commits;
     this.Approve  = Approve;
     this.Diff     = Diff;
     this.Comments = Comments;
     this.Activity = Activity;
     this.Merge    = Merge;
     this.Decline  = Decline;
 }
Example #4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="RepositoryLinks" /> class.
 /// </summary>
 /// <param name="Self">Self.</param>
 /// <param name="Html">Html.</param>
 /// <param name="Avatar">Avatar.</param>
 /// <param name="Pullrequests">Pullrequests.</param>
 /// <param name="Commits">Commits.</param>
 /// <param name="Forks">Forks.</param>
 /// <param name="Watchers">Watchers.</param>
 /// <param name="Downloads">Downloads.</param>
 /// <param name="Clone">Clone.</param>
 /// <param name="Hooks">Hooks.</param>
 public RepositoryLinks(CommentLinksSelf Self = default(CommentLinksSelf), CommentLinksSelf Html = default(CommentLinksSelf), CommentLinksSelf Avatar = default(CommentLinksSelf), CommentLinksSelf Pullrequests = default(CommentLinksSelf), CommentLinksSelf Commits = default(CommentLinksSelf), CommentLinksSelf Forks = default(CommentLinksSelf), CommentLinksSelf Watchers = default(CommentLinksSelf), CommentLinksSelf Downloads = default(CommentLinksSelf), List <CommentLinksSelf> Clone = default(List <CommentLinksSelf>), CommentLinksSelf Hooks = default(CommentLinksSelf))
 {
     this.Self         = Self;
     this.Html         = Html;
     this.Avatar       = Avatar;
     this.Pullrequests = Pullrequests;
     this.Commits      = Commits;
     this.Forks        = Forks;
     this.Watchers     = Watchers;
     this.Downloads    = Downloads;
     this.Clone        = Clone;
     this.Hooks        = Hooks;
 }
Example #5
0
 /// <summary>
 /// Initializes a new instance of the <see cref="GroupLinks" /> class.
 /// </summary>
 /// <param name="Self">Self.</param>
 /// <param name="Html">Html.</param>
 public GroupLinks(CommentLinksSelf Self = default(CommentLinksSelf), CommentLinksSelf Html = default(CommentLinksSelf))
 {
     this.Self = Self;
     this.Html = Html;
 }
Example #6
0
 /// <summary>
 /// Initializes a new instance of the <see cref="IssueChangeLinks" /> class.
 /// </summary>
 /// <param name="Self">Self.</param>
 /// <param name="Issue">Issue.</param>
 public IssueChangeLinks(CommentLinksSelf Self = default(CommentLinksSelf), CommentLinksSelf Issue = default(CommentLinksSelf))
 {
     this.Self  = Self;
     this.Issue = Issue;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="SnippetCommitLinks" /> class.
 /// </summary>
 /// <param name="Self">Self.</param>
 /// <param name="Html">Html.</param>
 /// <param name="Diff">Diff.</param>
 public SnippetCommitLinks(CommentLinksSelf Self = default(CommentLinksSelf), CommentLinksSelf Html = default(CommentLinksSelf), CommentLinksSelf Diff = default(CommentLinksSelf))
 {
     this.Self = Self;
     this.Html = Html;
     this.Diff = Diff;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="CommentLinks" /> class.
 /// </summary>
 /// <param name="Self">Self.</param>
 /// <param name="Html">Html.</param>
 /// <param name="Code">Code.</param>
 public CommentLinks(CommentLinksSelf Self = default(CommentLinksSelf), CommentLinksSelf Html = default(CommentLinksSelf), CommentLinksSelf Code = default(CommentLinksSelf))
 {
     this.Self = Self;
     this.Html = Html;
     this.Code = Code;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="SubjectTypesRepository" /> class.
 /// </summary>
 /// <param name="Events">Events.</param>
 public SubjectTypesRepository(CommentLinksSelf Events = default(CommentLinksSelf))
 {
     this.Events = Events;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="EmailAddressLinks" /> class.
 /// </summary>
 /// <param name="Self">Self.</param>
 public EmailAddressLinks(CommentLinksSelf Self = default(CommentLinksSelf))
 {
     this.Self = Self;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="ProjectLinks" /> class.
 /// </summary>
 /// <param name="Html">Html.</param>
 /// <param name="Avatar">Avatar.</param>
 public ProjectLinks(CommentLinksSelf Html = default(CommentLinksSelf), CommentLinksSelf Avatar = default(CommentLinksSelf))
 {
     this.Html   = Html;
     this.Avatar = Avatar;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="RefLinks" /> class.
 /// </summary>
 /// <param name="Self">Self.</param>
 /// <param name="Commits">Commits.</param>
 /// <param name="Html">Html.</param>
 public RefLinks(CommentLinksSelf Self = default(CommentLinksSelf), CommentLinksSelf Commits = default(CommentLinksSelf), CommentLinksSelf Html = default(CommentLinksSelf))
 {
     this.Self    = Self;
     this.Commits = Commits;
     this.Html    = Html;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="CommitstatusLinks" /> class.
 /// </summary>
 /// <param name="Self">Self.</param>
 /// <param name="Commit">Commit.</param>
 public CommitstatusLinks(CommentLinksSelf Self = default(CommentLinksSelf), CommentLinksSelf Commit = default(CommentLinksSelf))
 {
     this.Self   = Self;
     this.Commit = Commit;
 }