C# Класс Sitecore.Feature.Accounts.Services.UserProfileProvider

Наследование: IUserProfileProvider
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetCustomProperties ( UserProfile userProfile ) : string>.IDictionary
SetCustomProfile ( UserProfile userProfile, string>.IDictionary properties ) : void

Защищенные методы

Метод Описание
GetProfileTemplate ( string profileItemId ) : Template

Описание методов

GetCustomProperties() публичный Метод

public GetCustomProperties ( UserProfile userProfile ) : string>.IDictionary
userProfile UserProfile
Результат string>.IDictionary

GetProfileTemplate() защищенный Метод

protected GetProfileTemplate ( string profileItemId ) : Template
profileItemId string
Результат Template

SetCustomProfile() публичный Метод

public SetCustomProfile ( UserProfile userProfile, string>.IDictionary properties ) : void
userProfile UserProfile
properties string>.IDictionary
Результат void