Table of Contents

Class ViewLayoutSetting

Namespace
Innova.Data.AppSettings
Assembly
Innova.Data.dll

Represents the settings for view layouts.

public class ViewLayoutSetting
Inheritance
ViewLayoutSetting

Constructors

ViewLayoutSetting()

Initializes a new instance of the ViewLayoutSetting class.

Properties

ViewLayouts

Gets or sets the list of view layouts.

Methods

DeleteLayout(string)

Deletes all layouts for the specified view.

DeleteLayout(string, string)

Deletes the layout with the specified view and layout name.

GetViewLayout(string)

Gets the view layout with the specified view name.

SaveLayout(string, string, string)

Saves the layout for the specified view.