Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Zetetic
Chain
CatalogBase
C# Class Zetetic.Chain.CatalogBase
Inheritance:
System.MarshalByRefObject
,
ICatalog
ファイルを表示
Open project: skradel/Zetetic.Chain
Class Usage Examples
Protected Properties
Property
Type
Description
BaseStorage
ICommand>.Dictionary
Public Methods
Method
Description
Add
(
ICommand
cmd
) :
void
GetCommandNames
( ) :
IEnumerable
GetDescription
( ) :
string
this
(
string
cmdName
) :
ICommand
Method Details
Add()
public
method
public
Add
(
ICommand
cmd
) :
void
cmd
ICommand
return
void
GetCommandNames()
public
method
public
GetCommandNames
( ) :
IEnumerable
return
IEnumerable
GetDescription()
public
method
public
GetDescription
( ) :
string
return
string
this()
public
method
public
this
(
string
cmdName
) :
ICommand
cmdName
string
return
ICommand
Property Details
BaseStorage
protected_oe property
Subclasses should only access BaseStorage when there is a compelling reason to avoid a loop, such as overriding the string indexer proprety.
protected
Dictionary
BaseStorage
return
ICommand>.Dictionary