Search Results for

    Show / Hide Table of Contents

    Class CostEstimationPostEditingGenerateReportRequest.SchemaBase

    Inheritance
    System.Object
    CostEstimationPostEditingGenerateReportRequest.SchemaBase
    CostEstimationPostEditingGenerateReportRequest.ByTaskSchema
    CostEstimationPostEditingGenerateReportRequest.GeneralSchema
    Namespace: Crowdin.Api.Reports
    Assembly: Crowdin.Api.dll
    Syntax
    public abstract class SchemaBase : object

    Properties

    | Improve this Doc View Source

    CalculateInternalMatches

    Declaration
    public bool? CalculateInternalMatches { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Currency

    Declaration
    public ReportCurrency? Currency { get; set; }
    Property Value
    Type Description
    System.Nullable<ReportCurrency>
    | Improve this Doc View Source

    Format

    Declaration
    public ReportFormat? Format { get; set; }
    Property Value
    Type Description
    System.Nullable<ReportFormat>
    | Improve this Doc View Source

    IncludePreTranslatedStrings

    Declaration
    public bool? IncludePreTranslatedStrings { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Unit

    Declaration
    public ReportUnit? Unit { get; set; }
    Property Value
    Type Description
    System.Nullable<ReportUnit>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX