Search Results for

    Show / Hide Table of Contents

    Class CostEstimationPostEditingGenerateReportRequest.IndividualRate

    Inheritance
    System.Object
    CostEstimationPostEditingGenerateReportRequest.IndividualRate
    Namespace: Crowdin.Api.Reports
    Assembly: Crowdin.Api.dll
    Syntax
    public class IndividualRate : object

    Properties

    | Improve this Doc View Source

    FullTranslation

    Declaration
    public float FullTranslation { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    LanguageIds

    Declaration
    public ICollection<string> LanguageIds { get; set; }
    Property Value
    Type Description
    ICollection<System.String>
    | Improve this Doc View Source

    Proofread

    Declaration
    public float Proofread { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    UserIds

    Declaration
    public ICollection<int> UserIds { get; set; }
    Property Value
    Type Description
    ICollection<System.Int32>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX