Search Results for

    Show / Hide Table of Contents

    Class StringCommentsListParams

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

    Constructors

    | Edit this page View Source

    StringCommentsListParams()

    Declaration
    public StringCommentsListParams()
    | Edit this page View Source

    StringCommentsListParams(int, int, long?, StringCommentType?, ISet<IssueType>?, IssueStatus?, IEnumerable<SortingRule>?)

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

    Properties

    | Edit this page View Source

    IssueStatus

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

    IssueTypes

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

    StringId

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

    Type

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

    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