Class QUser
- Namespace
- InSite.Application.Contacts.Read
- Assembly
- Shift.Sdk.dll
- Inheritance
-
QUser
- Inherited Members
-
- Extension Methods
-
Constructors
Fields
public static readonly ICollection<string> DiffExclusions
Field Value
- ICollection<string>
Properties
public bool AccessGrantedToCmds { get; set; }
Property Value
- bool
public DateTimeOffset? AccountCloaked { get; set; }
Property Value
- DateTimeOffset?
public virtual ICollection<ApiRequest> ApiRequests { get; set; }
Property Value
- ICollection<ApiRequest>
public virtual ICollection<QCourseEnrollment> CourseEnrollments { get; set; }
Property Value
- ICollection<QCourseEnrollment>
public string DefaultPassword { get; set; }
Property Value
- string
public DateTimeOffset? DefaultPasswordExpired { get; set; }
Property Value
- DateTimeOffset?
public string Email { get; set; }
Property Value
- string
public string EmailAlternate { get; set; }
Property Value
- string
public string EmailVerified { get; set; }
Property Value
- string
public string FirstName { get; set; }
Property Value
- string
public virtual ICollection<QUserConnection> FromConnections { get; set; }
Property Value
- ICollection<QUserConnection>
public string FullName { get; set; }
Property Value
- string
public string Honorific { get; set; }
Property Value
- string
public string ImageUrl { get; set; }
Property Value
- string
public string Initials { get; set; }
Property Value
- string
public string LastName { get; set; }
Property Value
- string
public string LoginOrganizationCode { get; set; }
Property Value
- string
public virtual ICollection<QMembership> Memberships { get; set; }
Property Value
- ICollection<QMembership>
public string MiddleName { get; set; }
Property Value
- string
public bool MultiFactorAuthentication { get; set; }
Property Value
- bool
public string MultiFactorAuthenticationCode { get; set; }
Property Value
- string
public string OAuthProviderUserId { get; set; }
Property Value
- string
public string OldUserPasswordHash { get; set; }
Property Value
- string
public virtual ICollection<QPerson> Persons { get; set; }
Property Value
- ICollection<QPerson>
public string PhoneMobile { get; set; }
Property Value
- string
public int? PrimaryLoginMethod { get; set; }
Property Value
- int?
public virtual ICollection<TProgramEnrollment> ProgramEnrollments { get; set; }
Property Value
- ICollection<TProgramEnrollment>
public int? SecondaryLoginMethod { get; set; }
Property Value
- int?
public string SoundexFirstName { get; set; }
Property Value
- string
public string SoundexLastName { get; set; }
Property Value
- string
public string TimeZone { get; set; }
Property Value
- string
public virtual ICollection<QUserConnection> ToConnections { get; set; }
Property Value
- ICollection<QUserConnection>
public Guid UserIdentifier { get; set; }
Property Value
- Guid
public DateTimeOffset? UserLicenseAccepted { get; set; }
Property Value
- DateTimeOffset?
public int? UserPasswordChangeRequested { get; set; }
Property Value
- int?
public DateTimeOffset? UserPasswordChanged { get; set; }
Property Value
- DateTimeOffset?
public DateTimeOffset UserPasswordExpired { get; set; }
Property Value
- DateTimeOffset
public string UserPasswordHash { get; set; }
Property Value
- string
public DateTimeOffset? UtcArchived { get; set; }
Property Value
- DateTimeOffset?
public DateTimeOffset? UtcUnarchived { get; set; }
Property Value
- DateTimeOffset?
Methods
public bool IsDefaultPassword()
Returns
- bool
public bool IsNullPassword()
Returns
- bool
public void SetDefaultPassword(string password = null)
Parameters
password string
public void SetPassword(string password)
Parameters
password string