Class ProjectionTransformation
Transforms a list by applying a set of transformation for each item in the list.
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 ProjectionTransformation : BusinessRuleTransformation
Properties
Transformations
Transformations to apply.
Declaration
[JsonProperty("transformations", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<BusinessRuleTransformation> Transformations { get; set; }
Property Value
ICollection<BusinessRuleTransformation> |
Methods
FromJson(string)
Declaration
public static ProjectionTransformation FromJson(string data)
Parameters
string data |
Returns
ProjectionTransformation |