Class MediaDescriptor
Inheritance
MediaDescriptor
Implements
Inherited Members
Namespace: Volo.CmsKit.MediaDescriptors
Assembly: Volo.CmsKit.Domain.dll
Syntax
public class MediaDescriptor : FullAuditedAggregateRoot<Guid>, IAggregateRoot<Guid>, IEntity<Guid>, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties, IHasConcurrencyStamp, IFullAuditedObject, IAuditedObject, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator, IModificationAuditedObject, IHasModificationTime, IDeletionAuditedObject, IHasDeletionTime, ISoftDelete, IMultiTenant
Constructors
MediaDescriptor()
Declaration
protected MediaDescriptor()
Properties
EntityType
Declaration
public string EntityType { get; protected set; }
Property Value
Type | Description |
---|---|
string |
MimeType
Declaration
public string MimeType { get; protected set; }
Property Value
Type | Description |
---|---|
string |
Name
Declaration
public string Name { get; protected set; }
Property Value
Type | Description |
---|---|
string |
Size
Declaration
public long Size { get; protected set; }
Property Value
Type | Description |
---|---|
long |
TenantId
Declaration
public Guid? TenantId { get; protected set; }
Property Value
Type | Description |
---|---|
Guid? |
Methods
SetName(string)
Declaration
public void SetName(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name |