Class DynamicViewFieldMeta
Meta information for a dynamic view field
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class DynamicViewFieldMeta : DynamicViewFieldMetaBase
Properties
Filter
Filter for the dynamic view field.
Declaration
[JsonProperty("filter", Required = Required.Always)]
[Required]
public FilterBase Filter { get; set; }
Property Value
FilterBase |
Sort
Sorting information.
Declaration
[JsonProperty("sort", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<SortInfo> Sort { get; set; }
Property Value
ICollection<SortInfo> |
TargetDocType
Target doc type.
Declaration
[JsonProperty("targetDocType", Required = Required.Always)]
[Required]
public string TargetDocType { get; set; }
Property Value
string |
Methods
FromJson(string)
Declaration
public static DynamicViewFieldMeta FromJson(string data)
Parameters
string data |
Returns
DynamicViewFieldMeta |