Try our conversational search powered by Generative AI!

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