Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Zetetic
Chain
CatalogBase
C# Class Zetetic.Chain.CatalogBase
Inheritance:
System.MarshalByRefObject
,
ICatalog
Afficher le fichier
Open project: skradel/Zetetic.Chain
Class Usage Examples
Protected Properties
Свойство
Type
Description
BaseStorage
ICommand>.Dictionary
Méthodes publiques
Méthode
Description
Add
(
ICommand
cmd
) :
void
GetCommandNames
( ) :
IEnumerable
GetDescription
( ) :
string
this
(
string
cmdName
) :
ICommand
Method Details
Add()
public
méthode
public
Add
(
ICommand
cmd
) :
void
cmd
ICommand
Résultat
void
GetCommandNames()
public
méthode
public
GetCommandNames
( ) :
IEnumerable
Résultat
IEnumerable
GetDescription()
public
méthode
public
GetDescription
( ) :
string
Résultat
string
this()
public
méthode
public
this
(
string
cmdName
) :
ICommand
cmdName
string
Résultat
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
Résultat
ICommand>.Dictionary