C# 클래스 SobekCM.Core.UI_Configuration.StaticResources.StaticResources_Configuration

파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

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