ICSV - Image Color Similarity Visualization
Vienna Technical University - Course 'Visualization 2'. Author: Stefan Spelitz (0925601)
ICSV.Interface.EMDConfig Class Reference

Web server configuration data container. More...

Public Member Functions

 EMDConfig ()
 
 EMDConfig (IResourceManager appConfig)
 

Public Attributes

const string DefaultNamespace = "http://schemas.servicestack.net/types"
 The namespace we are working in. More...
 

Properties

string FlickrKey [get, set]
 To use the Flickr API, we need a key. More...
 
string FlickrSecret [get, set]
 To use the Flickr API, we need a secret More...
 
string WebHostImgPath [get, set]
 The path on the webserver to the images directory. The images directory contains e.g. the static images of the axes. More...
 

Detailed Description

Web server configuration data container.

Constructor & Destructor Documentation

ICSV.Interface.EMDConfig.EMDConfig ( )
ICSV.Interface.EMDConfig.EMDConfig ( IResourceManager  appConfig)

Member Data Documentation

const string ICSV.Interface.EMDConfig.DefaultNamespace = "http://schemas.servicestack.net/types"

The namespace we are working in.

Property Documentation

string ICSV.Interface.EMDConfig.FlickrKey
getset

To use the Flickr API, we need a key.

string ICSV.Interface.EMDConfig.FlickrSecret
getset

To use the Flickr API, we need a secret

string ICSV.Interface.EMDConfig.WebHostImgPath
getset

The path on the webserver to the images directory. The images directory contains e.g. the static images of the axes.