Property | Type | Description | |
---|---|---|---|
XmlCatalog_CommandAdded | void | ||
XmlCatalog_CommandRemoved | void |
Method | Description | |
---|---|---|
GetCommandNames ( ) : IEnumerable |
Enumerate all command names
|
|
GetDescription ( ) : string | ||
XmlCatalog ( ) : System | ||
this ( string cmdName ) : ICommand |
Method | Description | |
---|---|---|
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
|
Method | Description | |
---|---|---|
XmlCatalog_CommandAdded ( object sender, CatalogChangedEventArgs e ) : void | ||
XmlCatalog_CommandRemoved ( object sender, CatalogChangedEventArgs e ) : void |
protected RemoveInternalByName ( string cmdName ) : void | ||
cmdName | string | |
return | void |