Class Slot
Inherited Members
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Assembly: NBoomackClient.dll
Syntax
public class Slot : IEquatable<Slot>
Properties
Border
Declaration
public bool? Border { get; set; }
Property Value
ColorFilter
Declaration
public object ColorFilter { get; set; }
Property Value
ColorFilterMatrix
Declaration
[JsonIgnore]
public float[] ColorFilterMatrix { get; set; }
Property Value
CssColorFilter
Declaration
[JsonIgnore]
public string CssColorFilter { get; set; }
Property Value
Extensions
Declaration
public int? Extensions { get; set; }
Property Value
History
Declaration
public int? History { get; set; }
Property Value
Index
Declaration
public int? Index { get; set; }
Property Value
NoClear
Declaration
public bool? NoClear { get; set; }
Property Value
NoMaximize
Declaration
public bool? NoMaximize { get; set; }
Property Value
NoPause
Declaration
public bool? NoPause { get; set; }
Property Value
NoSingleOut
Declaration
public bool? NoSingleOut { get; set; }
Property Value
NoZoom
Declaration
public bool? NoZoom { get; set; }
Property Value
ShowId
Declaration
public bool? ShowId { get; set; }
Property Value
Declaration
public bool? Toolbar { get; set; }
Property Value
Zoom
Declaration
public float? Zoom { get; set; }
Property Value
Methods
Equals(Slot)
Declaration
public bool Equals(Slot other)
Parameters
Type |
Name |
Description |
Slot |
other |
|
Returns
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
object.Equals(object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
object.GetHashCode()
Implements
System.IEquatable<T>