var WedFog_Photographer=function() {
WedFog_Photographer.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
WedFog_Photographer.prototype={
ClickedPhotographer:function(iPhotographerID,succeededCallback, failedCallback, userContext) {
return this._invoke(WedFog_Photographer.get_path(), 'ClickedPhotographer',false,{iPhotographerID:iPhotographerID},succeededCallback,failedCallback,userContext); },
GetChosenMetroAreas:function(iPhotographerID,succeededCallback, failedCallback, userContext) {
return this._invoke(WedFog_Photographer.get_path(), 'GetChosenMetroAreas',false,{iPhotographerID:iPhotographerID},succeededCallback,failedCallback,userContext); }}
WedFog_Photographer.registerClass('WedFog_Photographer',Sys.Net.WebServiceProxy);
WedFog_Photographer._staticInstance = new WedFog_Photographer();
WedFog_Photographer.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; WedFog_Photographer._staticInstance._path = value; }
WedFog_Photographer.get_path = function() { return WedFog_Photographer._staticInstance._path; }
WedFog_Photographer.set_timeout = function(value) { var e = Function._validateParams(arguments, [{name: 'timeout', type: Number}]); if (e) throw e; if (value < 0) { throw Error.argumentOutOfRange('value', value, Sys.Res.invalidTimeout); }
WedFog_Photographer._staticInstance._timeout = value; }
WedFog_Photographer.get_timeout = function() { 
return WedFog_Photographer._staticInstance._timeout; }
WedFog_Photographer.set_defaultUserContext = function(value) { 
WedFog_Photographer._staticInstance._userContext = value; }
WedFog_Photographer.get_defaultUserContext = function() { 
return WedFog_Photographer._staticInstance._userContext; }
WedFog_Photographer.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; WedFog_Photographer._staticInstance._succeeded = value; }
WedFog_Photographer.get_defaultSucceededCallback = function() { 
return WedFog_Photographer._staticInstance._succeeded; }
WedFog_Photographer.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; WedFog_Photographer._staticInstance._failed = value; }
WedFog_Photographer.get_defaultFailedCallback = function() { 
return WedFog_Photographer._staticInstance._failed; }
WedFog_Photographer.set_path("/WedFogServices/WedFog_Photographer.asmx");
WedFog_Photographer.ClickedPhotographer= function(iPhotographerID,onSuccess,onFailed,userContext) {WedFog_Photographer._staticInstance.ClickedPhotographer(iPhotographerID,onSuccess,onFailed,userContext); }
WedFog_Photographer.GetChosenMetroAreas= function(iPhotographerID,onSuccess,onFailed,userContext) {WedFog_Photographer._staticInstance.GetChosenMetroAreas(iPhotographerID,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('WedFog');
if (typeof(WedFog.MetroAreaPhotographer) === 'undefined') {
WedFog.MetroAreaPhotographer=gtc("WedFog.MetroAreaPhotographer");
WedFog.MetroAreaPhotographer.registerClass('WedFog.MetroAreaPhotographer');
}
