Method | Description | |
---|---|---|
Builder_Modules ( |
Constructor for a new instance of the Builder_Modules class
|
|
Builder_Modules_From_Settings ( string InstanceName ) : List |
Build the modules for the non-folder specific builder modules
|
|
Clear ( ) : void |
Clear all the settings and the list of modules
|
|
Get_Folder_Module_By_Key ( string Key ) : iFolderModule |
Get a folder module by key, avoiding multiple instances of folder modules from being created
|
Method | Description | |
---|---|---|
Get_Module ( SobekCM.Core.Settings.Builder_Module_Setting Settings, string InstanceName, string &ErrorMessage ) : object | ||
Get_Submission_Module ( SobekCM.Core.Settings.Builder_Module_Setting ItemSetting, string InstanceName, string &ErrorMessage ) : iSubmissionPackageModule |
public Builder_Modules ( |
||
Settings | Setting information | |
return | System |
public Builder_Modules_From_Settings ( string InstanceName ) : List |
||
InstanceName | string | Name of the current instance, which tells where the plug-in assemblies may be located |
return | List |
public Get_Folder_Module_By_Key ( string Key ) : iFolderModule | ||
Key | string | Key for this folder module, usually the namespace and class name |
return | iFolderModule |