• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

rwjdk / TrelloDotNet / 5985906022

26 Aug 2023 04:42PM UTC coverage: 71.075% (-2.5%) from 73.62%
5985906022

push

github

rwjdk
Added Search Features

825 of 1493 branches covered (0.0%)

Branch coverage included in aggregate %.

105 of 105 new or added lines in 12 files covered. (100.0%)

2077 of 2590 relevant lines covered (80.19%)

63.5 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/TrelloDotNet/TrelloDotNet/Model/Search/SearchRequestOrganizationFields.cs
1
namespace TrelloDotNet.Model.Search
2
{
3
    /// <summary>
4
    /// What Board-fields should be included in the Search Result
5
    /// </summary>
6
    public class SearchRequestBoardFields
7
    {
8
        /// <summary>
9
        /// 'all' or any of these: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, url
10
        /// </summary>
11
        public string[] FieldNames { get; }
×
12

13
        /// <summary>
14
        /// Constructor
15
        /// </summary>
16
        /// <param name="fieldNames">'all' or any of these: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, url</param>
17
        public SearchRequestBoardFields(params string[] fieldNames)
×
18
        {
19
            FieldNames = fieldNames;
×
20
        }
×
21
    }
22
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc