Classe User
Defines the data contract for the user object.
Hiérarchie d'héritage
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.User
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<DataContractAttribute(Name := "User", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class User _
Inherits DataContractBase
'Utilisation
Dim instance As User
[DataContractAttribute(Name = "User", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class User : DataContractBase
[DataContractAttribute(Name = L"User", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class User sealed : public DataContractBase
[<SealedAttribute>]
[<DataContractAttribute(Name = "User", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type User =
class
inherit DataContractBase
end
public final class User extends DataContractBase
Le type User expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
User | Initializes a new instance of the User class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
AuditInfo | Gets or sets the audit information. | |
Description | Gets or sets the description for the user. | |
DisplayName | Gets or sets the display name of the user. | |
EmailAddress | Gets or sets the email address. | |
EmailFormat | Gets or sets the email format. | |
GroupPrivileges | Gets or sets the list of group permission identifiers. | |
Identifier | Gets or sets the user identifier. | |
LastLogOn | Gets or sets the date and time of last log on. | |
LoggedIn | Gets or sets a value that indicates whether the user is logged in. | |
SecurityPrivilege | Gets or sets the list of security privileges. | |
SID | Gets or sets the security token identifier for the user. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | Indicates whether the specified user is equal to the current user. (remplace Object.Equals(Object).) | |
GetHashCode | Gets the hash code for data contract user. (remplace Object.GetHashCode().) | |
GetType | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
Voir aussi
Référence
Espace de noms Microsoft.MasterDataServices.Services.DataContracts