Search Results for

    Show / Hide Table of Contents

    Class EnterpriseProjectMembersListParams

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

    Constructors

    | Edit this page View Source

    EnterpriseProjectMembersListParams()

    Declaration
    public EnterpriseProjectMembersListParams()
    | Edit this page View Source

    EnterpriseProjectMembersListParams(string?, string?, long?, int, int)

    Declaration
    public EnterpriseProjectMembersListParams(string? search, string? languageId, long? workflowStepId, int limit, int offset)
    Parameters
    Type Name Description
    string search
    string languageId
    long? workflowStepId
    int limit
    int offset

    Properties

    | Edit this page View Source

    LanguageId

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

    WorkflowStepId

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

    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