Interface IEntityBase
Publishes base entity functionality
Namespace: Syncfusion.DLS
Assembly: Syncfusion.DLS.Base.dll
Syntax
public interface IEntityBase
Properties
Document
Gets document entity.
Declaration
IDocument Document { get; }
Property Value
Type |
---|
IDocument |
Owner
Gets owner entity.
Declaration
IEntityBase Owner { get; }
Property Value
Type |
---|
IEntityBase |