Class ChannelContentTypeBindingEdit
Channel to content type binding page.
[UINavigation(false)]
public sealed class ChannelContentTypeBindingEdit : InfoBindingPage<ContentTypeChannelInfo, ContentTypeInfo>, IPage
- Inheritance
-
objectChannelContentTypeBindingEdit
- Implements
- Inherited Members
- Extension Methods
Constructors
ChannelContentTypeBindingEdit(IInfoProvider<ContentTypeChannelInfo>, IInfoProvider<ChannelInfo>, IUIPermissionEvaluator)
Initializes an instance of the ChannelContentTypeBindingEdit class.
public ChannelContentTypeBindingEdit(IInfoProvider<ContentTypeChannelInfo> contentTypeChannelInfoProvider, IInfoProvider<ChannelInfo> channelInfoProvider, IUIPermissionEvaluator permissionEvaluator)
Parameters
contentTypeChannelInfoProvider
IInfoProvider<ContentTypeChannelInfo>channelInfoProvider
IInfoProvider<ChannelInfo>permissionEvaluator
IUIPermissionEvaluator
Properties
EditedObjectId
Content type identifier.
[PageParameter(typeof(IntPageModelBinder), typeof(ChannelEditSection))]
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
RemoveBinding(int)
Removes the binding record.
public override Task<ICommandResponse<RowActionResult>> RemoveBinding(int bindingId)
Parameters
bindingId
intId of the binding record to be removed.
Returns
- Task<ICommandResponse<RowActionResult>>
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>