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

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

공개 메소드들

메소드 설명
DeleteContactContext ( sp_VendContact_DM _caContact ) : void
InsertContactContext ( sp_VendContact_DM _caContact ) : void
ListContacts ( ) : List
ListContacts ( int VendContact ) : sp_VendContact_DM

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

UpdateContactContext ( sp_VendContact_DM _caContact ) : void

메소드 상세

DeleteContactContext() 공개 메소드

public DeleteContactContext ( sp_VendContact_DM _caContact ) : void
_caContact VolTeer.DomainModels.VT.Vend.sp_VendContact_DM
리턴 void

InsertContactContext() 공개 메소드

public InsertContactContext ( sp_VendContact_DM _caContact ) : void
_caContact VolTeer.DomainModels.VT.Vend.sp_VendContact_DM
리턴 void

ListContacts() 공개 메소드

public ListContacts ( ) : List
리턴 List

ListContacts() 공개 메소드

ListContacts - There's a good chance the same record may be requested often. Cache the contact object...
public ListContacts ( int VendContact ) : sp_VendContact_DM
VendContact int
리턴 VolTeer.DomainModels.VT.Vend.sp_VendContact_DM

UpdateContactContext() 공개 메소드

public UpdateContactContext ( sp_VendContact_DM _caContact ) : void
_caContact VolTeer.DomainModels.VT.Vend.sp_VendContact_DM
리턴 void