Class ChildFilter
Filters on child documents
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class ChildFilter : FilterBase
Properties
The type of the child document.
Declaration
[JsonProperty("childType", Required = Required.Always)]
[Required]
public string ChildType { get; set; }
Property Value
The filter to be applied on the child document. All kinds of filters are accepted.
Declaration
[JsonProperty("filter", Required = Required.Always)]
[Required]
public FilterBase Filter { get; set; }
Property Value
Methods
Declaration
public static ChildFilter FromJson(string data)
Parameters
Returns