Class PanelLayout
Inheritance
object
PanelLayout
Inherited Members
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Assembly: NBoomackClient.dll
Syntax
public abstract class PanelLayout : IEquatable<PanelLayout>
Properties
DefaultSlot
Declaration
public string DefaultSlot { get; set; }
Property Value
Declaration
public bool? Header { get; set; }
Property Value
Declaration
public bool? HeaderTools { get; set; }
Property Value
Hidden
Declaration
public bool? Hidden { get; set; }
Property Value
Requires
Declaration
public IList<string> Requires { get; set; }
Property Value
Type |
Description |
IList<string> |
|
Script
Declaration
public string Script { get; set; }
Property Value
ShowLogo
Declaration
public bool? ShowLogo { get; set; }
Property Value
Style
Declaration
public string Style { get; set; }
Property Value
Theme
Declaration
public string Theme { get; set; }
Property Value
ThemeVariation
Declaration
[JsonConverter(typeof(StringEnumConverter))]
public ThemeVariation? ThemeVariation { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
Type
Declaration
public abstract string Type { get; }
Property Value
Update
Declaration
[JsonConverter(typeof(StringEnumConverter))]
public PanelUpdateMode? Update { get; set; }
Property Value
Methods
Equals(PanelLayout)
Declaration
public bool Equals(PanelLayout other)
Parameters
Returns
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
object.Equals(object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
object.GetHashCode()
Implements
System.IEquatable<T>