Method | Description | |
---|---|---|
AddUser ( Csla criteria ) : Result |
||
Delete ( System.Guid id ) : Result |
||
Delete ( string username ) : Result |
||
Fetch ( System.Guid id ) : Result |
||
Fetch ( string username ) : Result |
||
GetAll ( ) : Result |
||
GetRoles ( string username ) : Result |
||
Insert ( |
||
New ( object criteria ) : Result |
||
Update ( |
||
VerifyUser ( string username, string password ) : Result |
Method | Description | |
---|---|---|
AddUserImpl ( Csla criteria ) : |
||
DeleteImpl ( System.Guid id ) : |
||
DeleteImpl ( string username ) : bool? | ||
FetchImpl ( System.Guid id ) : |
||
FetchImpl ( string username ) : |
||
GetAllImpl ( ) : ICollection |
||
GetRolesImpl ( string username ) : ICollection |
||
InsertImpl ( |
||
NewImpl ( object criteria ) : |
||
UpdateImpl ( |
||
VerifyUserImpl ( string username, string password ) : bool? |
protected abstract AddUserImpl ( Csla criteria ) : |
||
criteria | Csla | |
return |
protected abstract DeleteImpl ( System.Guid id ) : |
||
id | System.Guid | |
return |
protected abstract DeleteImpl ( string username ) : bool? | ||
username | string | |
return | bool? |
protected abstract FetchImpl ( System.Guid id ) : |
||
id | System.Guid | |
return |
protected abstract FetchImpl ( string username ) : |
||
username | string | |
return |
protected abstract GetAllImpl ( ) : ICollection |
||
return | ICollection |
public GetRoles ( string username ) : Result |
||
username | string | |
return | Result |
protected abstract GetRolesImpl ( string username ) : ICollection |
||
username | string | |
return | ICollection |
protected abstract InsertImpl ( |
||
dto | ||
return |
protected abstract NewImpl ( object criteria ) : |
||
criteria | object | |
return |
protected abstract UpdateImpl ( |
||
dto | ||
return |
public VerifyUser ( string username, string password ) : Result |
||
username | string | |
password | string | |
return | Result |
protected abstract VerifyUserImpl ( string username, string password ) : bool? | ||
username | string | |
password | string | |
return | bool? |