Class FormResponsesViewComponent
Inheritance
FormResponsesViewComponent
Assembly: Volo.Forms.Web.dll
Syntax
[Widget(StyleFiles = new string[] { "/Pages/Forms/Shared/Components/FormResponses/Default.css" }, StyleTypes = new Type[] { typeof(Select2StyleContributor) }, ScriptTypes = new Type[] { typeof(VueScriptContributor), typeof(ChartjsScriptContributor), typeof(FormResponsesWidgetScriptContributor) }, AutoInitialize = true)]
[ViewComponent(Name = "FormResponses")]
public class FormResponsesViewComponent : AbpViewComponent
Constructors
FormResponsesViewComponent(IFormAppService)
Declaration
public FormResponsesViewComponent(IFormAppService formAppService)
Parameters
Properties
FormAppService
Declaration
protected IFormAppService FormAppService { get; }
Property Value
Methods
InvokeAsync(Guid)
Declaration
public virtual Task<IViewComponentResult> InvokeAsync(Guid id)
Parameters
Type |
Name |
Description |
Guid |
id |
|
Returns
Extension Methods