C# Class Rock.Web.UI.Controls.GridFilter.UserPreference

Helper class for user preferences
显示文件 Open project: NewSpring/Rock

Public Methods

Method Description
UserPreference ( string key, string name, string value ) : System

Initializes a new instance of the UserPreference class.

Method Details

UserPreference() public method

Initializes a new instance of the UserPreference class.
public UserPreference ( string key, string name, string value ) : System
key string The key.
name string The name.
value string The value.
return System