NBoomackClient
Show / Hide Table of Contents

Class PanelLayout

Inheritance
object
PanelLayout
DocumentPanelLayout
GridPanelLayout
Implements
IEquatable<PanelLayout>
Inherited Members
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Boomack.Client.Model
Assembly: NBoomackClient.dll
Syntax
public abstract class PanelLayout : IEquatable<PanelLayout>

Properties

DefaultSlot

Declaration
public string DefaultSlot { get; set; }
Property Value
Type Description
string

Header

Declaration
public bool? Header { get; set; }
Property Value
Type Description
bool?

HeaderTools

Declaration
public bool? HeaderTools { get; set; }
Property Value
Type Description
bool?

Hidden

Declaration
public bool? Hidden { get; set; }
Property Value
Type Description
bool?

Requires

Declaration
public IList<string> Requires { get; set; }
Property Value
Type Description
IList<string>

Script

Declaration
public string Script { get; set; }
Property Value
Type Description
string

ShowLogo

Declaration
public bool? ShowLogo { get; set; }
Property Value
Type Description
bool?

Style

Declaration
public string Style { get; set; }
Property Value
Type Description
string

Theme

Declaration
public string Theme { get; set; }
Property Value
Type Description
string

ThemeVariation

Declaration
[JsonConverter(typeof(StringEnumConverter))]
public ThemeVariation? ThemeVariation { get; set; }
Property Value
Type Description
ThemeVariation?

Title

Declaration
public string Title { get; set; }
Property Value
Type Description
string

Type

Declaration
public abstract string Type { get; }
Property Value
Type Description
string

Update

Declaration
[JsonConverter(typeof(StringEnumConverter))]
public PanelUpdateMode? Update { get; set; }
Property Value
Type Description
PanelUpdateMode?

Methods

Equals(PanelLayout)

Declaration
public bool Equals(PanelLayout other)
Parameters
Type Name Description
PanelLayout other
Returns
Type Description
bool

Equals(object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides
object.Equals(object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
object.GetHashCode()

Implements

System.IEquatable<T>
In This Article
Back to top
Boomack Homepage