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

Class PropertyJson

Base class used for properties of any custom type intended to be persisted as a serialized object.

Inheritance
System.Object
PropertyJson
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public abstract class PropertyJson : PropertyData, IReadOnly<PropertyData>, IReadOnly

Constructors

PropertyJson()

Declaration
protected PropertyJson()

Properties

Type

Property type as defined by enum PropertyDataType.

Declaration
public override PropertyDataType Type { get; }
Property Value
Type Description
PropertyDataType

The type as defined by enum PropertyDataType.

Overrides

Implements

Extension Methods