C# Класс SobekCM.Core.UI_Configuration.StaticResources.StaticResources_Configuration

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

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

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

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

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

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

Constructor for a new instance of the StaticResources_Configuration object
This defines all the constant values
public StaticResources_Configuration ( ) : System
Результат System