Class DocumentSlot
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 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 |
---|---|---|
Document |
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
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
int |
Overrides
Implements
System.IEquatable<T>
System.IEquatable<T>