NBoomackClient
Show / Hide Table of Contents

Class DocumentPanelLayout

Inheritance
object
PanelLayout
DocumentPanelLayout
Implements
IEquatable<PanelLayout>
IEquatable<DocumentPanelLayout>
Inherited Members
PanelLayout.Title
PanelLayout.Theme
PanelLayout.ThemeVariation
PanelLayout.Style
PanelLayout.Script
PanelLayout.Requires
PanelLayout.Header
PanelLayout.HeaderTools
PanelLayout.ShowLogo
PanelLayout.Hidden
PanelLayout.Update
PanelLayout.DefaultSlot
PanelLayout.Equals(PanelLayout)
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Boomack.Client.Model
Assembly: NBoomackClient.dll
Syntax
public class DocumentPanelLayout : PanelLayout, IEquatable<PanelLayout>, IEquatable<DocumentPanelLayout>

Properties

Document

Declaration
public DocumentLayout Document { get; set; }
Property Value
Type Description
DocumentLayout

Slots

Declaration
public IDictionary<string, DocumentSlot> Slots { get; set; }
Property Value
Type Description
IDictionary<string, DocumentSlot>

Type

Declaration
public override string Type { get; }
Property Value
Type Description
string
Overrides
PanelLayout.Type

Methods

Equals(DocumentPanelLayout)

Declaration
public bool Equals(DocumentPanelLayout other)
Parameters
Type Name Description
DocumentPanelLayout 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
PanelLayout.Equals(object)

GetHashCode()

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

Implements

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