Search Results for

    Show / Hide Table of Contents

    Class TranslationStatusApiExecutor

    Inheritance
    object
    TranslationStatusApiExecutor
    Implements
    ITranslationStatusApiExecutor
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.TranslationStatus
    Assembly: Crowdin.Api.dll
    Syntax
    public class TranslationStatusApiExecutor : ITranslationStatusApiExecutor

    Constructors

    | Edit this page View Source

    TranslationStatusApiExecutor(ICrowdinApiClient)

    Declaration
    public TranslationStatusApiExecutor(ICrowdinApiClient apiClient)
    Parameters
    Type Name Description
    ICrowdinApiClient apiClient
    | Edit this page View Source

    TranslationStatusApiExecutor(ICrowdinApiClient, IJsonParser)

    Declaration
    public TranslationStatusApiExecutor(ICrowdinApiClient apiClient, IJsonParser jsonParser)
    Parameters
    Type Name Description
    ICrowdinApiClient apiClient
    IJsonParser jsonParser

    Methods

    | Edit this page View Source

    GetBranchProgress(long, long, int, int)

    Get branch progress. Documentation: Crowdin API Crowdin Enterprise API

    Declaration
    [PublicAPI]
    public Task<ResponseList<ProgressResource>> GetBranchProgress(long projectId, long branchId, int limit = 25, int offset = 0)
    Parameters
    Type Name Description
    long projectId
    long branchId
    int limit
    int offset
    Returns
    Type Description
    Task<ResponseList<ProgressResource>>
    | Edit this page View Source

    GetDirectoryProgress(long, long, int, int)

    . Documentation: Crowdin API Crowdin Enterprise API

    Declaration
    [PublicAPI]
    public Task<ResponseList<ProgressResource>> GetDirectoryProgress(long projectId, long directoryId, int limit = 25, int offset = 0)
    Parameters
    Type Name Description
    long projectId
    long directoryId
    int limit
    int offset
    Returns
    Type Description
    Task<ResponseList<ProgressResource>>
    | Edit this page View Source

    GetFileProgress(long, long, int, int)

    Get file progress. Documentation: Crowdin API Crowdin Enterprise API

    Declaration
    [PublicAPI]
    public Task<ResponseList<FileProgressResource>> GetFileProgress(long projectId, long fileId, int limit = 25, int offset = 0)
    Parameters
    Type Name Description
    long projectId
    long fileId
    int limit
    int offset
    Returns
    Type Description
    Task<ResponseList<FileProgressResource>>
    | Edit this page View Source

    GetLanguageProgress(long, string, int, int)

    Get language progress. Documentation: Crowdin API Crowdin Enterprise API

    Declaration
    [PublicAPI]
    public Task<ResponseList<LanguageProgressResource>> GetLanguageProgress(long projectId, string languageId, int limit = 25, int offset = 0)
    Parameters
    Type Name Description
    long projectId
    string languageId
    int limit
    int offset
    Returns
    Type Description
    Task<ResponseList<LanguageProgressResource>>
    | Edit this page View Source

    GetProjectProgress(long, int, int)

    Get project progress. Documentation: Crowdin API Crowdin Enterprise API

    Declaration
    [PublicAPI]
    public Task<ResponseList<ProgressResource>> GetProjectProgress(long projectId, int limit = 25, int offset = 0)
    Parameters
    Type Name Description
    long projectId
    int limit
    int offset
    Returns
    Type Description
    Task<ResponseList<ProgressResource>>
    | Edit this page View Source

    ListQaCheckIssues(long, QaCheckIssuesListParams)

    List QA check issues. Documentation: Crowdin API Crowdin Enterprise API

    Declaration
    [PublicAPI]
    public Task<ResponseList<QaCheckResource>> ListQaCheckIssues(long projectId, QaCheckIssuesListParams @params)
    Parameters
    Type Name Description
    long projectId
    QaCheckIssuesListParams params
    Returns
    Type Description
    Task<ResponseList<QaCheckResource>>
    | Edit this page View Source

    ListQaCheckIssues(long, int, int, ICollection<QaCheckIssueCategory>?, ICollection<QaCheckIssueValidationType>?, ICollection<string>?)

    List QA check issues. Documentation: Crowdin API Crowdin Enterprise API

    Declaration
    [PublicAPI]
    public Task<ResponseList<QaCheckResource>> ListQaCheckIssues(long projectId, int limit = 25, int offset = 0, ICollection<QaCheckIssueCategory>? categories = null, ICollection<QaCheckIssueValidationType>? validation = null, ICollection<string>? languageIds = null)
    Parameters
    Type Name Description
    long projectId
    int limit
    int offset
    ICollection<QaCheckIssueCategory> categories
    ICollection<QaCheckIssueValidationType> validation
    ICollection<string> languageIds
    Returns
    Type Description
    Task<ResponseList<QaCheckResource>>

    Implements

    ITranslationStatusApiExecutor
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX