Search Results for

    Show / Hide Table of Contents

    Class UserReportSettingsTemplate.Configuration.NetRateSchemesData

    Inheritance
    object
    UserReportSettingsTemplate.Configuration.NetRateSchemesData
    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 UserReportSettingsTemplate.Configuration.NetRateSchemesData

    Properties

    | Edit this page View Source

    AiMatch

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

    MtMatch

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

    SuggestionMatch

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

    TmMatch

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