C# 클래스 Sitecore.Feature.Accounts.Services.UserProfileService

상속: IUserProfileService
파일 보기 프로젝트 열기: Sitecore/Habitat

보호된 프로퍼티들

프로퍼티 타입 설명
profile System.Item

공개 메소드들

메소드 설명
GetEmptyProfile ( ) : Sitecore.Feature.Accounts.Models.EditProfile
GetInterests ( ) : IEnumerable
GetProfile ( UserProfile userProfile ) : Sitecore.Feature.Accounts.Models.EditProfile
GetUserDefaultProfileId ( ) : string
SetProfile ( UserProfile userProfile, Sitecore.Feature.Accounts.Models.EditProfile model ) : void
UserProfileService ( ) : System
UserProfileService ( IProfileSettingsService profileSettingsService, IUserProfileProvider userProfileProvider ) : System
ValidateProfile ( Sitecore.Feature.Accounts.Models.EditProfile model, ModelStateDictionary modelState ) : bool
ValidateUser ( User user ) : bool

비공개 메소드들

메소드 설명
SetProfileIfEmpty ( User user ) : void

메소드 상세

GetEmptyProfile() 공개 메소드

public GetEmptyProfile ( ) : Sitecore.Feature.Accounts.Models.EditProfile
리턴 Sitecore.Feature.Accounts.Models.EditProfile

GetInterests() 공개 메소드

public GetInterests ( ) : IEnumerable
리턴 IEnumerable

GetProfile() 공개 메소드

public GetProfile ( UserProfile userProfile ) : Sitecore.Feature.Accounts.Models.EditProfile
userProfile UserProfile
리턴 Sitecore.Feature.Accounts.Models.EditProfile

GetUserDefaultProfileId() 공개 메소드

public GetUserDefaultProfileId ( ) : string
리턴 string

SetProfile() 공개 메소드

public SetProfile ( UserProfile userProfile, Sitecore.Feature.Accounts.Models.EditProfile model ) : void
userProfile UserProfile
model Sitecore.Feature.Accounts.Models.EditProfile
리턴 void

UserProfileService() 공개 메소드

public UserProfileService ( ) : System
리턴 System

UserProfileService() 공개 메소드

public UserProfileService ( IProfileSettingsService profileSettingsService, IUserProfileProvider userProfileProvider ) : System
profileSettingsService IProfileSettingsService
userProfileProvider IUserProfileProvider
리턴 System

ValidateProfile() 공개 메소드

public ValidateProfile ( Sitecore.Feature.Accounts.Models.EditProfile model, ModelStateDictionary modelState ) : bool
model Sitecore.Feature.Accounts.Models.EditProfile
modelState ModelStateDictionary
리턴 bool

ValidateUser() 공개 메소드

public ValidateUser ( User user ) : bool
user User
리턴 bool

프로퍼티 상세

profile 보호되어 있는 프로퍼티

protected Item,System profile
리턴 System.Item