Table of Contents

Class QUser

Namespace
InSite.Application.Contacts.Read
Assembly
Shift.Sdk.dll
public class QUser
Inheritance
QUser
Inherited Members
Extension Methods

Constructors

QUser()

public QUser()

Fields

DiffExclusions

public static readonly ICollection<string> DiffExclusions

Field Value

ICollection<string>

Properties

AccessGrantedToCmds

public bool AccessGrantedToCmds { get; set; }

Property Value

bool

AccountCloaked

public DateTimeOffset? AccountCloaked { get; set; }

Property Value

DateTimeOffset?

ApiRequests

public virtual ICollection<ApiRequest> ApiRequests { get; set; }

Property Value

ICollection<ApiRequest>

CourseEnrollments

public virtual ICollection<QCourseEnrollment> CourseEnrollments { get; set; }

Property Value

ICollection<QCourseEnrollment>

DefaultPassword

public string DefaultPassword { get; set; }

Property Value

string

DefaultPasswordExpired

public DateTimeOffset? DefaultPasswordExpired { get; set; }

Property Value

DateTimeOffset?

Email

public string Email { get; set; }

Property Value

string

EmailAlternate

public string EmailAlternate { get; set; }

Property Value

string

EmailVerified

public string EmailVerified { get; set; }

Property Value

string

FirstName

public string FirstName { get; set; }

Property Value

string

FromConnections

public virtual ICollection<QUserConnection> FromConnections { get; set; }

Property Value

ICollection<QUserConnection>

FullName

public string FullName { get; set; }

Property Value

string

Honorific

public string Honorific { get; set; }

Property Value

string

ImageUrl

public string ImageUrl { get; set; }

Property Value

string

Initials

public string Initials { get; set; }

Property Value

string

LastName

public string LastName { get; set; }

Property Value

string

LoginOrganizationCode

public string LoginOrganizationCode { get; set; }

Property Value

string

Memberships

public virtual ICollection<QMembership> Memberships { get; set; }

Property Value

ICollection<QMembership>

MiddleName

public string MiddleName { get; set; }

Property Value

string

MultiFactorAuthentication

public bool MultiFactorAuthentication { get; set; }

Property Value

bool

MultiFactorAuthenticationCode

public string MultiFactorAuthenticationCode { get; set; }

Property Value

string

OAuthProviderUserId

public string OAuthProviderUserId { get; set; }

Property Value

string

OldUserPasswordHash

public string OldUserPasswordHash { get; set; }

Property Value

string

Persons

public virtual ICollection<QPerson> Persons { get; set; }

Property Value

ICollection<QPerson>

PhoneMobile

public string PhoneMobile { get; set; }

Property Value

string

PrimaryLoginMethod

public int? PrimaryLoginMethod { get; set; }

Property Value

int?

ProgramEnrollments

public virtual ICollection<TProgramEnrollment> ProgramEnrollments { get; set; }

Property Value

ICollection<TProgramEnrollment>

SecondaryLoginMethod

public int? SecondaryLoginMethod { get; set; }

Property Value

int?

SoundexFirstName

public string SoundexFirstName { get; set; }

Property Value

string

SoundexLastName

public string SoundexLastName { get; set; }

Property Value

string

TimeZone

public string TimeZone { get; set; }

Property Value

string

ToConnections

public virtual ICollection<QUserConnection> ToConnections { get; set; }

Property Value

ICollection<QUserConnection>

UserIdentifier

public Guid UserIdentifier { get; set; }

Property Value

Guid

UserLicenseAccepted

public DateTimeOffset? UserLicenseAccepted { get; set; }

Property Value

DateTimeOffset?

UserPasswordChangeRequested

public int? UserPasswordChangeRequested { get; set; }

Property Value

int?

UserPasswordChanged

public DateTimeOffset? UserPasswordChanged { get; set; }

Property Value

DateTimeOffset?

UserPasswordExpired

public DateTimeOffset UserPasswordExpired { get; set; }

Property Value

DateTimeOffset

UserPasswordHash

public string UserPasswordHash { get; set; }

Property Value

string

UtcArchived

public DateTimeOffset? UtcArchived { get; set; }

Property Value

DateTimeOffset?

UtcUnarchived

public DateTimeOffset? UtcUnarchived { get; set; }

Property Value

DateTimeOffset?

Methods

IsDefaultPassword()

public bool IsDefaultPassword()

Returns

bool

IsNullPassword()

public bool IsNullPassword()

Returns

bool

SetDefaultPassword(string)

public void SetDefaultPassword(string password = null)

Parameters

password string

SetPassword(string)

public void SetPassword(string password)

Parameters

password string