docs.unity3d.com
    Show / Hide Table of Contents

    Class CommentUpdate

    Provides the information for updating the specific comment ID.

    Inheritance
    Object
    CommentUpdate
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.Cloud.Annotation
    Syntax
    public class CommentUpdate : ICommentUpdate

    Constructors

    CommentUpdate()

    Initializes and returns an instance of CommentUpdate.

    Declaration
    [Obsolete("Use CommentUpdate(IComment comment) instead.")]
    public CommentUpdate()

    CommentUpdate(IComment)

    Initializes and returns an instance of CommentUpdate.

    Declaration
    public CommentUpdate(IComment comment)
    Parameters
    Type Name Description
    IComment comment

    The comment to copy data from.

    Properties

    Id

    Returns the updated comment ID.

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    Guid

    The updated comment ID.

    Implements
    ICommentUpdate.Id

    MarkAsRead

    Returns whether to mark the updated comment as read.

    Declaration
    public bool MarkAsRead { get; set; }
    Property Value
    Type Description
    Boolean

    Whether to mark the updated comment as read.

    Implements
    ICommentUpdate.MarkAsRead

    Text

    Returns the text content of the updated comment.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    String

    The text content of the updated comment.

    Implements
    ICommentUpdate.Text
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023