Class TagOptions
[Display(Name = "标签管理", GroupName = "系统设置", Description = "登录页面设置的信息")]
public class TagOptions : IocOptionInstance<TagOptions>, INotifyPropertyChanged, IDisplayBindable, IIconable, IDable, IDescriptionable, ISettable, INameable, IOrderable, IGroupable, ILoadable, ISaveable, IDefaultable, IClearable, IOptions<TagOptions>, ITagOptions
- Inheritance
-
TagOptions
- Implements
- Inherited Members
- Extension Methods
Properties
SplitChars
[JsonIgnore]
public string SplitChars { get; set; }
Property Value
Tags
[Browsable(false)]
public ObservableCollection<Tag> Tags { get; set; }