Search Results for

    Show / Hide Table of Contents

    Class FieldsListParams

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

    Constructors

    | Edit this page View Source

    FieldsListParams(int, int, string?, FieldEntity?, FieldType?)

    Declaration
    public FieldsListParams(int limit, int offset, string? search, FieldEntity? entity, FieldType? type)
    Parameters
    Type Name Description
    int limit
    int offset
    string search
    FieldEntity? entity
    FieldType? type

    Properties

    | Edit this page View Source

    Entity

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

    Search

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

    Type

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

    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