Class Tag
public class Tag : BindableBase, INotifyPropertyChanged, ITag
- Inheritance
-
Tag
- Implements
- Inherited Members
- Extension Methods
Properties
Background
[JsonConverter(typeof(TypeJsonConverter<Brush>))]
[Display(Name = "颜色")]
public Brush Background { get; set; }
Property Value
Description
[Display(Name = "说明")]
public string Description { get; set; }
Property Value
GroupName
[Browsable(false)]
[Display(Name = "分组")]
public string GroupName { get; set; }
Property Value
Name
[Required]
[Display(Name = "名称")]
public string Name { get; set; }
Property Value
Order
[Browsable(false)]
[Display(Name = "排序")]
public int Order { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.