C# 클래스 N2.Management.Api.ProfileRepositoryExtensions

파일 보기 프로젝트 열기: bherila/n2cms

공개 메소드들

메소드 설명
Get ( this repository, IPrincipal user ) : ProfileUser
GetOrCreate ( this repository, IPrincipal user ) : ProfileUser
GetOrCreate ( this repository, string username ) : ProfileUser

비공개 메소드들

메소드 설명
GetUserName ( IPrincipal user ) : string

메소드 상세

Get() 공개 정적인 메소드

public static Get ( this repository, IPrincipal user ) : ProfileUser
repository this
user IPrincipal
리턴 ProfileUser

GetOrCreate() 공개 정적인 메소드

public static GetOrCreate ( this repository, IPrincipal user ) : ProfileUser
repository this
user IPrincipal
리턴 ProfileUser

GetOrCreate() 공개 정적인 메소드

public static GetOrCreate ( this repository, string username ) : ProfileUser
repository this
username string
리턴 ProfileUser