C# Класс Sage.Modules.SageModuleFactory

Provides the default factory for Sage modules.
Наследование: IModuleFactory
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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.

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

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

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
Результат IModule