Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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