C# Class ShameTheThrones.Models.rating.RatingModel

Afficher le fichier Open project: jasekiw/ShameTheThrones Class Usage Examples

Méthodes publiques

Свойство Type Description
UserId int

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
RatingModel ( ) : System.ComponentModel.DataAnnotations
RatingModel ( Rating rating ) : System.ComponentModel.DataAnnotations
add ( ) : void
getLatestRatings ( ) : RatingListModel

Method Details

RatingModel() public méthode

public RatingModel ( ) : System.ComponentModel.DataAnnotations
Résultat System.ComponentModel.DataAnnotations

RatingModel() public méthode

public RatingModel ( Rating rating ) : System.ComponentModel.DataAnnotations
rating ShameTheThrones.Models.DbModels.Rating
Résultat System.ComponentModel.DataAnnotations

add() public méthode

public add ( ) : void
Résultat void

getLatestRatings() public static méthode

public static getLatestRatings ( ) : RatingListModel
Résultat RatingListModel

Property Details

UserId public_oe property

public int UserId
Résultat int