Table of Contents

Interface IToolkitServe

Namespace
AT.Librarys.Container.Toolkit
Assembly
AT.Librarys.Container.dll

工具服务接口

public interface IToolkitServe : IToolkitBase, IModuleBase
Inherited Members
Extension Methods

Methods

AddUpdate(string)

添加或更新(不存在则自动添加)

bool AddUpdate(string itemName)

Parameters

itemName string

项名称

Returns

bool

Delete(string)

删除

bool Delete(string itemName)

Parameters

itemName string

项名称

Returns

bool

DeleteAll()

删除

void DeleteAll()

Query()

查询

List<string> Query()

Returns

List<string>