1 implementation of FromJObject
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
ValueForms\BaseValueFormFactory.cs (1)
27
public abstract IValueForm
FromJObject
(string name, JsonObject? configuration = null);
3 references to FromJObject
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (3)
ValueFormRegistry.cs (3)
45
return DefaultForm.
FromJObject
(name, obj);
50
return DefaultForm.
FromJObject
(name, obj);
53
return value.
FromJObject
(name, obj);