Search Results for

    Show / Hide Table of Contents

    Class CostEstimationPostEditingGenerateReportRequest.GeneralSchema

    Inheritance
    object
    CostEstimationPostEditingGenerateReportRequest.SchemaBase
    CostEstimationPostEditingGenerateReportRequest.GeneralSchema
    Inherited Members
    CostEstimationPostEditingGenerateReportRequest.SchemaBase.Unit
    CostEstimationPostEditingGenerateReportRequest.SchemaBase.Currency
    CostEstimationPostEditingGenerateReportRequest.SchemaBase.Format
    CostEstimationPostEditingGenerateReportRequest.SchemaBase.CalculateInternalMatches
    CostEstimationPostEditingGenerateReportRequest.SchemaBase.IncludePreTranslatedStrings
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.Reports
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class CostEstimationPostEditingGenerateReportRequest.GeneralSchema : CostEstimationPostEditingGenerateReportRequest.SchemaBase

    Properties

    | Edit this page View Source

    BaseRates

    Declaration
    [JsonProperty("baseRates")]
    public BaseRatesForm BaseRates { get; set; }
    Property Value
    Type Description
    BaseRatesForm
    | Edit this page View Source

    BranchIds

    Declaration
    [JsonProperty("branchIds")]
    public ICollection<long>? BranchIds { get; set; }
    Property Value
    Type Description
    ICollection<long>
    | Edit this page View Source

    DateFrom

    Declaration
    [JsonProperty("dateFrom")]
    public DateTimeOffset? DateFrom { get; set; }
    Property Value
    Type Description
    DateTimeOffset?
    | Edit this page View Source

    DateTo

    Declaration
    [JsonProperty("dateTo")]
    public DateTimeOffset? DateTo { get; set; }
    Property Value
    Type Description
    DateTimeOffset?
    | Edit this page View Source

    DirectoryIds

    Declaration
    [JsonProperty("directoryIds")]
    public ICollection<long>? DirectoryIds { get; set; }
    Property Value
    Type Description
    ICollection<long>
    | Edit this page View Source

    FileIds

    Declaration
    [JsonProperty("fileIds")]
    public ICollection<long>? FileIds { get; set; }
    Property Value
    Type Description
    ICollection<long>
    | Edit this page View Source

    IndividualRates

    Declaration
    [JsonProperty("individualRates")]
    public ICollection<CostEstimationPostEditingGenerateReportRequest.IndividualRate> IndividualRates { get; set; }
    Property Value
    Type Description
    ICollection<CostEstimationPostEditingGenerateReportRequest.IndividualRate>
    | Edit this page View Source

    LabelIds

    Declaration
    [JsonProperty("labelIds")]
    public ICollection<long>? LabelIds { get; set; }
    Property Value
    Type Description
    ICollection<long>
    | Edit this page View Source

    LabelIncludeType

    Declaration
    [JsonProperty("labelIncludeType")]
    public ReportLabelIncludeType? LabelIncludeType { get; set; }
    Property Value
    Type Description
    ReportLabelIncludeType?
    | Edit this page View Source

    LanguageId

    Declaration
    [JsonProperty("languageId")]
    public string? LanguageId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    NetRateSchemes

    Declaration
    [JsonProperty("netRateSchemes")]
    public CostEstimationPostEditingGenerateReportRequest.NetRateSchemes NetRateSchemes { get; set; }
    Property Value
    Type Description
    CostEstimationPostEditingGenerateReportRequest.NetRateSchemes
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX