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 CustomViewSettings

This type/member supports the EPiServer infrastructure and is not intended to be used directly from your code.

This class represents a custom view settings.

Inheritance
System.Object
CustomViewSettings
Namespace: EPiServer.Commerce.CustomViewSetting.Internal.Models
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0
Syntax
public class CustomViewSettings : Object

Constructors

CustomViewSettings()

Declaration
public CustomViewSettings()

Properties

FilterData

Gets or sets the filter data.

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

IsPublic

Gets or sets the view type.

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

IsSystem

Gets or sets the is system flag of the view.

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

IsUsing

Gets or sets the view status.

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

LastViewDate

Gets or sets the latest date when the view is used.

Declaration
public DateTime LastViewDate { get; set; }
Property Value
Type Description
System.DateTime

TableName

Gets or sets the table name.

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

UserName

Gets or sets the user name.

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

ViewDescription

Gets or sets the description of the view.

Declaration
public string ViewDescription { 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

Extension Methods