Class ContentTypeGeneral
Content type general page (where basic info can be edited).
public sealed class ContentTypeGeneral : InfoEditPage<DataClassInfo>, IPage
- Inheritance
-
objectContentTypeGeneral
- Implements
- Inherited Members
- Extension Methods
Constructors
ContentTypeGeneral(IFormComponentMapper, IFormDataBinder)
Initializes a new instance of the ContentTypeGeneral class.
public ContentTypeGeneral(IFormComponentMapper formComponentMapper, IFormDataBinder formDataBinder)
Parameters
formComponentMapper
IFormComponentMapperformDataBinder
IFormDataBinder
Properties
ObjectId
ID of the object.
[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.