Class BaseTenantEntity
Base Entity model which fully supports serialization, property changed notifications, backwards compatibility and error checking.
Inherited Members
Namespace: ISynergy.Framework.EntityFramework.Entities
Assembly: ISynergy.Framework.EntityFramework.dll
Syntax
public abstract class BaseTenantEntity : EntityBase, IEntityBase, IClassBase
Properties
View SourceTenantId
Gets or sets the tenant identifier.
Declaration
public Guid TenantId { get; set; }
Property Value
Type | Description |
---|---|
Guid | The tenant identifier. |