IUserAuthDetailsExtended
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public interface IUserAuthDetailsExtended
Properties
UserName
View Source
Declaration
string UserName { get; set; }
DisplayName
View Source
Declaration
string DisplayName { get; set; }
FirstName
View Source
Declaration
string FirstName { get; set; }
LastName
View Source
Declaration
string LastName { get; set; }
Company
View Source
Declaration
string Company { get; set; }
Email
View Source
Declaration
string Email { get; set; }
PhoneNumber
View Source
Declaration
string PhoneNumber { get; set; }
BirthDate
View Source
Declaration
DateTime? BirthDate { get; set; }
BirthDateRaw
View Source
Declaration
string BirthDateRaw { get; set; }
Address
View Source
Declaration
string Address { get; set; }
Address2
View Source
Declaration
string Address2 { get; set; }
City
View Source
Declaration
string City { get; set; }
State
View Source
Declaration
string State { get; set; }
Country
View Source
Declaration
string Country { get; set; }
Culture
View Source
Declaration
string Culture { get; set; }
FullName
View Source
Declaration
string FullName { get; set; }
Gender
View Source
Declaration
string Gender { get; set; }
Language
View Source
Declaration
string Language { get; set; }
MailAddress
View Source
Declaration
string MailAddress { get; set; }
Nickname
View Source
Declaration
string Nickname { get; set; }
PostalCode
View Source
Declaration
string PostalCode { get; set; }
TimeZone
View Source
Declaration
string TimeZone { get; set; }