ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AbstractListAdv - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AbstractListAdv

    Represents an abstract list that is used for defining bullets and numbering.

    Inheritance
    System.Object
    BaseNode
    AbstractListAdv
    Implements
    System.Runtime.Serialization.ISerializable
    Inherited Members
    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 AbstractListAdv : BaseNode, ISerializable

    Constructors

    AbstractListAdv()

    Initializes a new instance of the AbstractListAdv class.

    Declaration
    public AbstractListAdv()

    Properties

    AbstractListId

    Gets or sets the identifier of the AbstractListAdv.

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

    Levels

    Gets or sets the list level collection of the AbstractListAdv.

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

    Name

    Gets or sets the name.

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

    Methods

    GetObjectData(SerializationInfo, StreamingContext)

    Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.

    Declaration
    public void GetObjectData(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo info

    The System.Runtime.Serialization.SerializationInfo to populate with data.

    System.Runtime.Serialization.StreamingContext context

    The destination (see System.Runtime.Serialization.StreamingContext) for this serialization.

    Exceptions
    Type Condition
    System.Security.SecurityException

    Implements

    System.Runtime.Serialization.ISerializable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved