Class StylesheetColorContext
Namespace: Workspace.XBR.Xperiflow.Core.RestApi.WebApp
Assembly: Xperiflow.dll
Declaration
public class StylesheetColorContext
Properties
Primary
Declaration
[JsonProperty("primary", Required = Required.Always)]
public string Primary { get; set; }
Secondary
Declaration
[JsonProperty("secondary", Required = Required.Always)]
public string Secondary { get; set; }
Tertiary
Declaration
[JsonProperty("tertiary", Required = Required.Always)]
public string Tertiary { get; set; }
Success
Declaration
[JsonProperty("success", Required = Required.Always)]
public string Success { get; set; }
Failure
Declaration
[JsonProperty("failure", Required = Required.Always)]
public string Failure { get; set; }
Warning
Declaration
[JsonProperty("warning", Required = Required.Always)]
public string Warning { get; set; }
Info
Declaration
[JsonProperty("info", Required = Required.Always)]
public string Info { 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 StylesheetColorContext FromJson(string data)
Returns
Workspace.XBR.Xperiflow.Core.RestApi.WebApp.StylesheetColorContext
Parameters
Type | Name |
---|---|
System.String | data |
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