Class User_Extern_Account
Inheritance
System.Object
User_Extern_Account
Assembly: Simplic.Framework.EF.dll
Syntax
public class User_Extern_Account : Locking.ILockable
Constructors
|
Improve this Doc
View Source
User_Extern_Account()
Declaration
public User_Extern_Account()
Properties
|
Improve this Doc
View Source
AccountType
Declaration
public Guid AccountType { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
Id
Declaration
public Guid Id { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Password
Declaration
public byte[] Password { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
|
Improve this Doc
View Source
User_Extern_AccountType
Declaration
public virtual User_Extern_AccountType User_Extern_AccountType { get; set; }
Property Value
|
Improve this Doc
View Source
UserId
Declaration
public int UserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
UserName
Declaration
public string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
GetPersistantKey()
Declaration
public Guid GetPersistantKey()
Returns
Type |
Description |
System.Guid |
|