Search Results for

    Show / Hide Table of Contents

    Class StringCommentsListParams

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

    Constructors

    | Improve this Doc View Source

    StringCommentsListParams()

    Declaration
    public StringCommentsListParams()
    | Improve this Doc View Source

    StringCommentsListParams(Int32, Int32, Nullable<Int32>, Nullable<StringCommentType>, Nullable<ISet<IssueType>>, Nullable<IssueStatus>, Nullable<IEnumerable<SortingRule>>)

    Declaration
    public StringCommentsListParams(int limit, int offset, int? stringId, StringCommentType? type, ISet<IssueType>? issueTypes, IssueStatus? issueStatus, IEnumerable<SortingRule>? orderBy)
    Parameters
    Type Name Description
    System.Int32 limit
    System.Int32 offset
    System.Nullable<System.Int32> stringId
    System.Nullable<StringCommentType> type
    System.Nullable<ISet<IssueType>> issueTypes
    System.Nullable<IssueStatus> issueStatus
    System.Nullable<IEnumerable<SortingRule>> orderBy

    Properties

    | Improve this Doc View Source

    IssueStatus

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

    IssueTypes

    Declaration
    public ISet<IssueType> IssueTypes { get; set; }
    Property Value
    Type Description
    ISet<IssueType>
    | 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

    StringId

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

    Type

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

    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