Class DatabaseBlobContainer
Inheritance
System.Object
DatabaseBlobContainer
Implements
IHasExtraProperties
IMultiTenant
Assembly: Volo.Abp.BlobStoring.Database.Domain.dll
Syntax
public class DatabaseBlobContainer : AggregateRoot<Guid>, IAggregateRoot<Guid>, IEntity<Guid>, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties, IHasConcurrencyStamp, IMultiTenant
Constructors
DatabaseBlobContainer(Guid, String, Nullable<Guid>)
Declaration
public DatabaseBlobContainer(Guid id, string name, Guid? tenantId = null)
Parameters
Type |
Name |
Description |
Guid |
id |
|
System.String |
name |
|
System.Nullable<Guid> |
tenantId |
|
Properties
Name
Declaration
public virtual string Name { get; protected set; }
Property Value
Type |
Description |
System.String |
|
TenantId
Declaration
public virtual Guid? TenantId { get; protected set; }
Property Value
Type |
Description |
System.Nullable<Guid> |
|
Implements
IHasExtraProperties
IMultiTenant
Extension Methods