C# Class Zetetic.Chain.CatalogBase

Inheritance: System.MarshalByRefObject, ICatalog
Mostra file 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