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

显示文件 Open project: CISC181/VolTeerNET

Public Methods

Method Description
DeleteEmailContext ( sp_VendEmail_DM _caEmail ) : void
InsertEmailContext ( sp_VendEmail_DM _caEmail ) : void
ListEmails ( ) : List
ListEmails ( int VendEmail ) : sp_VendEmail_DM

ListEmails - There's a good chance the same record may be requested often. Cache the Email object...

UpdateEmailContext ( sp_VendEmail_DM _caEmail ) : void

Method Details

DeleteEmailContext() public method

public DeleteEmailContext ( sp_VendEmail_DM _caEmail ) : void
_caEmail VolTeer.DomainModels.VT.Vend.sp_VendEmail_DM
return void

InsertEmailContext() public method

public InsertEmailContext ( sp_VendEmail_DM _caEmail ) : void
_caEmail VolTeer.DomainModels.VT.Vend.sp_VendEmail_DM
return void

ListEmails() public method

public ListEmails ( ) : List
return List

ListEmails() public method

ListEmails - There's a good chance the same record may be requested often. Cache the Email object...
public ListEmails ( int VendEmail ) : sp_VendEmail_DM
VendEmail int
return VolTeer.DomainModels.VT.Vend.sp_VendEmail_DM

UpdateEmailContext() public method

public UpdateEmailContext ( sp_VendEmail_DM _caEmail ) : void
_caEmail VolTeer.DomainModels.VT.Vend.sp_VendEmail_DM
return void