C# Класс 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.
Наследование: System.MarshalByRefObject, ICatalog
Показать файл Открыть проект

Открытые методы

Метод Описание
Add ( ICommand cmd ) : void
GetCommandNames ( ) : IEnumerable
GetDescription ( ) : string
RemotableCatalog ( ) : System
this ( string key ) : ICommand

Описание методов

Add() публичный Метод

public Add ( ICommand cmd ) : void
cmd ICommand
Результат void

GetCommandNames() публичный Метод

public GetCommandNames ( ) : IEnumerable
Результат IEnumerable

GetDescription() публичный Метод

public GetDescription ( ) : string
Результат string

RemotableCatalog() публичный Метод

public RemotableCatalog ( ) : System
Результат System

this() публичный Метод

public this ( string key ) : ICommand
key string
Результат ICommand