NBoomackClient
Show / Hide Table of Contents

Class Slot

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

Properties

Border

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

ColorFilter

Declaration
public object ColorFilter { get; set; }
Property Value
Type Description
object

ColorFilterMatrix

Declaration
[JsonIgnore]
public float[] ColorFilterMatrix { get; set; }
Property Value
Type Description
float[]

CssColorFilter

Declaration
[JsonIgnore]
public string CssColorFilter { get; set; }
Property Value
Type Description
string

Extensions

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

History

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

Index

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

NoClear

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

NoMaximize

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

NoPause

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

NoSingleOut

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

NoZoom

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

ShowId

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

Toolbar

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

Zoom

Declaration
public float? Zoom { get; set; }
Property Value
Type Description
float?

Methods

Equals(Slot)

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