Table of Contents

Class AllowedContentTypeBindingEditBase<TLinkActionPage>

Namespace
Kentico.Xperience.Admin.Base.UIPages
Assembly
Kentico.Xperience.Admin.Base.dll

Content type to content type binding page base.

public abstract class AllowedContentTypeBindingEditBase<TLinkActionPage> : InfoBindingPage<AllowedChildContentTypeInfo, ContentTypeInfo>, IPage

Type Parameters

TLinkActionPage

Type of a page to navigate to from row item's link action.

Inheritance
object
InfoBindingPage<AllowedChildContentTypeInfo, ContentTypeInfo>
AllowedContentTypeBindingEditBase<TLinkActionPage>
Implements
Derived
Inherited Members
Extension Methods

Constructors

AllowedContentTypeBindingEditBase(IUIPermissionEvaluator)

Initializes an instance of the AllowedContentTypeParentsBindingEdit class.

public AllowedContentTypeBindingEditBase(IUIPermissionEvaluator permissionEvaluator)

Parameters

permissionEvaluator IUIPermissionEvaluator

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 abstract string SourceBindingColumn { get; }

Property Value

string

TargetBindingColumn

Column name of the binding object info that is reference to target object info identifier.

protected override abstract 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

ValidatePage()

Validates the page state prior invocation of the ConfigurePage() method.

public override Task<PageValidationResult> ValidatePage()

Returns

Task<PageValidationResult>