Class EntityTag
Inherited Members
Namespace: Volo.CmsKit.Tags
Assembly: Volo.CmsKit.Domain.dll
Syntax
public class EntityTag : Entity, IEntity, IMultiTenant
Constructors
EntityTag()
Declaration
protected EntityTag()
Properties
EntityId
Declaration
public virtual string EntityId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TagId
Declaration
public virtual Guid TagId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
TenantId
Declaration
public virtual Guid? TenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid? |
Methods
GetKeys()
Declaration
public override object[] GetKeys()
Returns
| Type | Description |
|---|---|
| object[] |