C# Class UT.Vol.BLL.HelperMethods.hVolAddress

Show file Open project: CISC181/VolTeerNET

Public Methods

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

Method Details

hCreateVolAddress() public method

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
return VolTeer.DomainModels.VT.Vol.sp_Vol_Address_DM

hDeleteVolEmail() public method

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

hUpdateVolEmail() public method

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