Search Results for

    Show / Hide Table of Contents

    Class SourceString

    Inheritance
    object
    SourceString
    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 SourceString

    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

    Context

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

    CreatedAt

    Declaration
    [JsonProperty("createdAt")]
    public DateTimeOffset CreatedAt { get; set; }
    Property Value
    Type Description
    DateTimeOffset
    | Edit this page View Source

    DirectoryId

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

    Identifier

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

    IsDuplicate

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

    IsHidden

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

    IsIcu

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

    LabelIds

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

    MasterStringId

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

    MaxLength

    Declaration
    [JsonProperty("maxLength")]
    public int MaxLength { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    ProjectId

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

    Revision

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

    Text

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

    Type

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

    UpdatedAt

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

    WebUrl

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