NBoomackClient
Show / Hide Table of Contents

Class GridSlot

Inheritance
object
Slot
GridSlot
Implements
IEquatable<Slot>
IEquatable<GridSlot>
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 GridSlot : Slot, IEquatable<Slot>, IEquatable<GridSlot>

Properties

Column

Declaration
public int? Column { get; set; }
Property Value
Type Description
int?

ColumnSpan

Declaration
public int? ColumnSpan { get; set; }
Property Value
Type Description
int?

Row

Declaration
public int? Row { get; set; }
Property Value
Type Description
int?

RowSpan

Declaration
public int? RowSpan { get; set; }
Property Value
Type Description
int?

Methods

Equals(GridSlot)

Declaration
public bool Equals(GridSlot other)
Parameters
Type Name Description
GridSlot 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