Search Results for

    Show / Hide Table of Contents

    Class TranslationCreateProjectPseudoBuildForm

    Inheritance
    object
    BuildProjectTranslationRequest
    TranslationCreateProjectPseudoBuildForm
    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 TranslationCreateProjectPseudoBuildForm : BuildProjectTranslationRequest

    Properties

    | Edit this page View Source

    BranchId

    Declaration
    [JsonProperty("branchId")]
    public long? BranchId { get; set; }
    Property Value
    Type Description
    long?
    | Edit this page View Source

    CharTransformation

    Declaration
    [JsonProperty("charTransformation")]
    public CharTransformationMode? CharTransformation { get; set; }
    Property Value
    Type Description
    CharTransformationMode?
    | 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