With Opticon around the corner, we'll be canceling this month's (Sept) Happy Hour.

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()