Class
UserInfo

Represents the user information in the Telerik document model.

Definition

Namespace:Telerik.Windows.Documents.Model

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class UserInfo

Inheritance: objectUserInfo

Constructors

UserInfo(string, string, string, string)

Declaration

cs-api-definition
public UserInfo(string group, string realName, string username, string email)

Parameters

group

string

realName

string

username

string

email

string

Properties

Email

Represents the email address of the user.

Declaration

cs-api-definition
public string Email { get; }

Property Value

string

The email address associated with the user.

Group

Represents a group within the user information model.

Declaration

cs-api-definition
public string Group { get; }

Property Value

string

RealName

Gets or sets the real name of the user.

Declaration

cs-api-definition
public string RealName { get; }

Property Value

string

A string representing the real name of the user. This value can be null or an empty string if no real name is provided.

Username

Gets the username associated with the user information.

Declaration

cs-api-definition
public string Username { get; }

Property Value

string

Methods

Equals(object)

Determines whether the specified object is equal to the current instance.

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

The object to compare with the current instance.

Returns

bool

True if the specified object is equal to the current instance; otherwise, false.

Overrides object.Equals(object)

GetHashCode()

Returns a hash code for the current UserInfo instance.

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

A 32-bit signed integer that is the hash code for the current UserInfo.

Overrides object.GetHashCode()