Model\Pfa\ICanSavePfa.cs (7)
32/// <see cref="BoundPfaContext.DeclareVar(string, JToken)"/> to declare themselves,
33/// while any unwritable columns should be registered <see cref="BoundPfaContext.Hide"/>.
37void SaveAsPfa(BoundPfaContext ctx);
71void SaveAsPfa(BoundPfaContext ctx, RoleMappedSchema schema, string[] outputNames);
93JToken SaveAsPfa(BoundPfaContext ctx, JToken input);
112/// save the expression, through <see cref="BoundPfaContext.DeclareVar(string, JToken)"/>,
117void SaveAsPfa(BoundPfaContext ctx, JToken input,