C# Class Sitecore.Feature.Accounts.Services.ContactProfileService

Inheritance: IContactProfileService
显示文件 Open project: Sitecore/Habitat Class Usage Examples

Public Methods

Method Description
ContactProfileService ( ) : System
ContactProfileService ( IContactProfileProvider contactProfileProvider ) : System
SetPreferredEmail ( string email ) : void
SetPreferredPhoneNumber ( string phone ) : void
SetProfile ( Sitecore.Feature.Accounts.Models.EditProfile editProfileModel ) : void
SetTag ( string tagName, string tagValue ) : void

Method Details

ContactProfileService() public method

public ContactProfileService ( ) : System
return System

ContactProfileService() public method

public ContactProfileService ( IContactProfileProvider contactProfileProvider ) : System
contactProfileProvider IContactProfileProvider
return System

SetPreferredEmail() public method

public SetPreferredEmail ( string email ) : void
email string
return void

SetPreferredPhoneNumber() public method

public SetPreferredPhoneNumber ( string phone ) : void
phone string
return void

SetProfile() public method

public SetProfile ( Sitecore.Feature.Accounts.Models.EditProfile editProfileModel ) : void
editProfileModel Sitecore.Feature.Accounts.Models.EditProfile
return void

SetTag() public method

public SetTag ( string tagName, string tagValue ) : void
tagName string
tagValue string
return void