C# 클래스 Castle.Applications.PestControl.Model.UserCollection

상속: System.Collections.ReadOnlyCollectionBase
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
Add ( User user ) : void
Authenticate ( String email, String password ) : bool
FindByEmail ( String email ) : User

메소드 상세

Add() 공개 메소드

public Add ( User user ) : void
user User
리턴 void

Authenticate() 공개 메소드

public Authenticate ( String email, String password ) : bool
email String
password String
리턴 bool

FindByEmail() 공개 메소드

public FindByEmail ( String email ) : User
email String
리턴 User