Class ContentTypeWebPageScopeBindingEdit
Content type to web page scope binding page.
[UINavigation(false)]
public sealed class ContentTypeWebPageScopeBindingEdit : InfoBindingPage<WebPageScopeContentTypeInfo, WebPageScopeInfo>, IPage
- Inheritance
-
objectContentTypeWebPageScopeBindingEdit
- Implements
- Inherited Members
- Extension Methods
Constructors
ContentTypeWebPageScopeBindingEdit(IUIPermissionEvaluator, IInfoProvider<ContentTypeChannelInfo>, IInfoProvider<WebPageScopeInfo>, IPageLinkGenerator)
Initializes an instance of the ContentTypeWebPageScopeBindingEdit class.
public ContentTypeWebPageScopeBindingEdit(IUIPermissionEvaluator permissionEvaluator, IInfoProvider<ContentTypeChannelInfo> contentTypeChannelInfoProvider, IInfoProvider<WebPageScopeInfo> webPageScopeInfoProvider, IPageLinkGenerator pageLinkGenerator)
Parameters
permissionEvaluator
IUIPermissionEvaluatorcontentTypeChannelInfoProvider
IInfoProvider<ContentTypeChannelInfo>webPageScopeInfoProvider
IInfoProvider<WebPageScopeInfo>pageLinkGenerator
IPageLinkGenerator
Properties
EditedObjectId
Content type identifier.
[PageParameter(typeof(IntPageModelBinder), typeof(ContentTypeEditSection))]
public override int EditedObjectId { get; set; }
Property Value
- int
SourceBindingColumn
Column name of the binding object info that is reference to source object info identifier.
protected override string SourceBindingColumn { get; }
Property Value
- string
TargetBindingColumn
Column name of the binding object info that is reference to target object info identifier.
protected override string TargetBindingColumn { get; }
Property Value
- string
Methods
ConfigurePage()
Allows configure and share page specific values prior invocation of the ConfigureTemplateProperties(TClientProperties) or command method.
public override Task ConfigurePage()
Returns
- Task
SetBindings(SetBindingsCommandArguments<int>, CancellationToken)
Command which sets the bindings.
public override Task<ICommandResponse<FormSubmissionResult>> SetBindings(SetBindingsCommandArguments<int> args, CancellationToken cancellationToken = default)
Parameters
args
SetBindingsCommandArguments<int>Set bindings command arguments containing list of binding identifiers to set.
cancellationToken
CancellationTokenCancellation token.
Returns
ValidatePage()
Validates the page state prior invocation of the ConfigurePage() method.
public override Task<PageValidationResult> ValidatePage()
Returns
- Task<PageValidationResult>