Search Results for

    Show / Hide Table of Contents

    Class TranslationCreateProjectPseudoBuildForm

    Inheritance
    System.Object
    BuildProjectTranslationRequest
    TranslationCreateProjectPseudoBuildForm
    Namespace: Crowdin.Api.Translations
    Assembly: Crowdin.Api.dll
    Syntax
    public class TranslationCreateProjectPseudoBuildForm : BuildProjectTranslationRequest

    Properties

    | Improve this Doc View Source

    BranchId

    Declaration
    public int? BranchId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    CharTransformation

    Declaration
    public CharTransformationMode? CharTransformation { get; set; }
    Property Value
    Type Description
    System.Nullable<CharTransformationMode>
    | Improve this Doc View Source

    LengthTransformation

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

    Prefix

    Declaration
    public string? Prefix { get; set; }
    Property Value
    Type Description
    System.Nullable<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.Nullable<System.String>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX