Class ReusableFieldSchemaEditSection
Reusable schema edit section page.
public sealed class ReusableFieldSchemaEditSection : SecondaryMenuSectionPage, IPage
- Inheritance
-
objectReusableFieldSchemaEditSection
- Implements
- Inherited Members
- Extension Methods
Constructors
ReusableFieldSchemaEditSection(IReusableFieldSchemaManager)
Initializes a new instance of the ReusableFieldSchemaEditSection class.
public ReusableFieldSchemaEditSection(IReusableFieldSchemaManager schemaManager)
Parameters
schemaManager
IReusableFieldSchemaManager
Properties
PageIdentifier
Reusable schema name.
[PageParameter(typeof(GuidPageModelBinder), typeof(ReusableFieldSchemaEditSection))]
public Guid PageIdentifier { get; set; }
Property Value
- Guid
Methods
ConfigureTemplateProperties(TemplateClientProperties)
Gets the object representing client side template properties.
public override Task<TemplateClientProperties> ConfigureTemplateProperties(TemplateClientProperties properties)
Parameters
properties
TemplateClientPropertiesInitialized properties object.
Returns
- Task<TemplateClientProperties>
GetDefaultRoute(IEnumerable<Route>)
Gets the route which is redirected to, when no route is selected.
protected override Route GetDefaultRoute(IEnumerable<Route> routes)
Parameters
routes
IEnumerable<Route>