Search Results for

    Show / Hide Table of Contents

    Class DisplayValueStatus

    Inheritance
    object
    DisplayValueStatus
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    ContentOrLayerSchemaIds

    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
    ICollection<string>

    ListSchemaIds

    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
    ICollection<string>

    State

    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
    DisplayValuesState

    Methods

    FromJson(string)

    Declaration
    public static DisplayValueStatus FromJson(string data)
    Parameters
    string data

    Returns
    DisplayValueStatus

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX