Class PropertyViewModel
Inheritance
System.Object
PropertyViewModel
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
Syntax
public class PropertyViewModel : Object
Constructors
PropertyViewModel()
Declaration
public PropertyViewModel()
Properties
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
Declaration
public string MetaFieldType { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
OtherData
Declaration
public object OtherData { get; set; }
Property Value
Type |
Description |
System.Object |
|
ReadOnly
Declaration
public bool ReadOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ValidationData
Declaration
public object ValidationData { get; set; }
Property Value
Type |
Description |
System.Object |
|
Value
Declaration
public object Value { get; set; }
Property Value
Type |
Description |
System.Object |
|