C# Класс Zetetic.Chain.Xml.XmlCatalog

Наследование: Zetetic.Chain.CatalogBase, ICatalog
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
XmlCatalog_CommandAdded void
XmlCatalog_CommandRemoved void

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

Метод Описание
GetCommandNames ( ) : IEnumerable

Enumerate all command names

GetDescription ( ) : string
XmlCatalog ( ) : System
this ( string cmdName ) : ICommand

Защищенные методы

Метод Описание
CheckDictionary ( ) : void

Vivify the array of serializable XmlCommand and XmlChain into the real thing within the (unXmlSerializable) dictionary

RemoveInternalByName ( string cmdName ) : void

Delete an item the internal serializable list of commands by name

Приватные методы

Метод Описание
XmlCatalog_CommandAdded ( object sender, CatalogChangedEventArgs e ) : void
XmlCatalog_CommandRemoved ( object sender, CatalogChangedEventArgs e ) : void

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

CheckDictionary() защищенный Метод

Vivify the array of serializable XmlCommand and XmlChain into the real thing within the (unXmlSerializable) dictionary
protected CheckDictionary ( ) : void
Результат void

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

Enumerate all command names
public GetCommandNames ( ) : IEnumerable
Результат IEnumerable

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

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

RemoveInternalByName() защищенный Метод

Delete an item the internal serializable list of commands by name
protected RemoveInternalByName ( string cmdName ) : void
cmdName string
Результат void

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

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

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

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