Search Results for

    Show / Hide Table of Contents

    Class TasksListParams

    Inheritance
    System.Object
    TasksListParams
    Implements
    IQueryParamsProvider
    Namespace: Crowdin.Api.Tasks
    Assembly: Crowdin.Api.dll
    Syntax
    public class TasksListParams : object, IQueryParamsProvider

    Constructors

    | Improve this Doc View Source

    TasksListParams()

    Declaration
    public TasksListParams()
    | Improve this Doc View Source

    TasksListParams(Int32, Int32, Nullable<TaskStatus>, Nullable<Int32>, Nullable<IEnumerable<SortingRule>>)

    Declaration
    public TasksListParams(int limit, int offset, TaskStatus? status, int? assigneeId, IEnumerable<SortingRule>? orderBy)
    Parameters
    Type Name Description
    System.Int32 limit
    System.Int32 offset
    System.Nullable<TaskStatus> status
    System.Nullable<System.Int32> assigneeId
    System.Nullable<IEnumerable<SortingRule>> orderBy
    | Improve this Doc View Source

    TasksListParams(Int32, Int32, Nullable<IEnumerable<TaskStatus>>, Nullable<Int32>, Nullable<IEnumerable<SortingRule>>)

    Declaration
    public TasksListParams(int limit, int offset, IEnumerable<TaskStatus>? statuses, int? assigneeId, IEnumerable<SortingRule>? orderBy)
    Parameters
    Type Name Description
    System.Int32 limit
    System.Int32 offset
    System.Nullable<IEnumerable<TaskStatus>> statuses
    System.Nullable<System.Int32> assigneeId
    System.Nullable<IEnumerable<SortingRule>> orderBy

    Properties

    | Improve this Doc View Source

    AssigneeId

    Declaration
    public int? AssigneeId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    Limit

    Declaration
    public int Limit { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Offset

    Declaration
    public int Offset { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    OrderBy

    Declaration
    public IEnumerable<SortingRule>? OrderBy { get; set; }
    Property Value
    Type Description
    System.Nullable<IEnumerable<SortingRule>>
    | Improve this Doc View Source

    Statuses

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

    Methods

    | Improve this Doc View Source

    ToQueryParams()

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

    Implements

    IQueryParamsProvider
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX