Search Results for

    Show / Hide Table of Contents

    Class ProjectBuild.PseudoBuildAttributes

    Inheritance
    System.Object
    ProjectBuild.AttributesBase
    ProjectBuild.PseudoBuildAttributes
    Namespace: Crowdin.Api.Translations
    Assembly: Crowdin.Api.dll
    Syntax
    public class PseudoBuildAttributes : ProjectBuild.AttributesBase

    Properties

    | Improve this Doc View Source

    CharTransformation

    Declaration
    public string CharTransformation { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    LengthTransformation

    Declaration
    public int LengthTransformation { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Prefix

    Declaration
    public string Prefix { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Pseudo

    Declaration
    public bool Pseudo { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Suffix

    Declaration
    public string Suffix { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX