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

Exibir arquivo Open project: CISC181/VolTeerNET

Public Methods

Method 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 method

public DeleteEventRatingContext ( sp_EventRating_DM _cRating ) : void
_cRating VolTeer.DomainModels.VT.Vend.sp_EventRating_DM
return void

InsertEventRatingContext() public method

public InsertEventRatingContext ( sp_EventRating_DM _cRating ) : void
_cRating VolTeer.DomainModels.VT.Vend.sp_EventRating_DM
return void

ListEventRatings() public method

public ListEventRatings ( ) : List
return List

ListEventRatings() public method

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
return VolTeer.DomainModels.VT.Vend.sp_EventRating_DM

UpdateEventRatingContext() public method

public UpdateEventRatingContext ( sp_EventRating_DM _cRating ) : void
_cRating VolTeer.DomainModels.VT.Vend.sp_EventRating_DM
return void