Esempio n. 1
0
 public WebContext(WebApplicationLevel pathLevel, string site, string applicationPath, string path, string locationSubPath)
 {
     this.pathLevel       = pathLevel;
     this.site            = site;
     this.applicationPath = applicationPath;
     this.path            = path;
     this.locationSubPath = locationSubPath;
 }
Esempio n. 2
0
		public WebContext (WebApplicationLevel pathLevel, string site, string applicationPath, string path, string locationSubPath)
		{
			this.pathLevel = pathLevel;
			this.site = site;
			this.applicationPath = applicationPath;
			this.path = path;
			this.locationSubPath = locationSubPath;
		}
        // Constructor
        //
        //


        public WebContext(WebApplicationLevel pathLevel,
                          string site,
                          string applicationPath,
                          string path,
                          string locationSubPath,
                          string appConfigPath)
        {
            _pathLevel       = pathLevel;
            _site            = site;
            _applicationPath = applicationPath;
            _path            = path;
            _locationSubPath = locationSubPath;
            _appConfigPath   = appConfigPath;
        }
Esempio n. 4
0
        // Constructor
        //
        // 


        public WebContext( WebApplicationLevel pathLevel,
                           string              site,
                           string              applicationPath,
                           string              path,
                           string              locationSubPath,
                           string              appConfigPath )
        {
            _pathLevel       = pathLevel;
            _site            = site;
            _applicationPath = applicationPath;
            _path            = path;
            _locationSubPath = locationSubPath;
            _appConfigPath   = appConfigPath;
        }
 // Constructors
 public WebContext(WebApplicationLevel pathLevel, string site, string applicationPath, string path, string locationSubPath, string appConfigPath)
 {
 }
 // Constructors
 public WebContext(WebApplicationLevel pathLevel, string site, string applicationPath, string path, string locationSubPath, string appConfigPath)
 {
 }