NBoomackClient
Show / Hide Table of Contents

Class DisplayOptions

Inheritance
object
Dictionary<string, object>
JsonMap
DisplayOptions
Implements
IDictionary<string, object>
ICollection<KeyValuePair<string, object>>
IReadOnlyDictionary<string, object>
IReadOnlyCollection<KeyValuePair<string, object>>
IEnumerable<KeyValuePair<string, object>>
IDictionary
ICollection
IEnumerable
IDeserializationCallback
ISerializable
Inherited Members
JsonMap.DynamicWrapper
JsonMap.GetTyped<T>(string, T)
JsonMap.GetTypedArray<T>(string)
JsonMap.SetOrRemove(string, object)
Dictionary<string, object>.Add(string, object)
Dictionary<string, object>.Clear()
Dictionary<string, object>.ContainsKey(string)
Dictionary<string, object>.ContainsValue(object)
Dictionary<string, object>.GetEnumerator()
Dictionary<string, object>.GetObjectData(SerializationInfo, StreamingContext)
Dictionary<string, object>.OnDeserialization(object)
Dictionary<string, object>.Remove(string)
Dictionary<string, object>.TryGetValue(string, out object)
Dictionary<string, object>.Comparer
Dictionary<string, object>.Count
Dictionary<string, object>.this[string]
Dictionary<string, object>.Keys
Dictionary<string, object>.Values
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Boomack.Client.Model
Assembly: NBoomackClient.dll
Syntax
public class DisplayOptions : JsonMap, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IReadOnlyDictionary<string, object>, IReadOnlyCollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable

Constructors

DisplayOptions()

Declaration
public DisplayOptions()

DisplayOptions(IDictionary<string, object>)

Declaration
public DisplayOptions(IDictionary<string, object> source)
Parameters
Type Name Description
IDictionary<string, object> source

Properties

Align

Declaration
public Alignment? Align { get; set; }
Property Value
Type Description
Alignment?

Background

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

Cache

Declaration
public CacheMode? Cache { get; set; }
Property Value
Type Description
CacheMode?

Debug

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

Extend

Declaration
public ExtensionMode? Extend { get; set; }
Property Value
Type Description
ExtensionMode?

IFrame

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

Renderer

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

Requires

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

Scale

Declaration
public ScaleMode? Scale { get; set; }
Property Value
Type Description
ScaleMode?

Syntax

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

Transformation

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

Implements

System.Collections.Generic.IDictionary<TKey, TValue>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.IEnumerable
System.Runtime.Serialization.IDeserializationCallback
System.Runtime.Serialization.ISerializable
In This Article
Back to top
Boomack Homepage