C# 클래스 UT.Vol.BLL.HelperMethods.hVolAddress

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

공개 메소드들

메소드 설명
hCreateVolAddress ( string AddrLine1, string AddrLine2, string AddrLine3, string City, string State, Nullable Zip, Nullable Zip4, bool PrimaryAddr, System.Guid VolID ) : sp_Vol_Address_DM
hDeleteVolEmail ( sp_Email_DM Email ) : void
hUpdateVolEmail ( sp_Email_DM Email, string emailAddress ) : void

메소드 상세

hCreateVolAddress() 공개 메소드

public hCreateVolAddress ( string AddrLine1, string AddrLine2, string AddrLine3, string City, string State, Nullable Zip, Nullable Zip4, bool PrimaryAddr, System.Guid VolID ) : sp_Vol_Address_DM
AddrLine1 string
AddrLine2 string
AddrLine3 string
City string
State string
Zip Nullable
Zip4 Nullable
PrimaryAddr bool
VolID System.Guid
리턴 VolTeer.DomainModels.VT.Vol.sp_Vol_Address_DM

hDeleteVolEmail() 공개 메소드

public hDeleteVolEmail ( sp_Email_DM Email ) : void
Email VolTeer.DomainModels.VT.Vol.sp_Email_DM
리턴 void

hUpdateVolEmail() 공개 메소드

public hUpdateVolEmail ( sp_Email_DM Email, string emailAddress ) : void
Email VolTeer.DomainModels.VT.Vol.sp_Email_DM
emailAddress string
리턴 void