Class PropertyJson
Base class used for properties of any custom type intended to be persisted as a serialized object.
Inherited Members
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3Syntax
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. |