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 ExtendedPropertyViewModel

Inheritance
System.Object
ExtendedPropertyViewModel
Namespace: EPiServer.Commerce.UI.Admin.Shared.Models
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
Syntax
public class ExtendedPropertyViewModel : Object

Constructors

ExtendedPropertyViewModel()

Declaration
public ExtendedPropertyViewModel()

Properties

DataType

Declaration
public McDataType DataType { get; set; }
Property Value
Type Description
McDataType

EnumData

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

FriendlyName

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

IsNullable

Declaration
public bool IsNullable { get; set; }
Property Value
Type Description
System.Boolean

Name

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

Value

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