ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CommentAdv - ASP.NETCore API Reference | Syncfusion CommentAdv class. ">

    Show / Hide Table of Contents

    Class CommentAdv

    Represents the CommentAdv class.

    Inheritance
    System.Object
    BaseNode
    Inline
    CommentAdv
    Inherited Members
    Inline.CharacterFormat
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ.DocumentEditor
    Assembly: Syncfusion.EJ.DocumentEditor.dll
    Syntax
    public class CommentAdv : Inline

    Constructors

    CommentAdv()

    Initializes a new instance of the CommentAdv.

    Declaration
    public CommentAdv()

    Properties

    Author

    Gets or sets the author of the CommentAdv.

    Declaration
    public string Author { get; set; }
    Property Value
    Type Description
    System.String

    Blocks

    Gets the block collection of the CommentAdv.

    Declaration
    public List<BlockAdv> Blocks { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<BlockAdv>

    CommentId

    Gets or sets the identifier of the CommentAdv.

    Declaration
    public int CommentId { get; set; }
    Property Value
    Type Description
    System.Int32

    Date

    Gets or sets the created System.DateTime of the CommentAdv.

    Declaration
    public DateTime Date { get; }
    Property Value
    Type Description
    System.DateTime

    Initial

    Gets or sets the author's initial of the CommentAdv.

    Declaration
    public string Initial { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved