C# Class VolTeer.Cache.VT.Vend.sp_EventRating_Cache

Afficher le fichier Open project: CISC181/VolTeerNET

Méthodes publiques

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

ListEventRatings - There's a good chance the same record may be requested often. Cache the event rating object...

UpdateEventRatingContext ( sp_EventRating_DM _cRating ) : void

Method Details

DeleteEventRatingContext() public méthode

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

InsertEventRatingContext() public méthode

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

ListEventRatings() public méthode

public ListEventRatings ( ) : List
Résultat List

ListEventRatings() public méthode

ListEventRatings - There's a good chance the same record may be requested often. Cache the event rating object...
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 _cRating ) : void
_cRating VolTeer.DomainModels.VT.Vend.sp_EventRating_DM
Résultat void