C# Class VolTeer.DataAccessLayer.VT.Vol.sp_VolPhone_DAL

Inheritance: sp_VolPhone_CON
Afficher le fichier Open project: CISC181/VolTeerNET

Méthodes publiques

Méthode Description
DeletePhonesContext ( sp_Phone_DM _cPhone ) : void

DeletePhonesContext - Will do a soft delete (make inactive) by PhoneID

InsertPhoneContext ( sp_Phone_DM _cPhone ) : void

InsertPhoneContext - Will insert a record into Volunteer Phone table via SProc

ListPhones ( sp_Phone_DM cVolPhone ) : List

Returns all or a phone number for the given volunteer

ListPrimaryPhone ( sp_Phone_DM cVolPhone ) : sp_Phone_DM
UpdatePhoneNbr ( sp_Phone_DM _cPhone ) : void

UpdatePhoneAddr - Will update a given PhoneNbr record by PhoneID

Method Details

DeletePhonesContext() public méthode

DeletePhonesContext - Will do a soft delete (make inactive) by PhoneID
public DeletePhonesContext ( sp_Phone_DM _cPhone ) : void
_cPhone VolTeer.DomainModels.VT.Vol.sp_Phone_DM
Résultat void

InsertPhoneContext() public méthode

InsertPhoneContext - Will insert a record into Volunteer Phone table via SProc
public InsertPhoneContext ( sp_Phone_DM _cPhone ) : void
_cPhone VolTeer.DomainModels.VT.Vol.sp_Phone_DM
Résultat void

ListPhones() public méthode

Returns all or a phone number for the given volunteer
public ListPhones ( sp_Phone_DM cVolPhone ) : List
cVolPhone VolTeer.DomainModels.VT.Vol.sp_Phone_DM
Résultat List

ListPrimaryPhone() public méthode

public ListPrimaryPhone ( sp_Phone_DM cVolPhone ) : sp_Phone_DM
cVolPhone VolTeer.DomainModels.VT.Vol.sp_Phone_DM
Résultat VolTeer.DomainModels.VT.Vol.sp_Phone_DM

UpdatePhoneNbr() public méthode

UpdatePhoneAddr - Will update a given PhoneNbr record by PhoneID
public UpdatePhoneNbr ( sp_Phone_DM _cPhone ) : void
_cPhone VolTeer.DomainModels.VT.Vol.sp_Phone_DM
Résultat void