Class UserInfo
Inheritance
System.Object
UserInfo
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class UserInfo : Object
Constructors
UserInfo(String, String, String, String)
Declaration
public UserInfo(string group, string realName, string username, string email)
Parameters
System.
|
System.
|
System.
|
System.
|
Properties
Declaration
public string Email { get; }
Property Value
System.
|
Group
Declaration
public string Group { get; }
Property Value
System.
|
RealName
Declaration
public string RealName { get; }
Property Value
System.
|
Username
Declaration
public string Username { get; }
Property Value
System.
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.
|
Returns
System.
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.
|