Search Results for

    Show / Hide Table of Contents

    Class InverseListItemNamedCacheConfiguration

    Inheritance
    object
    NamedCacheConfigurationBase
    InverseListItemNamedCacheConfiguration
    Inherited Members
    NamedCacheConfigurationBase.Name
    NamedCacheConfigurationBase.CaseSensitive
    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 InverseListItemNamedCacheConfiguration : NamedCacheConfigurationBase

    Properties

    Filter

    An optional filter to narrow down the cached list items

    Declaration
    [JsonProperty("filter", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public FilterBase Filter { get; set; }
    Property Value
    FilterBase

    IncludeAllSchemaChildren

    Include child schemas when caching list items

    Declaration
    [JsonProperty("includeAllSchemaChildren", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
    public bool IncludeAllSchemaChildren { get; set; }
    Property Value
    bool

    SchemaId

    ID of the schema to cache (should have SchemaType = List)

    Declaration
    [JsonProperty("schemaId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string SchemaId { get; set; }
    Property Value
    string

    ValueField

    ID of the field that yields the value

    Declaration
    [JsonProperty("valueField", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string ValueField { get; set; }
    Property Value
    string

    Methods

    FromJson(string)

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

    Returns
    InverseListItemNamedCacheConfiguration

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX