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

Inheritance: RowFieldsBase
Afficher le fichier Open project: volkanceylan/MovieTutorial

Méthodes publiques

Свойство Type Description
Name StringField
PreferenceType StringField
UserId Int32Field
UserPreferenceId Int32Field
Value StringField

Méthodes publiques

Méthode Description
RowFields ( ) : System

Method Details

RowFields() public méthode

public RowFields ( ) : System
Résultat System

Property Details

Name public_oe property

public StringField Name
Résultat StringField

PreferenceType public_oe property

public StringField PreferenceType
Résultat StringField

UserId public_oe property

public Int32Field UserId
Résultat Int32Field

UserPreferenceId public_oe property

public Int32Field UserPreferenceId
Résultat Int32Field

Value public_oe property

public StringField Value
Résultat StringField