Table of Contents

Class ClearCacheDataCommand

Namespace
H.Extensions.Setting
Assembly
H.Extensions.Setting.dll
[Icon("")]
[Display(Name = "清空缓存", Description = "清空当前应用程序所保存的缓存数据")]
public class ClearCacheDataCommand : DisplayMarkupCommandBase, ICommand, INotifyPropertyChanged, IIconable, INameable, IDescriptionable
Inheritance
ClearCacheDataCommand
Implements
Inherited Members
Extension Methods

Methods

Execute(object)

Defines the method to be called when the command is invoked.

public override void Execute(object parameter)

Parameters

parameter object

Data used by the command. If the command does not require data to be passed, this object can be set to null.