Метод | Описание | |
---|---|---|
CurrentUser ( this helper ) : User | ||
GetPrivilege ( this user, SystemObjects obj ) : AccessPrivilege | ||
GetPrivilege ( this helper, User user, SystemObjects obj ) : AccessPrivilege |
Метод | Описание | |
---|---|---|
DecodeBase64 ( string data ) : byte[] | ||
EncodeBase64 ( byte data ) : string | ||
EncodeBase64 ( string data ) : string | ||
SHA1 ( string text ) : string |
public static CurrentUser ( this helper ) : User | ||
helper | this | |
Результат | User |
public static GetPrivilege ( this user, SystemObjects obj ) : AccessPrivilege | ||
user | this | |
obj | SystemObjects | |
Результат | AccessPrivilege |
public static GetPrivilege ( this helper, User user, SystemObjects obj ) : AccessPrivilege | ||
helper | this | |
user | User | |
obj | SystemObjects | |
Результат | AccessPrivilege |