Class Tenant
Inheritance
System.Object
Tenant
Assembly: Simplic.Framework.EF.dll
Syntax
public class Tenant : Locking.ILockable
Constructors
|
Improve this Doc
View Source
Tenant()
Declaration
Properties
|
Improve this Doc
View Source
ConnectionId
Declaration
public int? ConnectionId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
ESS_DC_BASE_DBConnection
Declaration
public virtual ESS_DC_BASE_DBConnection ESS_DC_BASE_DBConnection { get; set; }
Property Value
|
Improve this Doc
View Source
ExternId
ID of the tenant in the external system
Declaration
public int? ExternId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
ExternName
Name of the tenant in the external system
Declaration
public string ExternName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ExternSystem
Declaration
public Guid ExternSystem { 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
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Tenant_ExternSystem
Declaration
public virtual Tenant_ExternSystem Tenant_ExternSystem { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
GetPersistantKey()
Declaration
public Guid GetPersistantKey()
Returns
Type |
Description |
System.Guid |
|