Class TagCreateDto
Inherited Members
Namespace: Volo.CmsKit.Admin.Tags
Assembly: Volo.CmsKit.Admin.Application.Contracts.dll
Syntax
public class TagCreateDto : ExtensibleObject, IHasExtraProperties, IValidatableObject
Constructors
TagCreateDto()
Declaration
public TagCreateDto()
Properties
EntityType
Declaration
[Required]
[DynamicMaxLength(typeof(TagConsts), "MaxEntityTypeLength")]
public string EntityType { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Declaration
[Required]
[DynamicMaxLength(typeof(TagConsts), "MaxNameLength")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |