UserPreferenceRow class

namespace: Serenity.Extensions.Entities   assemblySerenity.Extensions

Row for user preferences.

public sealed class UserPreferenceRow : Row<RowFields>, IIdRow, INameRow

Public Members

name description
UserPreferenceRow() The default constructor.
Name { get; set; } The preference name.
PreferenceType { get; set; } The preference type.
UserId { get; set; } The ID of the user the preference belongs to.
UserPreferenceId { get; set; } The user preference ID.
Value { get; set; } The preference value.
class RowFields The fields of the UserPreferenceRow.

See Also