C# Class Zetetic.Chain.RemotableCatalog

Utility class for Windows services, etc., that may wish to host a single instance of a catalog. The application setting 'zetetic.chain.remotablecatalog.uri' should specify the URI of the XML catalog configuration to load.
Inheritance: System.MarshalByRefObject, ICatalog
Afficher le fichier Open project: skradel/Zetetic.Chain

Méthodes publiques

Méthode Description
Add ( ICommand cmd ) : void
GetCommandNames ( ) : IEnumerable
GetDescription ( ) : string
RemotableCatalog ( ) : System
this ( string key ) : 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

RemotableCatalog() public méthode

public RemotableCatalog ( ) : System
Résultat System

this() public méthode

public this ( string key ) : ICommand
key string
Résultat ICommand