Class TenantItemBase
Base class for an item that belongs to a tenant.
Inherited Members
Namespace: Benday.CosmosDb.DomainModels
Assembly: Benday.CosmosDb.dll
Syntax
public abstract class TenantItemBase : CosmosIdentityBase, ITenantItem, ICosmosIdentity, ITenantItem<string>, IEntityIdentity<string>, IBlobOwner
Methods
| Edit this page View SourceGetBlobPrefix()
Default blob prefix: "{TenantId}/{Id}/". Override in subclasses for different path conventions.
Declaration
public virtual string GetBlobPrefix()
Returns
| Type | Description |
|---|---|
| string |
GetEntityTypeName()
Get the entity type name for this entity. This value will be the name of the class.
Declaration
protected override string GetEntityTypeName()
Returns
| Type | Description |
|---|---|
| string |
Overrides
Implements
Benday.Common.Interfaces.ITenantItem<TKey>
Benday.Common.Interfaces.IEntityIdentity<TKey>
Benday.Common.Interfaces.IBlobOwner