Table of Contents

Class ComponentAttributeAttribute

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

Denotes a relation between the decorated class and provided attribute type so when the provided attribute is applied on some model's property it indicates that the decorated type is to be utilized as an editing form component in an editing form.

[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public class ComponentAttributeAttribute : Attribute
Inheritance
object
Attribute
ComponentAttributeAttribute
Extension Methods

Constructors

ComponentAttributeAttribute(Type)

Constructor.

public ComponentAttributeAttribute(Type attributeType)

Parameters

attributeType Type

Attribute type; it must inherit from FormComponentAttribute.

Properties

AttributeType

Attribute type.

public Type AttributeType { get; }

Property Value

Type