FormScript constructor
namespace: Serenity.Web assembly: Serenity.Net.Services
Dynamic script type for forms (FormScriptAttribute)
public FormScript(string name, Type formType, IPropertyItemProvider propertyProvider,
IServiceProvider serviceProvider)
| parameter | description |
|---|---|
| name | Script name |
| formType | Columns type |
| propertyProvider | Property item provider |
| serviceProvider | Service provider |
Remarks
Creates a new instance of the class
See Also
- interface IPropertyItemProvider
- class FormScript