NBoomackClient
Show / Hide Table of Contents

Class DocumentSlot

Inheritance
object
Slot
DocumentSlot
Implements
IEquatable<Slot>
IEquatable<DocumentSlot>
Inherited Members
Slot.Index
Slot.History
Slot.Extensions
Slot.Toolbar
Slot.NoPause
Slot.NoZoom
Slot.NoClear
Slot.NoMaximize
Slot.NoSingleOut
Slot.ShowId
Slot.Border
Slot.Zoom
Slot.CssColorFilter
Slot.ColorFilterMatrix
Slot.ColorFilter
Slot.Equals(Slot)
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Boomack.Client.Model
Assembly: NBoomackClient.dll
Syntax
public class DocumentSlot : Slot, IEquatable<Slot>, IEquatable<DocumentSlot>

Properties

MinHeight

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

Methods

Equals(DocumentSlot)

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

GetHashCode()

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

Implements

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