C# Class LearnLanguages.DataAccess.DalHelper

Show file Open project: ibgib/LearnLanguages Class Usage Examples

Public Methods

Method Description
CheckAuthorizationMustRunOnServer ( ) : void
CheckAuthorizationToAddUser ( ) : void
CheckAuthorizationToDeleteUser ( ) : void
CheckAuthorizationToGetAllUsers ( ) : void
IsInRoleToAddUser ( ) : bool
IsInRoleToDeleteUser ( ) : bool
IsInRoleToGetAllUsers ( ) : bool

Method Details

CheckAuthorizationMustRunOnServer() public static method

public static CheckAuthorizationMustRunOnServer ( ) : void
return void

CheckAuthorizationToAddUser() public static method

public static CheckAuthorizationToAddUser ( ) : void
return void

CheckAuthorizationToDeleteUser() public static method

public static CheckAuthorizationToDeleteUser ( ) : void
return void

CheckAuthorizationToGetAllUsers() public static method

public static CheckAuthorizationToGetAllUsers ( ) : void
return void

IsInRoleToAddUser() public static method

public static IsInRoleToAddUser ( ) : bool
return bool

IsInRoleToDeleteUser() public static method

public static IsInRoleToDeleteUser ( ) : bool
return bool

IsInRoleToGetAllUsers() public static method

public static IsInRoleToGetAllUsers ( ) : bool
return bool