Search Results for

    Show / Hide Table of Contents

    Class AddUserReportSettingsTemplateRequest.ConfigurationForm.NetRateSchemesForm

    Inheritance
    System.Object
    AddUserReportSettingsTemplateRequest.ConfigurationForm.NetRateSchemesForm
    Namespace: Crowdin.Api.Reports
    Assembly: Crowdin.Api.dll
    Syntax
    public class NetRateSchemesForm : object

    Properties

    | Improve this Doc View Source

    AiMatch

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

    MtMatch

    Declaration
    public ICollection<Match> MtMatch { get; set; }
    Property Value
    Type Description
    ICollection<Match>
    | Improve this Doc View Source

    SuggestionMatch

    Declaration
    public ICollection<Match> SuggestionMatch { get; set; }
    Property Value
    Type Description
    ICollection<Match>
    | Improve this Doc View Source

    TmMatch

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