Class TagTranslationModel
Tag translation edit model.
public sealed class TagTranslationModel
- Inheritance
-
objectTagTranslationModel
- Extension Methods
Constructors
TagTranslationModel()
public TagTranslationModel()
Properties
Description
Tag description.
[TextInputComponent(Order = 2)]
public string Description { get; set; }
Property Value
- string
Title
Tag title.
[TextInputComponent(Order = 1)]
[MaxLengthValidationRule(200)]
public string Title { get; set; }
Property Value
- string