Class UserInfo
Inheritance
System.Object
UserInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0
Constructors
Declaration
public UserInfo(int userId, string userName, string firstName, string lastName, string displayName, string email, int languageId, string locale, int timeZoneId, TimeZone timeZone, bool isAlertService, bool isExternal, bool isPending)
Parameters
| Type |
Name |
Description |
| System.Int32 |
userId |
|
| System.String |
userName |
|
| System.String |
firstName |
|
| System.String |
lastName |
|
| System.String |
displayName |
|
| System.String |
email |
|
| System.Int32 |
languageId |
|
| System.String |
locale |
|
| System.Int32 |
timeZoneId |
|
| System.TimeZone |
timeZone |
|
| System.Boolean |
isAlertService |
|
| System.Boolean |
isExternal |
|
| System.Boolean |
isPending |
|
Properties
Declaration
public string DisplayName { get; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string Email { get; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string FirstName { get; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public bool IsAlertService { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsExternal { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsPending { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public int LanguageId { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public string LastName { get; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string Locale { get; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public TimeZone TimeZone { get; }
Property Value
| Type |
Description |
| System.TimeZone |
|
Declaration
public int TimeZoneId { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public int UserId { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public string UserName { get; }
Property Value
| Type |
Description |
| System.String |
|