Class CustomViewSettingsModel
Inheritance
System.Object
CustomViewSettingsModel
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
Syntax
public class CustomViewSettingsModel : Object
Constructors
CustomViewSettingsModel()
Declaration
public CustomViewSettingsModel()
Properties
CanUpdateOrDelete
Declaration
public bool CanUpdateOrDelete { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Filters
Declaration
public FilterExpressionNodeCollection Filters { get; set; }
Property Value
IsPublic
Declaration
public bool IsPublic { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsSystem
Declaration
public bool IsSystem { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsUsing
Declaration
public bool IsUsing { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LastViewDate
Declaration
public DateTime LastViewDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
TableName
Declaration
public string TableName { get; set; }
Property Value
Type |
Description |
System.String |
|
UserName
Declaration
public string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|
ViewDescription
Declaration
public string ViewDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
ViewId
Declaration
public int ViewId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ViewName
Declaration
public string ViewName { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods