Class EnterpriseProjectMembersListParams
Inheritance
EnterpriseProjectMembersListParams
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
Properties
|
Edit this page
View Source
LanguageId
Declaration
public string? LanguageId { get; set; }
Property Value
|
Edit this page
View Source
Limit
Declaration
public int Limit { get; set; }
Property Value
|
Edit this page
View Source
Offset
Declaration
public int Offset { get; set; }
Property Value
|
Edit this page
View Source
Search
Declaration
public string? Search { get; set; }
Property Value
|
Edit this page
View Source
WorkflowStepId
Declaration
public long? WorkflowStepId { get; set; }
Property Value
Methods
|
Edit this page
View Source
ToQueryParams()
Declaration
public IDictionary<string, string> ToQueryParams()
Returns
Implements