File

projects/wms-framework/src/lib/regionsframework/IModuleCatalog.ts

Description

IModuleCatalog interface.

Index

Properties
Methods

Methods

AddModule
AddModule(...parameters: any[])
Parameters :
Name Type Optional
parameters any[] No
Returns : any
AddModuleToCatalog
AddModuleToCatalog(catalog: ModuleInfo)
Parameters :
Name Type Optional
catalog ModuleInfo No
Returns : any

Properties

Modules
Modules: SimpleList<ModuleInfo>
Type : SimpleList<ModuleInfo>
import { SimpleList } from '../baseframework/collections';
import { ModuleInfo } from './ModuleInfo';

/**
 * IModuleCatalog interface.
 *
 * @export
 * @interface IModuleCatalog
 * @wInterface Microsoft.Practices.Prism.Modularity.IModuleCatalog
 */
export interface IModuleCatalog {
  Modules: SimpleList<ModuleInfo>;
  AddModule(...parameters: any[]): any;
  AddModuleToCatalog(catalog: ModuleInfo): any;
}

result-matching ""

    No results matching ""