Skip to main content

Class BodyXpfStylesheetDto

Namespace: Workspace.XBR.Xperiflow.Core.RestApi.WebApp

Assembly: Xperiflow.dll

Declaration
public class BodyXpfStylesheetDto

Properties

StylesheetFilename

Declaration
[JsonProperty("stylesheet_filename", Required = Required.Always)]
public string StylesheetFilename { get; set; }

Description

Declaration
[JsonProperty("description", Required = Required.Always)]
public string Description { get; set; }

Origin

Declaration
[JsonProperty("origin", Required = Required.Always)]
public string Origin { get; set; }

TextColors

The colors for the text in the stylesheet.

Declaration
[JsonProperty("text_colors", Required = Required.AllowNull)]
public StylesheetColorContext? TextColors { get; set; }

BackgroundColors

The colors for the backgrounds in the stylesheet.

Declaration
[JsonProperty("background_colors", Required = Required.AllowNull)]
public StylesheetColorContext? BackgroundColors { get; set; }

ButtonColors

Declaration
[JsonProperty("button_colors", Required = Required.AllowNull)]
public ButtonStylesheetColorContext? ButtonColors { get; set; }

TypographyColors

Declaration
[JsonProperty("typography_colors", Required = Required.AllowNull)]
public TypographyColorContext? TypographyColors { get; set; }

AdditionalProperties

Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }

Methods

ToJson()

Declaration
public string ToJson()
Returns

System.String

FromJson(string)

Declaration
public static BodyXpfStylesheetDto FromJson(string data)
Returns

Workspace.XBR.Xperiflow.Core.RestApi.WebApp.BodyXpfStylesheetDto

Parameters
TypeName
System.Stringdata

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

Was this page helpful?