Méthode | Description | |
---|---|---|
GetAccounts ( System.Guid userId ) : IReadOnlyCollection |
||
GetGroup ( System.Guid groupId ) : |
||
GetGroupMembers ( System.Guid groupId ) : IReadOnlyCollection |
||
GetGroups ( ) : IReadOnlyCollection |
||
GetOrganization ( System.Guid id ) : Organization | ||
GetOrganizations ( ) : IReadOnlyCollection |
||
GetPassword ( string accountName ) : string | ||
GetPermissions ( ) : IReadOnlyCollection |
||
GetRole ( System.Guid roleId ) : |
||
GetRoles ( ) : IReadOnlyCollection |
||
GetUser ( System.Guid userId ) : |
||
GetUser ( string accountName, AccountType accountType ) : |
||
GetUserGroups ( System.Guid userId ) : IReadOnlyCollection |
||
GetUsers ( ) : IReadOnlyCollection |
||
GetUsers ( string customPropertyName, string customPropertyValue ) : IReadOnlyCollection |
||
GetUsers ( string customPropertyName, string customPropertyValue, AccountType accountType ) : IReadOnlyCollection |
||
IsExistingUser ( string accountName, AccountType accountType ) : bool | ||
QueryService ( IDbContext dbContext ) : System |
public GetAccounts ( System.Guid userId ) : IReadOnlyCollection |
||
userId | System.Guid | |
Résultat | IReadOnlyCollection |
public GetGroup ( System.Guid groupId ) : |
||
groupId | System.Guid | |
Résultat |
public GetGroupMembers ( System.Guid groupId ) : IReadOnlyCollection |
||
groupId | System.Guid | |
Résultat | IReadOnlyCollection |
public GetOrganization ( System.Guid id ) : Organization | ||
id | System.Guid | |
Résultat | Organization |
public GetOrganizations ( ) : IReadOnlyCollection |
||
Résultat | IReadOnlyCollection |
public GetPassword ( string accountName ) : string | ||
accountName | string | |
Résultat | string |
public GetPermissions ( ) : IReadOnlyCollection |
||
Résultat | IReadOnlyCollection |
public GetRole ( System.Guid roleId ) : |
||
roleId | System.Guid | |
Résultat |
public GetUser ( System.Guid userId ) : |
||
userId | System.Guid | |
Résultat |
public GetUser ( string accountName, AccountType accountType ) : |
||
accountName | string | |
accountType | AccountType | |
Résultat |
public GetUserGroups ( System.Guid userId ) : IReadOnlyCollection |
||
userId | System.Guid | |
Résultat | IReadOnlyCollection |
public GetUsers ( string customPropertyName, string customPropertyValue ) : IReadOnlyCollection |
||
customPropertyName | string | |
customPropertyValue | string | |
Résultat | IReadOnlyCollection |
public GetUsers ( string customPropertyName, string customPropertyValue, AccountType accountType ) : IReadOnlyCollection |
||
customPropertyName | string | |
customPropertyValue | string | |
accountType | AccountType | |
Résultat | IReadOnlyCollection |
public IsExistingUser ( string accountName, AccountType accountType ) : bool | ||
accountName | string | |
accountType | AccountType | |
Résultat | bool |
public QueryService ( IDbContext dbContext ) : System | ||
dbContext | IDbContext | |
Résultat | System |