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

Exibir arquivo Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Property Type Description
build_assembly_dictionary void

Public Methods

Method 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

Method Description
build_assembly_dictionary ( ) : void

Method Details

Add_Extension() public method

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

Get_Assembly() public method

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
return string

Get_Extension() public method

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
return ExtensionInfo