Search Results for

    Show / Hide Table of Contents

    Class TmPenalties

    Inheritance
    object
    TmPenalties
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.ProjectsGroups
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class TmPenalties

    Properties

    | Edit this page View Source

    AutoSubstitution

    Declaration
    [JsonProperty("autoSubstitution")]
    public int AutoSubstitution { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    MultipleTranslations

    Declaration
    [JsonProperty("multipleTranslations")]
    public int MultipleTranslations { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    TimeSinceLastModified

    Declaration
    [JsonProperty("timeSinceLastModified")]
    public TmTimeElapsed TimeSinceLastModified { get; set; }
    Property Value
    Type Description
    TmTimeElapsed
    | Edit this page View Source

    TimeSinceLastUsage

    Declaration
    [JsonProperty("timeSinceLastUsage")]
    public TmTimeElapsed TimeSinceLastUsage { get; set; }
    Property Value
    Type Description
    TmTimeElapsed
    | Edit this page View Source

    TmPriority

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