Partilhar via


Classe User

Defines the data contract for the user object.

Hierarquia de herança

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.User

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
<DataContractAttribute(Name := "User", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class User _
    Inherits DataContractBase
'Uso
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

O tipo User expõe os membros a seguir.

Construtores

  Nome Descrição
Método público User Initializes a new instance of the User class.

Início

Propriedades

  Nome Descrição
Propriedade pública AuditInfo Gets or sets the audit information.
Propriedade pública Description Gets or sets the description for the user.
Propriedade pública DisplayName Gets or sets the display name of the user.
Propriedade pública EmailAddress Gets or sets the email address.
Propriedade pública EmailFormat Gets or sets the email format.
Propriedade pública GroupPrivileges Gets or sets the list of group permission identifiers.
Propriedade pública Identifier Gets or sets the user identifier.
Propriedade pública LastLogOn Gets or sets the date and time of last log on.
Propriedade pública LoggedIn Gets or sets a value that indicates whether the user is logged in.
Propriedade pública SecurityPrivilege Gets or sets the list of security privileges.
Propriedade pública SID Gets or sets the security token identifier for the user.

Início

Métodos

  Nome Descrição
Método público Equals Indicates whether the specified user is equal to the current user. (Substitui Object.Equals(Object).)
Método público GetHashCode Gets the hash code for data contract user. (Substitui Object.GetHashCode().)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.MasterDataServices.Services.DataContracts