Property | Type | Description | |
---|---|---|---|
DataPortal_Create | void | ||
DataPortal_Fetch | void | ||
DataPortal_Insert | void | ||
DataPortal_Update | void | ||
FetchUser | User | ||
FetchUser | User | ||
NewUser | User |
Method | Description | |
---|---|---|
SetPassword ( string password ) : void | ||
ToString ( ) : string | ||
ToUserInfo ( ) : |
Method | Description | |
---|---|---|
AddBusinessRules ( ) : void | ||
AddObjectAuthorizationRules ( ) : void | ||
Fetch ( |
||
Insert ( |
||
PropertyHasChanged ( Csla property ) : void | ||
Update ( |
Method | Description | |
---|---|---|
DataPortal_Create ( ) : void | ||
DataPortal_Fetch ( UserDataCriteria criteria ) : void | ||
DataPortal_Insert ( ) : void | ||
DataPortal_Update ( ) : void | ||
FetchUser ( |
||
FetchUser ( UserDataCriteria criteria ) : User | ||
NewUser ( ) : User |
protected static AddObjectAuthorizationRules ( ) : void | ||
return | void |
protected Fetch ( |
||
data | ||
return | void |
protected Insert ( |
||
data | ||
return | void |
protected PropertyHasChanged ( Csla property ) : void | ||
property | Csla | |
return | void |
public SetPassword ( string password ) : void | ||
password | string | |
return | void |
protected Update ( |
||
data | ||
return | void |