Interface ILayoutTab
Inherited Members
IComparable.CompareTo(object)
Namespace: Estrelica.Archer.Layouts
Assembly: Estrelica.Interfaces.dll
Syntax
[StayPublic]
[DoNotObfuscateType]
public interface ILayoutTab : ILayoutEntity, IArcherEntity, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable, IComparable, IEquatable<IArcherEntity>, IArcherGuidEntity, IArcherNamedEntity, IArcherUpdateInfoEntity, IArcherEntityBase, IArcherBase
Properties
IsDefault
LayoutTabTypeId
LevelLayoutSectionId
Sections
Declaration
IEnumerable<ILayoutSection> Sections { get; }
Property Value
IEnumerable<ILayoutSection> |