volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

AI OnAI Off

Class CriterionPropertyEditorAttribute

Inheritance
System.Object
CriterionPropertyEditorAttribute
Namespace: EPiServer.Personalization.VisitorGroups
Assembly: EPiServer.ApplicationModules.dll
Version: 12.0.3
Syntax
public sealed class CriterionPropertyEditorAttribute : Attribute

Constructors

CriterionPropertyEditorAttribute()

Declaration
public CriterionPropertyEditorAttribute()

Properties

AdditionalPropsJson

Declaration
public string AdditionalPropsJson { get; set; }
Property Value
Type Description
System.String

AfterTextTranslationKey

Declaration
public string AfterTextTranslationKey { get; set; }
Property Value
Type Description
System.String

DefaultValue

Declaration
public object DefaultValue { get; set; }
Property Value
Type Description
System.Object

Ignore

Declaration
public bool Ignore { get; set; }
Property Value
Type Description
System.Boolean

LabelTranslationKey

Declaration
public string LabelTranslationKey { get; set; }
Property Value
Type Description
System.String

Order

Declaration
public int Order { get; set; }
Property Value
Type Description
System.Int32

PreTextTranslationKey

Declaration
public string PreTextTranslationKey { get; set; }
Property Value
Type Description
System.String

SelectionFactoryType

Declaration
public Type SelectionFactoryType { get; set; }
Property Value
Type Description
System.Type

Extension Methods

arrow_upward