Search Results for

    Show / Hide Table of Contents

    Class TasksListParams

    Inheritance
    object
    TasksListParams
    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.Tasks
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class TasksListParams : IQueryParamsProvider

    Constructors

    | Edit this page View Source

    TasksListParams()

    Declaration
    public TasksListParams()
    | Edit this page View Source

    TasksListParams(int, int, IEnumerable<TaskStatus>?, long?, IEnumerable<SortingRule>?)

    Declaration
    public TasksListParams(int limit, int offset, IEnumerable<TaskStatus>? statuses, long? assigneeId, IEnumerable<SortingRule>? orderBy)
    Parameters
    Type Name Description
    int limit
    int offset
    IEnumerable<TaskStatus> statuses
    long? assigneeId
    IEnumerable<SortingRule> orderBy
    | Edit this page View Source

    TasksListParams(int, int, TaskStatus?, long?, IEnumerable<SortingRule>?)

    Declaration
    public TasksListParams(int limit, int offset, TaskStatus? status, long? assigneeId, IEnumerable<SortingRule>? orderBy)
    Parameters
    Type Name Description
    int limit
    int offset
    TaskStatus? status
    long? assigneeId
    IEnumerable<SortingRule> orderBy

    Properties

    | Edit this page View Source

    AssigneeId

    Declaration
    public long? AssigneeId { get; set; }
    Property Value
    Type Description
    long?
    | 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

    OrderBy

    Declaration
    public IEnumerable<SortingRule>? OrderBy { get; set; }
    Property Value
    Type Description
    IEnumerable<SortingRule>
    | Edit this page View Source

    Statuses

    Declaration
    public IEnumerable<TaskStatus>? Statuses { get; set; }
    Property Value
    Type Description
    IEnumerable<TaskStatus>

    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