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

ファイルを表示 Open project: CISC181/VolTeerNET

Public Methods

Method Description
DeleteVolunteerAvailability ( ISchedulerInfo shedulerInfo, Appointment appointmentToDelete, sp_Availablity_DM cAvail ) : void
InsertVolunteerAvailability ( ISchedulerInfo shedulerInfo, Appointment appointmentToInsert, sp_Availablity_DM cAvail ) : void
ListVolunteerAvailability ( System.Guid VolID, int AddrID ) : IEnumerable
UpdateVolunteerAvailability ( ISchedulerInfo shedulerInfo, Appointment appointmentToUpdate, sp_Availablity_DM cAvail ) : void

Method Details

DeleteVolunteerAvailability() public method

public DeleteVolunteerAvailability ( ISchedulerInfo shedulerInfo, Appointment appointmentToDelete, sp_Availablity_DM cAvail ) : void
shedulerInfo ISchedulerInfo
appointmentToDelete Appointment
cAvail VolTeer.DomainModels.VT.Vol.sp_Availablity_DM
return void

InsertVolunteerAvailability() public method

public InsertVolunteerAvailability ( ISchedulerInfo shedulerInfo, Appointment appointmentToInsert, sp_Availablity_DM cAvail ) : void
shedulerInfo ISchedulerInfo
appointmentToInsert Appointment
cAvail VolTeer.DomainModels.VT.Vol.sp_Availablity_DM
return void

ListVolunteerAvailability() public method

public ListVolunteerAvailability ( System.Guid VolID, int AddrID ) : IEnumerable
VolID System.Guid
AddrID int
return IEnumerable

UpdateVolunteerAvailability() public method

public UpdateVolunteerAvailability ( ISchedulerInfo shedulerInfo, Appointment appointmentToUpdate, sp_Availablity_DM cAvail ) : void
shedulerInfo ISchedulerInfo
appointmentToUpdate Appointment
cAvail VolTeer.DomainModels.VT.Vol.sp_Availablity_DM
return void