Class User
Represents the user data base table.
Inheritance
Inherited Members
Namespace: Simplic.User
Assembly: Simplic.User.dll
Syntax
public class User
Properties
| Improve this Doc View SourceAllowPushMessages
Gets or sets if the push message is allowed.
Declaration
public bool AllowPushMessages { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ApiKey
Gets or sets the current ApiKey.
Declaration
public string ApiKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Description
Gets or sets the user description.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Gets or sets the email of the user.
Declaration
public string EMail { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FirstName
Gets or sets the first name of the user.
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Ident
Gets or sets the Id.
Declaration
public int Ident { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsActive
Gets or sets if the user is active.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsADUser
Gets or sets if the user is an active directory user.
Declaration
public bool IsADUser { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
KeepLoggedIn
Gets or sets if the user should be kept logged in.
Declaration
public bool KeepLoggedIn { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LanguageID
Gets or sets the current LanguageID.
Declaration
public int LanguageID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
LastName
Gets or sets the last name of the user.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Password
Gets or sets the password, max length: 100.
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PhoneNumber
Gets or sets the user phone number.
Declaration
public string PhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SubstituteUserId
Gets or sets the user that is substituting this user.
Declaration
public int? SubstituteUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
SubstitutionEnd
Gets or sets the substitution end date.
Declaration
public DateTime? SubstitutionEnd { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
SubstitutionIsActive
Gets or sets whether the substitution is active.
Declaration
public bool SubstitutionIsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SubstitutionStart
Gets or sets the substitution start date.
Declaration
public DateTime? SubstitutionStart { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
UserName
Gets or sets the user name, max length: 100.
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |