Class DisplayValueStatus
Inheritance
DisplayValueStatus
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class DisplayValueStatus
Properties
The schema ids (of type Content or Layer) for which the re-rendering of the display values is needed.
Declaration
[JsonProperty("contentOrLayerSchemaIds", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<string> ContentOrLayerSchemaIds { get; set; }
Property Value
The schema ids (of type List) for which the re-rendering of the display values is needed.
Declaration
[JsonProperty("listSchemaIds", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<string> ListSchemaIds { get; set; }
Property Value
The state of the display values compared to the schema structure (UpToDate = ok, Outdated = re-rendering needed).
Declaration
[JsonProperty("state", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
[JsonConverter(typeof(StringEnumConverter))]
public DisplayValuesState State { get; set; }
Property Value
Methods
Declaration
public static DisplayValueStatus FromJson(string data)
Parameters
Returns