C# Class SobekCM.Core.UI_Configuration.StaticResources.StaticResources_Configuration

ファイルを表示 Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Add_File ( string Key, string Source ) : void

Add a single file, with key and source

StaticResources_Configuration ( ) : System

Constructor for a new instance of the StaticResources_Configuration object

This defines all the constant values

Method Details

Add_File() public method

Add a single file, with key and source
public Add_File ( string Key, string Source ) : void
Key string Key for this file, from the default resources config file
Source string Source (i.e., URL) for this file
return void

StaticResources_Configuration() public method

Constructor for a new instance of the StaticResources_Configuration object
This defines all the constant values
public StaticResources_Configuration ( ) : System
return System