Class PopularTag
Inherited Members
Namespace: Volo.CmsKit.Tags
Assembly: Volo.CmsKit.Domain.dll
Syntax
public class PopularTag
Constructors
PopularTag(Guid, string, int)
Declaration
public PopularTag(Guid id, string name, int count)
Parameters
Type | Name | Description |
---|---|---|
Guid | id | |
string | name | |
int | count |
Properties
Count
Declaration
public int Count { get; set; }
Property Value
Type | Description |
---|---|
int |
Id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |