Interface ILayout
Inherited Members
IComparable.CompareTo(object)
Namespace: Estrelica.Archer.Layouts
Assembly: Estrelica.Interfaces.dll
Syntax
[StayPublic]
[DoNotObfuscateType]
public interface ILayout : IArcherEntity, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable, IComparable, IEquatable<IArcherEntity>, IArcherNamedEntity, IArcherGuidEntity, IArcherDescribedEntity, IArcherUpdateInfoEntity, IArcherEntityBase, IArcherBase
Properties
AvailableTab
IsActive
IsDefault
Level
LevelId
Properties
Declaration
IDictionary<string, object> Properties { get; }
Property Value
IDictionary<string, dynamic> |