Class CostEstimationPostEditingGenerateReportRequest.GeneralSchema
Inheritance
System.Object
CostEstimationPostEditingGenerateReportRequest.GeneralSchema
Assembly: Crowdin.Api.dll
Syntax
public class GeneralSchema : CostEstimationPostEditingGenerateReportRequest.SchemaBase
Properties
|
Improve this Doc
View Source
BaseRates
Declaration
public BaseRatesForm BaseRates { get; set; }
Property Value
|
Improve this Doc
View Source
BranchIds
Declaration
public ICollection<int>? BranchIds { get; set; }
Property Value
Type |
Description |
System.Nullable<ICollection<System.Int32>> |
|
|
Improve this Doc
View Source
DateFrom
Declaration
public DateTimeOffset? DateFrom { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTimeOffset> |
|
|
Improve this Doc
View Source
DateTo
Declaration
public DateTimeOffset? DateTo { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTimeOffset> |
|
|
Improve this Doc
View Source
DirectoryIds
Declaration
public ICollection<int>? DirectoryIds { get; set; }
Property Value
Type |
Description |
System.Nullable<ICollection<System.Int32>> |
|
|
Improve this Doc
View Source
FileIds
Declaration
public ICollection<int>? FileIds { get; set; }
Property Value
Type |
Description |
System.Nullable<ICollection<System.Int32>> |
|
|
Improve this Doc
View Source
IndividualRates
Declaration
public ICollection<CostEstimationPostEditingGenerateReportRequest.IndividualRate> IndividualRates { get; set; }
Property Value
|
Improve this Doc
View Source
LabelIds
Declaration
public ICollection<int>? LabelIds { get; set; }
Property Value
Type |
Description |
System.Nullable<ICollection<System.Int32>> |
|
|
Improve this Doc
View Source
LabelIncludeType
Declaration
public ReportLabelIncludeType? LabelIncludeType { get; set; }
Property Value
|
Improve this Doc
View Source
LanguageId
Declaration
public string? LanguageId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
NetRateSchemes
Declaration
public CostEstimationPostEditingGenerateReportRequest.NetRateSchemes NetRateSchemes { get; set; }
Property Value