UserPreferenceRow.RowFields class

namespace: Serenity.Extensions.Entities   assemblySerenity.Extensions

The fields of the UserPreferenceRow.

public class RowFields : RowFieldsBase

Public Members

name description
RowFields() The default constructor.
readonly Name The preference name field.
readonly PreferenceType The preference type field.
readonly UserId The ID of the user the preference belongs to.
readonly UserPreferenceId The user preference ID field.
readonly Value The preference value field.

See Also