Class CreateModalModel.TagCreateViewModel
Inheritance
CreateModalModel.TagCreateViewModel
Assembly: Volo.CmsKit.Admin.Web.dll
Syntax
public class CreateModalModel.TagCreateViewModel : ExtensibleObject, IHasExtraProperties, IValidatableObject
Constructors
TagCreateViewModel()
Declaration
public TagCreateViewModel()
Properties
EntityType
Declaration
[DynamicMaxLength(typeof(TagConsts), "MaxEntityTypeLength")]
[Required]
[SelectItems("TagDefinitions")]
public string EntityType { get; set; }
Property Value
Name
Declaration
[DynamicMaxLength(typeof(TagConsts), "MaxNameLength")]
[Required]
public string Name { get; set; }
Property Value
Implements
Extension Methods