SaaS CMS has officially launched! Learn more now.

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()
Namespace: Mediachase.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 11.8.3
Syntax
public class UserInfo

Constructors

UserInfo(Int32, String, String, String, String, String, Int32, String, Int32, TimeZone, Boolean, Boolean, Boolean)

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

DisplayName

Declaration
public string DisplayName { get; }
Property Value
Type Description
System.String

Email

Declaration
public string Email { get; }
Property Value
Type Description
System.String

FirstName

Declaration
public string FirstName { get; }
Property Value
Type Description
System.String

IsAlertService

Declaration
public bool IsAlertService { get; }
Property Value
Type Description
System.Boolean

IsExternal

Declaration
public bool IsExternal { get; }
Property Value
Type Description
System.Boolean

IsPending

Declaration
public bool IsPending { get; }
Property Value
Type Description
System.Boolean

LanguageId

Declaration
public int LanguageId { get; }
Property Value
Type Description
System.Int32

LastName

Declaration
public string LastName { get; }
Property Value
Type Description
System.String

Locale

Declaration
public string Locale { get; }
Property Value
Type Description
System.String

TimeZone

Declaration
public TimeZone TimeZone { get; }
Property Value
Type Description
System.TimeZone

TimeZoneId

Declaration
public int TimeZoneId { get; }
Property Value
Type Description
System.Int32

UserId

Declaration
public int UserId { get; }
Property Value
Type Description
System.Int32

UserName

Declaration
public string UserName { get; }
Property Value
Type Description
System.String