Search Results for

    Show / Hide Table of Contents

    Class IssuesListParams

    Inheritance
    object
    IssuesListParams
    Implements
    IQueryParamsProvider
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.Issues
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class IssuesListParams : IQueryParamsProvider

    Constructors

    | Edit this page View Source

    IssuesListParams()

    Declaration
    public IssuesListParams()
    | Edit this page View Source

    IssuesListParams(int, int, IssueType?, IssueStatus?)

    Declaration
    public IssuesListParams(int limit, int offset, IssueType? type, IssueStatus? status)
    Parameters
    Type Name Description
    int limit
    int offset
    IssueType? type
    IssueStatus? status

    Properties

    | Edit this page View Source

    Limit

    Declaration
    public int Limit { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Offset

    Declaration
    public int Offset { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Status

    Declaration
    public IssueStatus? Status { get; set; }
    Property Value
    Type Description
    IssueStatus?
    | Edit this page View Source

    Type

    Declaration
    public IssueType? Type { get; set; }
    Property Value
    Type Description
    IssueType?

    Methods

    | Edit this page View Source

    ToQueryParams()

    Declaration
    public IDictionary<string, string> ToQueryParams()
    Returns
    Type Description
    IDictionary<string, string>

    Implements

    IQueryParamsProvider
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX