C# Class MovieTutorial.Common.Entities.UserPreferenceRow.RowFields

Inheritance: RowFieldsBase
Show file Open project: volkanceylan/MovieTutorial

Public Properties

Property Type Description
Name StringField
PreferenceType StringField
UserId Int32Field
UserPreferenceId Int32Field
Value StringField

Public Methods

Method Description
RowFields ( ) : System

Method Details

RowFields() public method

public RowFields ( ) : System
return System

Property Details

Name public property

public StringField Name
return StringField

PreferenceType public property

public StringField PreferenceType
return StringField

UserId public property

public Int32Field UserId
return Int32Field

UserPreferenceId public property

public Int32Field UserPreferenceId
return Int32Field

Value public property

public StringField Value
return StringField