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

Inheritance: sp_EventRating_CON
显示文件 Open project: CISC181/VolTeerNET

Public Methods

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

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

InsertEventRatingContext() public method

public InsertEventRatingContext ( sp_EventRating_DM InputRating ) : sp_EventRating_DM
InputRating 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 RatingID ) : List
RatingID int
return List

UpdateEventRatingContext() public method

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