C# Class SobekCM.Core.Configuration.Extensions.Extension_Configuration

Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Свойство Type Description
build_assembly_dictionary void

Méthodes publiques

Méthode Description
Add_Extension ( ExtensionInfo NewExtension ) : void

Add a new extension to this list of extensions

Get_Assembly ( string ID ) : string

Gets the absolute path and filename for an assembly included in one of the extensions, by extension ID

Get_Extension ( string ExtensionCode ) : ExtensionInfo

Gets an extension, by extension code, otherwise NULL

Private Methods

Méthode Description
build_assembly_dictionary ( ) : void

Method Details

Add_Extension() public méthode

Add a new extension to this list of extensions
public Add_Extension ( ExtensionInfo NewExtension ) : void
NewExtension ExtensionInfo New extension to add
Résultat void

Get_Assembly() public méthode

Gets the absolute path and filename for an assembly included in one of the extensions, by extension ID
public Get_Assembly ( string ID ) : string
ID string
Résultat string

Get_Extension() public méthode

Gets an extension, by extension code, otherwise NULL
public Get_Extension ( string ExtensionCode ) : ExtensionInfo
ExtensionCode string Unique extension code for the extension information to retrieve
Résultat ExtensionInfo