Class ModuleEdit
General tab of the module edit page.
public sealed class ModuleEdit : InfoEditPage<ResourceInfo>, IPage
- Inheritance
-
objectModuleEdit
- Implements
- Inherited Members
- Extension Methods
Constructors
ModuleEdit(IFormComponentMapper, IFormDataBinder)
Initializes a new instance of the ModuleEdit class.
public ModuleEdit(IFormComponentMapper formComponentMapper, IFormDataBinder formDataBinder)
Parameters
formComponentMapper
IFormComponentMapperformDataBinder
IFormDataBinder
Properties
ObjectId
ID of the module.
[PageParameter(typeof(IntPageModelBinder))]
public override int ObjectId { get; set; }
Property Value
- int
Methods
ConfigurePage()
Set up page's configuration. Configures the submit action.
public override Task ConfigurePage()
Returns
- Task
GetFormItems()
Prepares form items for editing object of the specified ObjectType.
protected override Task<ICollection<IFormItem>> GetFormItems()
Returns
- Task<ICollection<IFormItem>>
Returns the collection of form items.