Search Results for

    Show / Hide Table of Contents

    Class ProjectBuild.PseudoBuildAttributes

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

    Properties

    | Edit this page View Source

    CharTransformation

    Declaration
    [JsonProperty("charTransformation")]
    public string CharTransformation { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    LengthTransformation

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

    Prefix

    Declaration
    [JsonProperty("prefix")]
    public string Prefix { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Pseudo

    Declaration
    [JsonProperty("pseudo")]
    public bool Pseudo { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    Suffix

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