Class CustomViewSettings_RecentView
This type/member supports the EPiServer infrastructure and is not intended to be used directly from your code.
This class represents the recent view for a custom view settings.
Inheritance
System.Object
CustomViewSettings_RecentView
Namespace: EPiServer.Commerce.CustomViewSetting.Internal.Models
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0Syntax
public class CustomViewSettings_RecentView : Object
Constructors
CustomViewSettings_RecentView()
Declaration
public CustomViewSettings_RecentView()
Properties
IsUsing
Gets or sets the view is using.
Declaration
public bool IsUsing { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LastViewDate
Gets or sets the last view date.
Declaration
public DateTime LastViewDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
UserName
Gets or sets the user name.
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ViewId
Gets or sets the view id.
Declaration
public int ViewId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ViewName
Gets or sets the view name.
Declaration
public string ViewName { get; set; }
Property Value
Type | Description |
---|---|
System.String |