C# 클래스 Courses.Gui.Client.Models.MembershipReboot.UserAccountRepository

상속: IUserAccountRepository
파일 보기 프로젝트 열기: denismaster/dotnet01

공개 메소드들

메소드 설명
Add ( BrockAllen item ) : void
Convert ( User item ) : UserAccount
Create ( ) : UserAccount
GetByCertificate ( string tenant, string thumbprint ) : UserAccount
GetByEmail ( string tenant, string email ) : UserAccount
GetByID ( System.Guid id ) : UserAccount
GetByLinkedAccount ( string tenant, string provider, string id ) : UserAccount
GetByMobilePhone ( string tenant, string phone ) : UserAccount
GetByUsername ( string username ) : UserAccount
GetByUsername ( string tenant, string username ) : UserAccount
GetByVerificationKey ( string key ) : UserAccount
Remove ( BrockAllen item ) : void
Update ( BrockAllen item ) : void
UserAccountRepository ( IAccountRepository repository ) : System

메소드 상세

Add() 공개 메소드

public Add ( BrockAllen item ) : void
item BrockAllen
리턴 void

Convert() 공개 메소드

public Convert ( User item ) : UserAccount
item Courses.Models.User
리턴 UserAccount

Create() 공개 메소드

public Create ( ) : UserAccount
리턴 BrockAllen.MembershipReboot.UserAccount

GetByCertificate() 공개 메소드

public GetByCertificate ( string tenant, string thumbprint ) : UserAccount
tenant string
thumbprint string
리턴 BrockAllen.MembershipReboot.UserAccount

GetByEmail() 공개 메소드

public GetByEmail ( string tenant, string email ) : UserAccount
tenant string
email string
리턴 BrockAllen.MembershipReboot.UserAccount

GetByID() 공개 메소드

public GetByID ( System.Guid id ) : UserAccount
id System.Guid
리턴 BrockAllen.MembershipReboot.UserAccount

GetByLinkedAccount() 공개 메소드

public GetByLinkedAccount ( string tenant, string provider, string id ) : UserAccount
tenant string
provider string
id string
리턴 BrockAllen.MembershipReboot.UserAccount

GetByMobilePhone() 공개 메소드

public GetByMobilePhone ( string tenant, string phone ) : UserAccount
tenant string
phone string
리턴 BrockAllen.MembershipReboot.UserAccount

GetByUsername() 공개 메소드

public GetByUsername ( string username ) : UserAccount
username string
리턴 BrockAllen.MembershipReboot.UserAccount

GetByUsername() 공개 메소드

public GetByUsername ( string tenant, string username ) : UserAccount
tenant string
username string
리턴 BrockAllen.MembershipReboot.UserAccount

GetByVerificationKey() 공개 메소드

public GetByVerificationKey ( string key ) : UserAccount
key string
리턴 BrockAllen.MembershipReboot.UserAccount

Remove() 공개 메소드

public Remove ( BrockAllen item ) : void
item BrockAllen
리턴 void

Update() 공개 메소드

public Update ( BrockAllen item ) : void
item BrockAllen
리턴 void

UserAccountRepository() 공개 메소드

public UserAccountRepository ( IAccountRepository repository ) : System
repository IAccountRepository
리턴 System