Interface IHasLayoutsTLayoutTEntity

IHasLayouts<TLayout,TEntity> interface

Represents basic interface for any drawing structure.

public interface IHasLayouts<TLayout, TEntity>
    where TLayout : IDrawingLayout<TEntity>
    where TEntity : IDrawingEntity

Properties

NameDescription
Layouts { get; }Collection of related pages(layouts)

See Also