Interface ICompositeEntity
Represents the entity collection
Inherited Members
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. |