Class InverseListItemNamedCacheConfiguration
Inheritance
InverseListItemNamedCacheConfiguration
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
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
Include child schemas when caching list items
Declaration
[JsonProperty("includeAllSchemaChildren", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public bool IncludeAllSchemaChildren { get; set; }
Property Value
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
ID of the field that yields the value
Declaration
[JsonProperty("valueField", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string ValueField { get; set; }
Property Value
Methods
Declaration
public static InverseListItemNamedCacheConfiguration FromJson(string data)
Parameters
Returns