C# 클래스 VolTeer.Cache.VT.Vend.sp_EventRating_Cache

파일 보기 프로젝트 열기: CISC181/VolTeerNET

공개 메소드들

메소드 설명
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

메소드 상세

DeleteEventRatingContext() 공개 메소드

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

InsertEventRatingContext() 공개 메소드

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

ListEventRatings() 공개 메소드

public ListEventRatings ( ) : List
리턴 List

ListEventRatings() 공개 메소드

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

UpdateEventRatingContext() 공개 메소드

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