C# Class VolTeer.BusinessLogicLayer.VT.Vend.sp_EventRating_BLL

Inheritance: sp_EventRating_CON
Afficher le fichier Open project: CISC181/VolTeerNET Class Usage Examples

Méthodes publiques

Méthode Description
DeleteEventRatingContext ( sp_EventRating_DM _cEventRating ) : void
InsertEventRatingContext ( sp_EventRating_DM _cEventRating ) : sp_EventRating_DM
ListEventRatings ( ) : List
ListEventRatings ( int EventRating ) : sp_EventRating_DM
UpdateEventRatingContext ( sp_EventRating_DM _cEventRating ) : void

Method Details

DeleteEventRatingContext() public méthode

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

InsertEventRatingContext() public méthode

public InsertEventRatingContext ( sp_EventRating_DM _cEventRating ) : sp_EventRating_DM
_cEventRating 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 EventRating ) : sp_EventRating_DM
EventRating int
Résultat VolTeer.DomainModels.VT.Vend.sp_EventRating_DM

UpdateEventRatingContext() public méthode

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