Class DisplayRequest
Inheritance
object
DisplayRequest
Inherited Members
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Assembly: NBoomackClient.dll
Syntax
public class DisplayRequest : IEquatable<DisplayRequest>
Properties
Builder
Declaration
public static IDisplayRequestBuilder Builder { get; }
Property Value
Data
Declaration
[JsonIgnore]
public byte[] Data { get; set; }
Property Value
DataAsBase64
Declaration
[JsonProperty("data")]
[YamlMember(Alias = "Data")]
public string DataAsBase64 { get; }
Property Value
Options
Declaration
public DisplayOptions Options { get; set; }
Property Value
Panel
Declaration
public string Panel { get; set; }
Property Value
Presets
Declaration
public IList<string> Presets { get; set; }
Property Value
Type |
Description |
IList<string> |
|
Slot
Declaration
public string Slot { get; set; }
Property Value
Src
Declaration
public Uri Src { get; set; }
Property Value
Stream
Declaration
[JsonIgnore]
public Stream Stream { get; set; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
Type
Declaration
public string Type { get; set; }
Property Value
Methods
BuilderFor(BoomackClient)
Declaration
public static IDisplayRequestBuilder BuilderFor(BoomackClient client)
Parameters
Returns
Equals(DisplayRequest)
Declaration
public bool Equals(DisplayRequest other)
Parameters
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>