Class DocumentPanelLayout
Inheritance
object
DocumentPanelLayout
Inherited Members
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Assembly: NBoomackClient.dll
Syntax
public class DocumentPanelLayout : PanelLayout, IEquatable<PanelLayout>, IEquatable<DocumentPanelLayout>
Properties
Document
Declaration
public DocumentLayout Document { get; set; }
Property Value
Slots
Declaration
public IDictionary<string, DocumentSlot> Slots { get; set; }
Property Value
Type
Declaration
public override string Type { get; }
Property Value
Overrides
Methods
Equals(DocumentPanelLayout)
Declaration
public bool Equals(DocumentPanelLayout other)
Parameters
Returns
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Implements
System.IEquatable<T>
System.IEquatable<T>