NBoomackClient
Show / Hide Table of Contents

Class DisplayRequest

Inheritance
object
DisplayRequest
Implements
IEquatable<DisplayRequest>
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 DisplayRequest : IEquatable<DisplayRequest>

Properties

Builder

Declaration
public static IDisplayRequestBuilder Builder { get; }
Property Value
Type Description
IDisplayRequestBuilder

Data

Declaration
[JsonIgnore]
public byte[] Data { get; set; }
Property Value
Type Description
byte[]

DataAsBase64

Declaration
[JsonProperty("data")]
[YamlMember(Alias = "Data")]
public string DataAsBase64 { get; }
Property Value
Type Description
string

Options

Declaration
public DisplayOptions Options { get; set; }
Property Value
Type Description
DisplayOptions

Panel

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

Presets

Declaration
public IList<string> Presets { get; set; }
Property Value
Type Description
IList<string>

Slot

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

Src

Declaration
public Uri Src { get; set; }
Property Value
Type Description
Uri

Stream

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

Text

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

Title

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

Type

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

Methods

BuilderFor(BoomackClient)

Declaration
public static IDisplayRequestBuilder BuilderFor(BoomackClient client)
Parameters
Type Name Description
BoomackClient client
Returns
Type Description
IDisplayRequestBuilder

Equals(DisplayRequest)

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