C# Class ShameTheThrones.Models.RestroomModel

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

Méthodes publiques

Свойство Type Description
DeletedAt System.DateTime
id int
userId int

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AddRestroom ( RestroomModel bathroom ) : void
RestroomModel ( ) : System
RestroomModel ( Restroom restroom ) : System
RestroomModel ( int id ) : System
getAverageRating ( ) : double
getRatingObject ( int id ) : RatingAverageModel
getRestroomWithRating ( int restroomId ) : RestroomWithRatingModel

Method Details

AddRestroom() public méthode

public AddRestroom ( RestroomModel bathroom ) : void
bathroom RestroomModel
Résultat void

RestroomModel() public méthode

public RestroomModel ( ) : System
Résultat System

RestroomModel() public méthode

public RestroomModel ( Restroom restroom ) : System
restroom ShameTheThrones.Models.DbModels.Restroom
Résultat System

RestroomModel() public méthode

public RestroomModel ( int id ) : System
id int
Résultat System

getAverageRating() public méthode

public getAverageRating ( ) : double
Résultat double

getRatingObject() public static méthode

public static getRatingObject ( int id ) : RatingAverageModel
id int
Résultat ShameTheThrones.Models.rating.RatingAverageModel

getRestroomWithRating() public méthode

public getRestroomWithRating ( int restroomId ) : RestroomWithRatingModel
restroomId int
Résultat RestroomWithRatingModel

Property Details

DeletedAt public_oe property

public DateTime,System DeletedAt
Résultat System.DateTime

id public_oe property

public int id
Résultat int

userId public_oe property

public int userId
Résultat int