UserPreferenceRow.RowFields class
namespace: Serenity.Extensions.Entities assembly: Serenity.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
- class RowFieldsBase
- class UserPreferenceRow