Method | Description | |
---|---|---|
Add ( |
||
CheckIfHasAccessCMS ( string FormCode ) : bool | ||
Delete ( int ID ) : void | ||
DeleteLogical ( int ID ) : void | ||
GetCurrentUser ( ) : |
||
GetUser ( int ID ) : |
||
GetUser ( string UserName ) : |
||
GetUserWithValidation ( string UserName, string Password ) : |
||
GetUsers ( ) : List |
||
GetUsers ( int RoleID ) : List |
||
GetUsersNotInForm ( int FormID ) : List |
||
GetUsersNotInRole ( int RoleID ) : List |
||
LogOut ( ) : void | ||
LoginIn ( |
||
Update ( |
||
UpdateActive ( int ID, bool IsActive ) : void |
public static Add ( |
||
user | ||
return | int |
public static CheckIfHasAccessCMS ( string FormCode ) : bool | ||
FormCode | string | |
return | bool |
public static DeleteLogical ( int ID ) : void | ||
ID | int | |
return | void |
public static GetCurrentUser ( ) : |
||
return |
public static GetUser ( int ID ) : |
||
ID | int | |
return |
public static GetUser ( string UserName ) : |
||
UserName | string | |
return |
public static GetUserWithValidation ( string UserName, string Password ) : |
||
UserName | string | |
Password | string | |
return |
public static GetUsersNotInForm ( int FormID ) : List |
||
FormID | int | |
return | List |
public static GetUsersNotInRole ( int RoleID ) : List |
||
RoleID | int | |
return | List |
public static LoginIn ( |
||
user | ||
WithRoles | bool | |
return | void |
public static Update ( |
||
user | ||
return | void |
public static UpdateActive ( int ID, bool IsActive ) : void | ||
ID | int | |
IsActive | bool | |
return | void |