C# 클래스 Pharmalto.Ecosystem.Services.EcoUserService

상속: UserService, IEcoUserService
파일 보기 프로젝트 열기: CloudMetal/Ecosystem-Deployment

공개 메소드들

메소드 설명
Add ( Orchard.Users.Models.User entity ) : void
CreateUser ( string email, string password ) : EcoUserPart
EcoUserService ( IEcoUserRepository repository, IOrchardServices orchardServices, IMembershipService membershipService, IClock clock, IEcoProfileService profileService, IEcoRoleService roleService ) : System
GetById ( int id ) : Orchard.Users.Models.User
Save ( Orchard.Users.Models.User entity ) : void

메소드 상세

Add() 공개 메소드

public Add ( Orchard.Users.Models.User entity ) : void
entity Orchard.Users.Models.User
리턴 void

CreateUser() 공개 메소드

public CreateUser ( string email, string password ) : EcoUserPart
email string
password string
리턴 EcoUserPart

EcoUserService() 공개 메소드

public EcoUserService ( IEcoUserRepository repository, IOrchardServices orchardServices, IMembershipService membershipService, IClock clock, IEcoProfileService profileService, IEcoRoleService roleService ) : System
repository IEcoUserRepository
orchardServices IOrchardServices
membershipService IMembershipService
clock IClock
profileService IEcoProfileService
roleService IEcoRoleService
리턴 System

GetById() 공개 메소드

public GetById ( int id ) : Orchard.Users.Models.User
id int
리턴 Orchard.Users.Models.User

Save() 공개 메소드

public Save ( Orchard.Users.Models.User entity ) : void
entity Orchard.Users.Models.User
리턴 void