Login Class
Assembly: PTS.Modules.Logins.dll
Syntax
public class Login : IOwnedRecord, IGdsRecord, IHasGuid
Inheritance
System.Object
Login
Properties
Account
Declaration
public virtual Account Account { get; set; }
Property Value
Expires
Declaration
public bool Expires { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
ExpiresOn
Declaration
public DateTime? ExpiresOn { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.DateTime> |
|
GdsOwnerGuid
Declaration
public Guid? GdsOwnerGuid { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Guid> |
|
GdsRole
Declaration
public GdsRole GdsRole { get; set; }
Property Value
Guid
Declaration
public Guid Guid { get; set; }
Property Value
| Type |
Description |
| System.Guid |
|
Id
Declaration
public long Id { get; set; }
Property Value
| Type |
Description |
| System.Int64 |
|
IsExpired
Declaration
[NotMapped]
public virtual bool IsExpired { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
LoginHash
Declaration
public string LoginHash { get; set; }
Property Value
| Type |
Description |
| System.String |
|
OwnerId
Declaration
public long OwnerId { get; set; }
Property Value
| Type |
Description |
| System.Int64 |
|
PasswordHash
Declaration
public string PasswordHash { get; set; }
Property Value
| Type |
Description |
| System.String |
|
PasswordSalt
Declaration
public string PasswordSalt { get; set; }
Property Value
| Type |
Description |
| System.String |
|
SetOn
Declaration
public DateTime SetOn { get; set; }
Property Value
| Type |
Description |
| System.DateTime |
|
Username
Declaration
public string Username { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Extension Methods