Skip to main content

Class BodyListXpfStylesheetDto

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

Assembly: Xperiflow.dll

Declaration
public class BodyListXpfStylesheetDto

Properties

StylesheetDtos

Declaration
[JsonProperty("stylesheet_dtos", Required = Required.Always)]
public IEnumerable<BodyXpfStylesheetDto> StylesheetDtos { 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 BodyListXpfStylesheetDto FromJson(string data)
Returns

Workspace.XBR.Xperiflow.Core.RestApi.WebApp.BodyListXpfStylesheetDto

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?