Search Results for

    Show / Hide Table of Contents

    Class AddUserReportSettingsTemplateRequest.ConfigurationForm.NetRateSchemesForm

    Inheritance
    object
    AddUserReportSettingsTemplateRequest.ConfigurationForm.NetRateSchemesForm
    Inherited Members
    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 AddUserReportSettingsTemplateRequest.ConfigurationForm.NetRateSchemesForm

    Properties

    | Edit this page View Source

    AiMatch

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

    MtMatch

    Declaration
    [JsonProperty("mtMatch")]
    public ICollection<Match> MtMatch { get; set; }
    Property Value
    Type Description
    ICollection<Match>
    | Edit this page View Source

    SuggestionMatch

    Declaration
    [JsonProperty("suggestionMatch")]
    public ICollection<Match> SuggestionMatch { get; set; }
    Property Value
    Type Description
    ICollection<Match>
    | Edit this page View Source

    TmMatch

    Declaration
    [JsonProperty("tmMatch")]
    public ICollection<Match> TmMatch { get; set; }
    Property Value
    Type Description
    ICollection<Match>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX