Search Results for

    Show / Hide Table of Contents

    Class StringComment

    Inheritance
    System.Object
    StringComment
    Namespace: Crowdin.Api.StringComments
    Assembly: Crowdin.Api.dll
    Syntax
    public class StringComment : object

    Properties

    | Improve this Doc View Source

    CreatedAt

    Declaration
    public DateTimeOffset CreatedAt { get; set; }
    Property Value
    Type Description
    DateTimeOffset
    | Improve this Doc View Source

    Id

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    IssueStatus

    Declaration
    public IssueStatus IssueStatus { get; set; }
    Property Value
    Type Description
    IssueStatus
    | Improve this Doc View Source

    IssueType

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

    LanguageId

    Declaration
    public string LanguageId { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ResolvedAt

    Declaration
    public DateTimeOffset ResolvedAt { get; set; }
    Property Value
    Type Description
    DateTimeOffset
    | Improve this Doc View Source

    Resolver

    Declaration
    public StringComment.UserObject Resolver { get; set; }
    Property Value
    Type Description
    StringComment.UserObject
    | Improve this Doc View Source

    ResolverId

    Declaration
    public int ResolverId { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    String

    Declaration
    public StringComment.StringObject String { get; set; }
    Property Value
    Type Description
    StringComment.StringObject
    | Improve this Doc View Source

    StringId

    Declaration
    public int StringId { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Type

    Declaration
    public StringCommentType Type { get; set; }
    Property Value
    Type Description
    StringCommentType
    | Improve this Doc View Source

    User

    Declaration
    public StringComment.UserObject User { get; set; }
    Property Value
    Type Description
    StringComment.UserObject
    | Improve this Doc View Source

    UserId

    Declaration
    public int UserId { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX