Condividi tramite


Classe User

Defines the data contract for the user object.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Sintassi

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

Nel tipo User sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico User Initializes a new instance of the User class.

In alto

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Indicates whether the specified user is equal to the current user. Esegue l'override di Object.Equals(Object).
Metodo pubblico GetHashCode Gets the hash code for data contract user. Esegue l'override di Object.GetHashCode().
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts