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 ReferencedClassOption

Inheritance
System.Object
ReferencedClassOption
Namespace: EPiServer.Commerce.UI.Admin.BusinessFoundation.Internal.MetaManagement.Models
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
Syntax
public class ReferencedClassOption : Object

Constructors

ReferencedClassOption()

Declaration
public ReferencedClassOption()

Properties

Key

Declaration
public string Key { get; set; }
Property Value
Type Description
System.String

ReferencedFieldOptions

Declaration
public List<KeyValueModel> ReferencedFieldOptions { get; set; }
Property Value
Type Description
System.Collections.Generic.List<KeyValueModel>

Value

Declaration
public string Value { get; set; }
Property Value
Type Description
System.String