Class ESS_MS_Intern_User
Inheritance
System.Object
ESS_MS_Intern_User
Assembly: Simplic.Framework.EF.dll
Syntax
public class ESS_MS_Intern_User : Locking.ILockable
Constructors
|
Improve this Doc
View Source
ESS_MS_Intern_User()
Declaration
public ESS_MS_Intern_User()
Properties
|
Improve this Doc
View Source
AS_EX_Credential_ESS_MS_Intern_User
Declaration
public virtual ICollection<AS_EX_Credential> AS_EX_Credential_ESS_MS_Intern_User { get; set; }
Property Value
|
Improve this Doc
View Source
AS_EX_Objects_ESS_MS_Intern_User
Declaration
public virtual ICollection<AS_EX_Objects> AS_EX_Objects_ESS_MS_Intern_User { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<AS_EX_Objects> |
|
|
Improve this Doc
View Source
EMail
Declaration
public string EMail { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FirstName
Declaration
public string FirstName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Ident
Declaration
public int Ident { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IsActive
Declaration
public int? IsActive { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
IsADUser
Declaration
public int IsADUser { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LastName
Declaration
public string LastName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Password
Declaration
public string Password { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Printer_Redirection_ESS_MS_Intern_User
Declaration
public virtual ICollection<Printer_Redirection> Printer_Redirection_ESS_MS_Intern_User { get; set; }
Property Value
|
Improve this Doc
View Source
Reporting_ESS_MS_Intern_User
Declaration
public virtual ICollection<Reporting> Reporting_ESS_MS_Intern_User { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<Reporting> |
|
|
Improve this Doc
View Source
UI_Grid_Profile_DefaultSelection_ESS_MS_Intern_User
Declaration
public virtual ICollection<UI_Grid_Profile_DefaultSelection> UI_Grid_Profile_DefaultSelection_ESS_MS_Intern_User { get; set; }
Property Value
|
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 |
|