User Classe

Definizione

Rappresenta l'utente nell'avviso per supportare la sicurezza dei metadati e del runtime.

public ref class User : System::ComponentModel::INotifyPropertyChanged, System::Runtime::Serialization::IExtensibleDataObject
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="User", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")]
[System.Serializable]
public class User : System.ComponentModel.INotifyPropertyChanged, System.Runtime.Serialization.IExtensibleDataObject
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="User", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")>]
[<System.Serializable>]
type User = class
    interface IExtensibleDataObject
    interface INotifyPropertyChanged
Public Class User
Implements IExtensibleDataObject, INotifyPropertyChanged
Ereditarietà
User
Attributi
Implementazioni

Costruttori

User()

Inizializza una nuova istanza della classe User.

Proprietà

DisplayUserName

Ottiene o imposta il nome visualizzato dell'utente.

ExtensionData

Ottiene o imposta la struttura contenente dati aggiuntivi.

UserId

Ottiene o imposta la chiave univoca generata dal servizio.

Metodi

RaisePropertyChanged(String)

Genera l'evento propertyChanged per la proprietà specificata.

Eventi

PropertyChanged

Generato quando il valore di una proprietà cambia.

Si applica a