User Class

Definition

Represents the user in the alerting to support the metadata and runtime security.

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
Inheritance
User
Attributes
Implements

Constructors

User()

Initializes a new instance of the User class.

Properties

DisplayUserName

Gets or sets the display name of the user.

ExtensionData

Gets or sets the structure that contains extra data.

UserId

Gets or sets the unique key that is generated by service.

Methods

RaisePropertyChanged(String)

Raises the propertyChanged event for the specified property.

Events

PropertyChanged

Occurs when a property value changes.

Applies to