Table of Contents

Class TagService

Namespace
H.Controls.TagBox
Assembly
H.Controls.TagBox.dll
[Display(Name = "标签管理")]
public class TagService : TagServiceBase<Tag>, INotifyPropertyChanged, ITagService<Tag>, ITagService, IDataSource<ITag>, ISplashLoad, ILoadable, ISplashSave, ISaveable
Inheritance
TagService
Implements
Inherited Members
Extension Methods

Constructors

TagService(IOptions<TagOptions>)

public TagService(IOptions<TagOptions> options)

Parameters

options IOptions<TagOptions>

Properties

Collection

public override IList<Tag> Collection { get; }

Property Value

IList<Tag>

Methods

Load(out string)

public override bool Load(out string message)

Parameters

message string

Returns

bool

Save(out string)

public override bool Save(out string message)

Parameters

message string

Returns

bool