C# Class Sage.Modules.SageModuleFactory

Provides the default factory for Sage modules.
Inheritance: IModuleFactory
ファイルを表示 Open project: igorfrance/sage Class Usage Examples

Public Methods

Method Description
CreateModule ( XmlElement moduleNode ) : IModule

Gets the dictionary of modules that can be used in the current project.

The keys in this dictionary are the module tag names.

Method Details

CreateModule() public method

Gets the dictionary of modules that can be used in the current project.
The keys in this dictionary are the module tag names.
public CreateModule ( XmlElement moduleNode ) : IModule
moduleNode System.Xml.XmlElement
return IModule