Freigeben über


User-Klasse

Defines the data contract for the user object.

Vererbungshierarchie

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

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

Syntax

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

Der User-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode User Initializes a new instance of the User class.

Zum Anfang

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals Indicates whether the specified user is equal to the current user. (Überschreibt Object.Equals(Object).)
Öffentliche Methode GetHashCode Gets the hash code for data contract user. (Überschreibt Object.GetHashCode().)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.MasterDataServices.Services.DataContracts-Namespace