C# Class RedisExplorer.Models.RedisKey

Inheritance: TreeViewItem
ファイルを表示 Open project: leegould/RedisExplorer Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Add ( ) : void
ChangeDatabase ( int dbNumber ) : void
Delete ( ) : bool
ItemExists ( ) : bool
NotifyOfSave ( bool existingKey ) : void
RedisKey ( TreeViewItem parent, IEventAggregator eventAggregator ) : System
Reload ( ) : void
Save ( ) : bool

Method Details

Add() public method

public Add ( ) : void
return void

ChangeDatabase() public method

public ChangeDatabase ( int dbNumber ) : void
dbNumber int
return void

Delete() public method

public Delete ( ) : bool
return bool

ItemExists() public method

public ItemExists ( ) : bool
return bool

NotifyOfSave() public method

public NotifyOfSave ( bool existingKey ) : void
existingKey bool
return void

RedisKey() public method

public RedisKey ( TreeViewItem parent, IEventAggregator eventAggregator ) : System
parent TreeViewItem
eventAggregator IEventAggregator
return System

Reload() public method

public Reload ( ) : void
return void

Save() public method

public Save ( ) : bool
return bool