Method | Description | |
---|---|---|
VolTeerEntities ( ) : System | ||
sp_Availability_Select ( Nullable |
||
sp_ContactEmail_Delete ( Nullable |
||
sp_ContactEmail_Insert ( Nullable |
||
sp_ContactEmail_Select ( Nullable |
||
sp_ContactEmail_Update ( Nullable |
||
sp_Contact_Delete ( Nullable |
||
sp_Contact_Insert ( string contactFirstName, string contactMiddleName, string contactLastName ) : ObjectResult |
||
sp_Contact_MassUpdate ( string xML_IN ) : int | ||
sp_Contact_Select ( Nullable |
||
sp_Contact_Update ( Nullable |
||
sp_EventRating_Delete ( Nullable |
||
sp_EventRating_Insert ( Nullable |
||
sp_EventRating_MassUpdate ( string xML_IN ) : int | ||
sp_EventRating_Select ( Nullable |
||
sp_EventRating_Update ( Nullable |
||
sp_GroupAddr_Delete ( Nullable |
||
sp_GroupAddr_Insert ( Nullable |
||
sp_GroupAddr_Select ( Nullable |
||
sp_GroupAddr_Update ( Nullable |
||
sp_GroupVol_Delete ( Nullable |
||
sp_GroupVol_Insert ( Nullable |
||
sp_GroupVol_Select ( Nullable |
||
sp_GroupVol_Select_FindNewVols ( Nullable |
||
sp_GroupVol_Update ( Nullable |
||
sp_Group_Delete ( Nullable |
||
sp_Group_Insert ( string groupName, Nullable |
||
sp_Group_Search ( string xML_IN ) : ObjectResult |
||
sp_Group_Select ( Nullable |
||
sp_Group_Update ( Nullable |
||
sp_ProjectEventContact_Delete ( Nullable |
||
sp_ProjectEventContact_Insert ( Nullable |
||
sp_ProjectEventContact_Select ( Nullable |
||
sp_ProjectEventContact_Update ( Nullable |
||
sp_ProjectEvent_Delete ( Nullable |
||
sp_ProjectEvent_Insert ( Nullable |
||
sp_ProjectEvent_Select ( Nullable |
||
sp_ProjectEvent_Update ( Nullable |
||
sp_Project_Delete ( Nullable |
||
sp_Project_Insert ( string projectName, string projectDesc, Nullable |
||
sp_Project_Select ( Nullable |
||
sp_Project_Update ( Nullable |
||
sp_Sample_Address_Delete ( Nullable |
||
sp_Sample_Address_Insert ( string addrLine1, string addrLine2, string addrLine3, string city, string st, Nullable |
||
sp_Sample_Address_Select ( ) : ObjectResult |
||
sp_Sample_Address_Update ( Nullable |
||
sp_Skill_Delete ( Nullable |
||
sp_Skill_Insert ( string skillName, Nullable |
||
sp_Skill_Select ( Nullable |
||
sp_Skill_Select_Manage ( Nullable |
||
sp_Skill_Update ( Nullable |
||
sp_Vend_Address_Delete ( Nullable |
||
sp_Vend_Address_Insert ( string addrLine1, string addrLine2, string addrLine3, string city, string st, Nullable |
||
sp_Vend_Address_MassUpdate ( string xML_IN ) : int | ||
sp_Vend_Address_Select ( Nullable |
||
sp_Vend_Address_Update ( Nullable |
||
sp_Vend_Contact_Delete ( Nullable |
||
sp_Vend_Contact_Insert ( Nullable |
||
sp_Vend_Contact_Select ( Nullable |
||
sp_Vend_Contact_Update ( Nullable |
||
sp_Vend_Email_Delete ( Nullable |
||
sp_Vend_Email_Insert ( Nullable |
||
sp_Vend_Email_MassUpdate ( string xML_IN ) : int | ||
sp_Vend_Email_Select ( Nullable |
||
sp_Vend_Email_Update ( Nullable |
||
sp_VendorAddr_Delete ( Nullable |
||
sp_VendorAddr_Insert ( Nullable |
||
sp_VendorAddr_Select ( Nullable |
||
sp_VendorAddr_Update ( Nullable |
||
sp_VendorProjContact_Delete ( Nullable |
||
sp_VendorProjContact_Insert ( Nullable |
||
sp_VendorProjContact_Select ( Nullable |
||
sp_VendorProjContact_Update ( Nullable |
||
sp_Vendor_Delete ( Nullable |
||
sp_Vendor_Insert ( Nullable |
||
sp_Vendor_Select ( Nullable |
||
sp_VolSkill_DeleteAll ( Nullable |
||
sp_VolSkill_Insert ( Nullable |
||
sp_VolSkill_Select ( Nullable |
||
sp_Vol_Addr_Delete ( Nullable |
||
sp_Vol_Addr_Insert ( Nullable |
||
sp_Vol_Addr_Update ( Nullable |
||
sp_Vol_Address_Delete ( Nullable |
||
sp_Vol_Address_MassUpdate ( string xML_IN ) : int | ||
sp_Vol_Address_Select ( Nullable |
||
sp_Vol_Address_Update ( Nullable |
||
sp_Vol_Email_Delete ( Nullable |
||
sp_Vol_Email_Insert ( Nullable |
||
sp_Vol_Email_Select ( Nullable |
||
sp_Vol_Email_Update ( Nullable |
||
sp_Vol_Phone_Delete ( Nullable |
||
sp_Vol_Phone_Insert ( Nullable |
||
sp_Vol_Phone_Select ( Nullable |
||
sp_Vol_Phone_Update ( Nullable |
||
sp_Vol_State_Select ( ) : ObjectResult |
||
sp_Volunteer_Delete ( Nullable |
||
sp_Volunteer_Insert ( Nullable |
||
sp_Volunteer_Select ( Nullable |
||
sp_Volunteer_Update ( Nullable |
||
sp_alterdiagram ( string diagramname, Nullable |
||
sp_creatediagram ( string diagramname, Nullable |
||
sp_dropdiagram ( string diagramname, Nullable |
||
sp_helpdiagramdefinition ( string diagramname, Nullable |
||
sp_helpdiagrams ( string diagramname, Nullable |
||
sp_renamediagram ( string diagramname, Nullable |
||
sp_upgraddiagrams ( ) : int |
Method | Description | |
---|---|---|
OnModelCreating ( DbModelBuilder modelBuilder ) : void |
protected OnModelCreating ( DbModelBuilder modelBuilder ) : void | ||
modelBuilder | DbModelBuilder | |
return | void |
public sp_Availability_Select ( Nullable |
||
volID | Nullable |
|
addrID | Nullable |
|
return | ObjectResult |
public sp_ContactEmail_Delete ( Nullable |
||
contactID | Nullable |
|
emailID | Nullable |
|
return | int |
public sp_ContactEmail_Insert ( Nullable |
||
contactID | Nullable |
|
emailID | Nullable |
|
primaryEmail | Nullable |
|
return | int |
public sp_ContactEmail_Select ( Nullable |
||
contactID | Nullable |
|
emailID | Nullable |
|
return | ObjectResult |
public sp_ContactEmail_Update ( Nullable |
||
contactID | Nullable |
|
emailID | Nullable |
|
primaryEmail | Nullable |
|
return | int |
public sp_Contact_Delete ( Nullable |
||
contactID | Nullable |
|
return | int |
public sp_Contact_Insert ( string contactFirstName, string contactMiddleName, string contactLastName ) : ObjectResult |
||
contactFirstName | string | |
contactMiddleName | string | |
contactLastName | string | |
return | ObjectResult |
public sp_Contact_MassUpdate ( string xML_IN ) : int | ||
xML_IN | string | |
return | int |
public sp_Contact_Select ( Nullable |
||
contactID | Nullable |
|
return | ObjectResult |
public sp_Contact_Update ( Nullable |
||
contactID | Nullable |
|
contactFirstName | string | |
contactMiddleName | string | |
contactLastName | string | |
activeFlg | Nullable |
|
return | int |
public sp_EventRating_Delete ( Nullable |
||
ratingID | Nullable |
|
eventID | Nullable |
|
return | int |
public sp_EventRating_Insert ( Nullable |
||
eventID | Nullable |
|
volID | Nullable |
|
ratingValue | Nullable |
|
activeFlg | Nullable |
|
return | ObjectResult |
public sp_EventRating_MassUpdate ( string xML_IN ) : int | ||
xML_IN | string | |
return | int |
public sp_EventRating_Select ( Nullable |
||
ratingID | Nullable |
|
eventID | Nullable |
|
return | ObjectResult |
public sp_EventRating_Update ( Nullable |
||
ratingID | Nullable |
|
eventID | Nullable |
|
volID | Nullable |
|
ratingValue | Nullable |
|
activeFlg | Nullable |
|
return | int |
public sp_GroupAddr_Delete ( Nullable |
||
groupID | Nullable |
|
addrID | Nullable |
|
return | int |
public sp_GroupAddr_Insert ( Nullable |
||
groupID | Nullable |
|
addrID | Nullable |
|
primaryAddrID | Nullable |
|
activeFlg | Nullable |
|
return | ObjectResult |
public sp_GroupAddr_Select ( Nullable |
||
groupID | Nullable |
|
addrID | Nullable |
|
return | ObjectResult |
public sp_GroupAddr_Update ( Nullable |
||
groupID | Nullable |
|
addrID | Nullable |
|
primaryAddrID | Nullable |
|
activeFlg | Nullable |
|
return | int |
public sp_GroupVol_Delete ( Nullable |
||
groupID | Nullable |
|
volID | Nullable |
|
return | int |
public sp_GroupVol_Insert ( Nullable |
||
groupID | Nullable |
|
volID | Nullable |
|
primaryVolID | Nullable |
|
admin | Nullable |
|
return | ObjectResult |
public sp_GroupVol_Select ( Nullable |
||
groupID | Nullable |
|
volID | Nullable |
|
return | ObjectResult |
public sp_GroupVol_Select_FindNewVols ( Nullable |
||
groupID | Nullable |
|
return | ObjectResult |
public sp_GroupVol_Update ( Nullable |
||
groupID | Nullable |
|
volID | Nullable |
|
primaryVolID | Nullable |
|
admin | Nullable |
|
return | int |
public sp_Group_Delete ( Nullable |
||
groupID | Nullable |
|
return | int |
public sp_Group_Insert ( string groupName, Nullable |
||
groupName | string | |
participationLevelID | Nullable |
|
activeFlg | Nullable |
|
shortDesc | string | |
longDesc | string | |
return | ObjectResult |
public sp_Group_Search ( string xML_IN ) : ObjectResult |
||
xML_IN | string | |
return | ObjectResult |
public sp_Group_Select ( Nullable |
||
groupID | Nullable |
|
return | ObjectResult |
public sp_Group_Update ( Nullable |
||
groupID | Nullable |
|
groupName | string | |
participationLevelID | Nullable |
|
activeFlg | Nullable |
|
shortDesc | string | |
longDesc | string | |
return | int |
public sp_ProjectEventContact_Delete ( Nullable |
||
eventID | Nullable |
|
contactID | Nullable |
|
return | int |
public sp_ProjectEventContact_Insert ( Nullable |
||
eventID | Nullable |
|
contactID | Nullable |
|
primaryContact | Nullable |
|
return | int |
public sp_ProjectEventContact_Select ( Nullable |
||
eventID | Nullable |
|
contactID | Nullable |
|
return | ObjectResult |
public sp_ProjectEventContact_Update ( Nullable |
||
eventID | Nullable |
|
contactID | Nullable |
|
primaryContact | Nullable |
|
return | int |
public sp_ProjectEvent_Delete ( Nullable |
||
eventID | Nullable |
|
return | int |
public sp_ProjectEvent_Insert ( Nullable |
||
projectID | Nullable |
|
startDateTime | Nullable |
|
endDateTime | Nullable |
|
addrID | Nullable |
|
return | int |
public sp_ProjectEvent_Select ( Nullable |
||
eventID | Nullable |
|
return | ObjectResult |
public sp_ProjectEvent_Update ( Nullable |
||
eventID | Nullable |
|
projectID | Nullable |
|
startDateTime | Nullable |
|
endDateTime | Nullable |
|
addrID | Nullable |
|
return | int |
public sp_Project_Delete ( Nullable |
||
projectID | Nullable |
|
return | int |
public sp_Project_Insert ( string projectName, string projectDesc, Nullable |
||
projectName | string | |
projectDesc | string | |
addrID | Nullable |
|
activeFlg | Nullable |
|
return | ObjectResult |
public sp_Project_Select ( Nullable |
||
projectID | Nullable |
|
return | ObjectResult |
public sp_Project_Update ( Nullable |
||
projectID | Nullable |
|
projectName | string | |
projectDesc | string | |
addrID | Nullable |
|
activeFlg | Nullable |
|
return | int |
public sp_Sample_Address_Delete ( Nullable |
||
addrID | Nullable |
|
return | int |
public sp_Sample_Address_Insert ( string addrLine1, string addrLine2, string addrLine3, string city, string st, Nullable |
||
addrLine1 | string | |
addrLine2 | string | |
addrLine3 | string | |
city | string | |
st | string | |
zip | Nullable |
|
zip4 | Nullable |
|
activeFlg | Nullable |
|
return | int |
public sp_Sample_Address_Select ( ) : ObjectResult |
||
return | ObjectResult |
public sp_Sample_Address_Update ( Nullable |
||
addrID | Nullable |
|
addrLine1 | string | |
addrLine2 | string | |
addrLine3 | string | |
city | string | |
st | string | |
zip | Nullable |
|
zip4 | Nullable |
|
activeFlg | Nullable |
|
return | int |
public sp_Skill_Delete ( Nullable |
||
skillID | Nullable |
|
return | int |
public sp_Skill_Insert ( string skillName, Nullable |
||
skillName | string | |
mstrSkillID | Nullable |
|
reqCert | Nullable |
|
return | ObjectResult |
public sp_Skill_Select ( Nullable |
||
skillID | Nullable |
|
return | ObjectResult |
public sp_Skill_Select_Manage ( Nullable |
||
showNullMstrSkillItems | Nullable |
|
return | ObjectResult |
public sp_Skill_Update ( Nullable |
||
skillID | Nullable |
|
skillName | string | |
mstrSkillID | Nullable |
|
reqCert | Nullable |
|
return | int |
public sp_Vend_Address_Delete ( Nullable |
||
addrID | Nullable |
|
return | int |
public sp_Vend_Address_Insert ( string addrLine1, string addrLine2, string addrLine3, string city, string st, Nullable |
||
addrLine1 | string | |
addrLine2 | string | |
addrLine3 | string | |
city | string | |
st | string | |
zip | Nullable |
|
zip4 | Nullable |
|
geoCodeGetSet | string | |
activeFlg | Nullable |
|
return | ObjectResult |
public sp_Vend_Address_MassUpdate ( string xML_IN ) : int | ||
xML_IN | string | |
return | int |
public sp_Vend_Address_Select ( Nullable |
||
addrID | Nullable |
|
return | ObjectResult |
public sp_Vend_Address_Update ( Nullable |
||
addrId | Nullable |
|
activeFlg | Nullable |
|
addrLine1 | string | |
addrLine2 | string | |
addrLine3 | string | |
city | string | |
st | string | |
zip | Nullable |
|
zip4 | Nullable |
|
geoCodeGetSet | string | |
return | int |
public sp_Vend_Contact_Delete ( Nullable |
||
vendorID | Nullable |
|
contactID | Nullable |
|
return | int |
public sp_Vend_Contact_Insert ( Nullable |
||
vendorID | Nullable |
|
contactID | Nullable |
|
primaryContact | Nullable |
|
return | ObjectResult |
public sp_Vend_Contact_Select ( Nullable |
||
vendorID | Nullable |
|
contactID | Nullable |
|
return | ObjectResult |
public sp_Vend_Contact_Update ( Nullable |
||
vendorID | Nullable |
|
contactID | Nullable |
|
primaryContact | Nullable |
|
return | int |
public sp_Vend_Email_Delete ( Nullable |
||
emailID | Nullable |
|
return | int |
public sp_Vend_Email_Insert ( Nullable |
||
emailID | Nullable |
|
emailAddr | string | |
activeFlg | Nullable |
|
return | int |
public sp_Vend_Email_MassUpdate ( string xML_IN ) : int | ||
xML_IN | string | |
return | int |
public sp_Vend_Email_Select ( Nullable |
||
emailID | Nullable |
|
activeFlg | Nullable |
|
return | ObjectResult |
public sp_Vend_Email_Update ( Nullable |
||
emailID | Nullable |
|
emailAddr | string | |
activeFlg | Nullable |
|
return | int |
public sp_VendorAddr_Delete ( Nullable |
||
vendorID | Nullable |
|
return | int |
public sp_VendorAddr_Insert ( Nullable |
||
addrID | Nullable |
|
hQ | Nullable |
|
return | ObjectResult |
public sp_VendorAddr_Select ( Nullable |
||
vendorID | Nullable |
|
return | ObjectResult |
public sp_VendorAddr_Update ( Nullable |
||
vendorID | Nullable |
|
addrID | Nullable |
|
hQ | Nullable |
|
return | int |
public sp_VendorProjContact_Delete ( Nullable |
||
vendorID | Nullable |
|
projectID | Nullable |
|
contactID | Nullable |
|
return | int |
public sp_VendorProjContact_Insert ( Nullable |
||
vendorID | Nullable |
|
projectID | Nullable |
|
contactID | Nullable |
|
primaryContact | Nullable |
|
return | int |
public sp_VendorProjContact_Select ( Nullable |
||
vendorID | Nullable |
|
projectID | Nullable |
|
contactID | Nullable |
|
return | ObjectResult |
public sp_VendorProjContact_Update ( Nullable |
||
vendorID | Nullable |
|
projectID | Nullable |
|
contactID | Nullable |
|
primaryContact | Nullable |
|
return | int |
public sp_Vendor_Delete ( Nullable |
||
vendorID | Nullable |
|
return | int |
public sp_Vendor_Insert ( Nullable |
||
vendorID | Nullable |
|
vendorName | string | |
return | ObjectResult |
public sp_Vendor_Select ( Nullable |
||
vendorID | Nullable |
|
return | ObjectResult |
public sp_VolSkill_DeleteAll ( Nullable |
||
volID | Nullable |
|
return | int |
public sp_VolSkill_Insert ( Nullable |
||
volID | Nullable |
|
skillID | Nullable |
|
return | int |
public sp_VolSkill_Select ( Nullable |
||
volID | Nullable |
|
return | ObjectResult |
public sp_Vol_Addr_Delete ( Nullable |
||
volID | Nullable |
|
addrID | Nullable |
|
return | int |
public sp_Vol_Addr_Insert ( Nullable |
||
volID | Nullable |
|
addrID | Nullable |
|
primaryAddr | Nullable |
|
return | int |
public sp_Vol_Addr_Update ( Nullable |
||
volID | Nullable |
|
addrID | Nullable |
|
primaryAddr | Nullable |
|
return | int |
public sp_Vol_Address_Delete ( Nullable |
||
addrID | Nullable |
|
return | int |
public sp_Vol_Address_MassUpdate ( string xML_IN ) : int | ||
xML_IN | string | |
return | int |
public sp_Vol_Address_Select ( Nullable |
||
volID | Nullable |
|
addrID | Nullable |
|
primaryAddr | Nullable |
|
return | ObjectResult |
public sp_Vol_Address_Update ( Nullable |
||
addrId | Nullable |
|
activeFlg | Nullable |
|
addrLine1 | string | |
addrLine2 | string | |
addrLine3 | string | |
city | string | |
st | string | |
zip | Nullable |
|
zip4 | Nullable |
|
geoCodeGetSet | string | |
return | int |
public sp_Vol_Email_Delete ( Nullable |
||
emailID | Nullable |
|
volID | Nullable |
|
emailAddr | string | |
activeFlg | Nullable |
|
primaryFlg | Nullable |
|
return | int |
public sp_Vol_Email_Insert ( Nullable |
||
volID | Nullable |
|
emailAddr | string | |
activeFlg | Nullable |
|
primaryFlg | Nullable |
|
return | ObjectResult |
public sp_Vol_Email_Select ( Nullable |
||
volID | Nullable |
|
emailID | Nullable |
|
primaryFlg | Nullable |
|
return | ObjectResult |
public sp_Vol_Email_Update ( Nullable |
||
emailID | Nullable |
|
volID | Nullable |
|
emailAddr | string | |
activeFlg | Nullable |
|
primaryFlg | Nullable |
|
return | int |
public sp_Vol_Phone_Delete ( Nullable |
||
phoneID | Nullable |
|
phoneNbr | string | |
activeFlg | Nullable |
|
return | int |
public sp_Vol_Phone_Insert ( Nullable |
||
volID | Nullable |
|
phoneNbr | string | |
activeFlg | Nullable |
|
primaryFlg | Nullable |
|
return | ObjectResult |
public sp_Vol_Phone_Select ( Nullable |
||
volID | Nullable |
|
phoneID | Nullable |
|
primaryFlg | Nullable |
|
return | ObjectResult |
public sp_Vol_Phone_Update ( Nullable |
||
phoneID | Nullable |
|
volID | Nullable |
|
phoneNbr | string | |
activeFlg | Nullable |
|
primaryFlg | Nullable |
|
return | int |
public sp_Vol_State_Select ( ) : ObjectResult |
||
return | ObjectResult |
public sp_Volunteer_Delete ( Nullable |
||
volID | Nullable |
|
return | int |
public sp_Volunteer_Insert ( Nullable |
||
volID | Nullable |
|
volFirstName | string | |
volMiddleName | string | |
volLastName | string | |
return | ObjectResult |
public sp_Volunteer_Select ( Nullable |
||
volID | Nullable |
|
return | ObjectResult |
public sp_Volunteer_Update ( Nullable |
||
volID | Nullable |
|
activeFlg | Nullable |
|
volFirstName | string | |
volMiddleName | string | |
volLastName | string | |
return | int |
public sp_alterdiagram ( string diagramname, Nullable |
||
diagramname | string | |
owner_id | Nullable |
|
version | Nullable |
|
definition | byte | |
return | int |
public sp_creatediagram ( string diagramname, Nullable |
||
diagramname | string | |
owner_id | Nullable |
|
version | Nullable |
|
definition | byte | |
return | int |
public sp_dropdiagram ( string diagramname, Nullable |
||
diagramname | string | |
owner_id | Nullable |
|
return | int |
public sp_helpdiagramdefinition ( string diagramname, Nullable |
||
diagramname | string | |
owner_id | Nullable |
|
return | ObjectResult |
public sp_helpdiagrams ( string diagramname, Nullable |
||
diagramname | string | |
owner_id | Nullable |
|
return | ObjectResult |
public sp_renamediagram ( string diagramname, Nullable |
||
diagramname | string | |
owner_id | Nullable |
|
new_diagramname | string | |
return | int |