Search Results for

    Show / Hide Table of Contents

    Class StringComment.StringObject

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

    Properties

    | Edit this page View Source

    Context

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

    FileId

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

    HasPlurals

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

    Id

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

    IsIcu

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

    Text

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

    Type

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