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

Inheritance: sp_EventRating_CON
Show file Open project: CISC181/VolTeerNET Class Usage Examples

Public Methods

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

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

InsertEventRatingContext() public method

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

ListEventRatings() public method

public ListEventRatings ( ) : List
return List

ListEventRatings() public method

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 _cEventRating ) : void
_cEventRating VolTeer.DomainModels.VT.Vend.sp_EventRating_DM
return void