Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Castle
Applications
PestControl
Model
UserCollection
C# Class Castle.Applications.PestControl.Model.UserCollection
Inheritance:
System.Collections.ReadOnlyCollectionBase
Exibir arquivo
Open project: nats/castle-1.0.3-mono
Class Usage Examples
Public Methods
Method
Description
Add
(
User
user
) :
void
Authenticate
(
String
email
,
String
password
) :
bool
FindByEmail
(
String
email
) :
User
Method Details
Add()
public
method
public
Add
(
User
user
) :
void
user
User
return
void
Authenticate()
public
method
public
Authenticate
(
String
email
,
String
password
) :
bool
email
String
password
String
return
bool
FindByEmail()
public
method
public
FindByEmail
(
String
email
) :
User
email
String
return
User