London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class PropertyStringDictionary

A property type that is used as backing type when you want a meta field that is a string dictionary.

Inheritance
System.Object
PropertyStringDictionary
Namespace: EPiServer.Commerce.SpecializedProperties
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0
Syntax
public class PropertyStringDictionary : PropertyData

Constructors

PropertyStringDictionary()

Initializes a new instance of EPiServer.Core.PropertyString

Declaration
public PropertyStringDictionary()

PropertyStringDictionary(IDictionary<String, String>)

Initializes a new instance of EPiServer.Core.PropertyString

Declaration
protected PropertyStringDictionary(IDictionary<string, string> dictionary)
Parameters
Type Name Description
System.Collections.Generic.IDictionary<System.String, System.String> dictionary

The dictionary data.

Properties

IsNull

This property is supposed to never be null.

Declaration
public override bool IsNull { get; }
Property Value
Type Description
System.Boolean

PropertyValueType

Declaration
public override Type PropertyValueType { get; }
Property Value
Type Description
System.Type

Type

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

Value

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

Methods

ParseToSelf(String)

Declaration
public override void ParseToSelf(string value)
Parameters
Type Name Description
System.String value

SetDefaultValue()

Declaration
protected override void SetDefaultValue()