Search Results for

    Show / Hide Table of Contents

    Class AddStringCommentRequest

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

    Properties

    | Improve this Doc View Source

    IssueType

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

    StringId

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

    TargetLanguageId

    Declaration
    public string TargetLanguageId { get; set; }
    Property Value
    Type Description
    System.String
    | 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
    In This Article
    Back to top Generated by DocFX