menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ICompositeEntity

    Show / Hide Table of Contents

    Interface ICompositeEntity

    Represents the entity collection

    Inherited Members
    IEntity.Clone()
    IEntity.Document
    IEntity.Owner
    IEntity.EntityType
    IEntity.NextSibling
    IEntity.PreviousSibling
    IEntity.IsComposite
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Base.dll
    Syntax
    public interface ICompositeEntity : IEntity

    Properties

    ChildEntities

    Gets the child entities.

    Declaration
    EntityCollection ChildEntities { get; }
    Property Value
    Type Description
    EntityCollection

    The child entities.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved