ice.NET SDK API
ice.NET SDK API
ice.NET SDK API
PDTec.IceNet.Core.Database
IDatabaseRepository Interface
IDatabaseRepository Methods
AddAuthorization Method
AddFavorite Method
AssignQualification Method
BeginTransaction Method
CheckAuthorization Method
CheckQualification Method
CompileQuery Method
CreateGroup Method
CreateProfile Method
CreateQualification Method
CreateRole Method
CreateUser Method
CreateVault Method
DeleteFavorite Method
DeleteFileContentTrackedPath Method
ExecuteQuery Method
ExecuteTransaction Method
GetAuthorizationLevel Method
GetAuthorizations Method
GetConcurrentSessions Method
GetDatabaseParameters Method
GetDatabaseStatistics Method
GetFavoriteFolders Method
GetFavoriteObjects Method
GetFileContentByUuid Method
GetFileContentList Method
GetFileContentTrackedPath Method
GetFileContentUsageByUuid Method
GetGroupById Method
GetGroupByName Method
GetGroups Method
GetHistoricParties Method
GetLockEntriesByUser Method
GetParties Method
GetPartyById Method
GetPartyByName Method
GetProfileById Method
GetProfileByName Method
GetProfiles Method
GetQualificationById Method
GetQualificationByName Method
GetQualifications Method
GetRoleById Method
GetRoleByName Method
GetRoles Method
GetStorageType Method
GetTeamById Method
GetTeamByName Method
GetTeams Method
GetUserById Method
GetUserByName Method
GetUsers Method
GetVaultById Method
GetVaultByName Method
GetVaults Method
HasAuthorization Method
HasQualification Method
IsExtended Method
IsIndexed Method
RemoveAuthorization Method
RemoveQualification Method
ResetBuffer Method
SetAuthorization Method
SetExtended Method
SetFavoriteDescription Method
SetFileContentTrackedPath Method
SetIndexed Method
TryGetFileContentByUuid Method
TryGetGroupById Method
TryGetGroupByName Method
TryGetPartyById Method
TryGetPartyByName Method
TryGetProfileById Method
TryGetProfileByName Method
TryGetQualificationById Method
TryGetQualificationByName Method
TryGetRoleById Method
TryGetRoleByName Method
TryGetTeamById Method
TryGetTeamByName Method
TryGetUserById Method
TryGetUserByName Method
TryGetVaultById Method
TryGetVaultByName Method
IDatabaseRepository
GetUserByName Method
Gets a user by name.
Namespace:
PDTec.IceNet.Core.Database
Assembly:
PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
Copy
IUser
GetUserByName
(
string
name
)
Parameters
name
Type:
System
String
The name.
Return Value
Type:
IUser
The user.
Exceptions
Exception
Condition
DatabaseException
Thrown when the requested item does not exist.
See Also
Reference
IDatabaseRepository Interface
PDTec.IceNet.Core.Database Namespace
Copyright © PDTec AG. All rights reserved.