C# Class VolTeer.DataAccessLayer.VT.Vend.sp_EventRating_DAL

Inheritance: sp_EventRating_CON
Afficher le fichier Open project: CISC181/VolTeerNET

Méthodes publiques

Méthode Description
DeleteEventRatingContext ( sp_EventRating_DM InputRating ) : void
InsertEventRatingContext ( sp_EventRating_DM InputRating ) : sp_EventRating_DM
ListEventRatings ( ) : List
ListEventRatings ( int RatingID ) : List
UpdateEventRatingContext ( sp_EventRating_DM InputRating ) : void

Method Details

DeleteEventRatingContext() public méthode

public DeleteEventRatingContext ( sp_EventRating_DM InputRating ) : void
InputRating VolTeer.DomainModels.VT.Vend.sp_EventRating_DM
Résultat void

InsertEventRatingContext() public méthode

public InsertEventRatingContext ( sp_EventRating_DM InputRating ) : sp_EventRating_DM
InputRating VolTeer.DomainModels.VT.Vend.sp_EventRating_DM
Résultat VolTeer.DomainModels.VT.Vend.sp_EventRating_DM

ListEventRatings() public méthode

public ListEventRatings ( ) : List
Résultat List

ListEventRatings() public méthode

public ListEventRatings ( int RatingID ) : List
RatingID int
Résultat List

UpdateEventRatingContext() public méthode

public UpdateEventRatingContext ( sp_EventRating_DM InputRating ) : void
InputRating VolTeer.DomainModels.VT.Vend.sp_EventRating_DM
Résultat void