Method | Description | |
---|---|---|
SendContactUsMessage ( |
||
SendCustomerEmailValidationMessage ( |
||
SendCustomerPasswordRecoveryMessage ( |
||
SendCustomerRegisteredNotificationMessage ( |
||
SendCustomerWelcomeMessage ( |
||
SendNewServiceRequestSiteOwnerNotification ( string EmailAddress, string ZipCode ) : int | ||
SendOrderAssigneAgentNotification ( |
||
SendOrderPlacedCustomerNotification ( |
||
SendOrderPlacedSiteOwnerNotification ( |
||
SendOrderPlacedWorkCompletedCustomerNotification ( |
||
SendReferANeighborMessage ( string FriendName, string FriendEmail, string YourName ) : int | ||
WorkflowMessageService ( IWebHelper webHelper, IZipCodeService zipCodeService, IQuestionAnswerEntityData questionAnswerEntityDataService, IDateTimeHelper dateTimeHelper, ICustomerService customerService ) : System |
Method | Description | |
---|---|---|
GetSiteUrl ( ) : string |
public SendContactUsMessage ( |
||
contactUs | ||
return | int |
public SendCustomerEmailValidationMessage ( |
||
customer | ||
return | int |
public SendCustomerPasswordRecoveryMessage ( |
||
customer | ||
return | int |
public SendCustomerRegisteredNotificationMessage ( |
||
customer | ||
return | int |
public SendCustomerWelcomeMessage ( |
||
customer | ||
return | int |
public SendNewServiceRequestSiteOwnerNotification ( string EmailAddress, string ZipCode ) : int | ||
EmailAddress | string | |
ZipCode | string | |
return | int |
public SendOrderAssigneAgentNotification ( |
||
order | ||
AgentId | int | |
return | int |
public SendOrderPlacedCustomerNotification ( |
||
order | ||
return | int |
public SendOrderPlacedSiteOwnerNotification ( |
||
order | ||
return | int |
public SendOrderPlacedWorkCompletedCustomerNotification ( |
||
order | ||
return | int |
public SendReferANeighborMessage ( string FriendName, string FriendEmail, string YourName ) : int | ||
FriendName | string | |
FriendEmail | string | |
YourName | string | |
return | int |
public WorkflowMessageService ( IWebHelper webHelper, IZipCodeService zipCodeService, IQuestionAnswerEntityData questionAnswerEntityDataService, IDateTimeHelper dateTimeHelper, ICustomerService customerService ) : System | ||
webHelper | IWebHelper | |
zipCodeService | IZipCodeService | |
questionAnswerEntityDataService | IQuestionAnswerEntityData | |
dateTimeHelper | IDateTimeHelper | |
customerService | ICustomerService | |
return | System |