Class ShowDialogRequest
Inheritance
System.Object
ShowDialogRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class ShowDialogRequest
Constructors
ShowDialogRequest()
Declaration
public ShowDialogRequest()
ShowDialogRequest(ShowDialogRequest)
Declaration
public ShowDialogRequest(ShowDialogRequest request)
Parameters
Type | Name | Description |
---|---|---|
ShowDialogRequest | request |
Properties
BrandBar
Brand bar. Used if brand mode is "selected".
Declaration
public List<BrandBarBrand> BrandBar { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BrandBarBrand> | The brand bar. |
BrandMode
brand mode.
Declaration
public BrandMode BrandMode { get; set; }
Property Value
Type | Description |
---|---|
BrandMode | The brand mode. |
Language
Language. Can be null if not set.
Declaration
public string Language { get; set; }
Property Value
Type | Description |
---|---|
System.String | The language. |
PlaceholderItems
Gets or sets the placeholder items.
Declaration
public Dictionary<int, string> PlaceholderItems { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.Int32, System.String> | The placeholder items. |
ResourceId
Resource identifier.
Declaration
public ResourceId ResourceId { get; set; }
Property Value
Type | Description |
---|---|
ResourceId | The resource identifier. |
ResourceParameters
List of resource parameters.
Declaration
public Dictionary<ResourceParameterType, string> ResourceParameters { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<ResourceParameterType, System.String> | The resource parameters. |
Theme
Theme.
Declaration
public Theme Theme { get; set; }
Property Value
Type | Description |
---|---|
Theme | The theme. |
Timeout
Timeout in seconds.
Declaration
public int Timeout { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The timeout. |