Search Results for

    Show / Hide Table of Contents

    Class SourceTextForms

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

    Properties

    | Edit this page View Source

    Few

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

    Many

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

    One

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

    Other

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

    Two

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