var WedFog_Photo=function() {
WedFog_Photo.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
WedFog_Photo.prototype={
GetLivePhotosByPhotographerID:function(iPhotogID,succeededCallback, failedCallback, userContext) {
return this._invoke(WedFog_Photo.get_path(), 'GetLivePhotosByPhotographerID',false,{iPhotogID:iPhotogID},succeededCallback,failedCallback,userContext); },
SetAddedToFavorites:function(iPhotoID,succeededCallback, failedCallback, userContext) {
return this._invoke(WedFog_Photo.get_path(), 'SetAddedToFavorites',false,{iPhotoID:iPhotoID},succeededCallback,failedCallback,userContext); }}
WedFog_Photo.registerClass('WedFog_Photo',Sys.Net.WebServiceProxy);
WedFog_Photo._staticInstance = new WedFog_Photo();
WedFog_Photo.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; WedFog_Photo._staticInstance._path = value; }
WedFog_Photo.get_path = function() { return WedFog_Photo._staticInstance._path; }
WedFog_Photo.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_Photo._staticInstance._timeout = value; }
WedFog_Photo.get_timeout = function() { 
return WedFog_Photo._staticInstance._timeout; }
WedFog_Photo.set_defaultUserContext = function(value) { 
WedFog_Photo._staticInstance._userContext = value; }
WedFog_Photo.get_defaultUserContext = function() { 
return WedFog_Photo._staticInstance._userContext; }
WedFog_Photo.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; WedFog_Photo._staticInstance._succeeded = value; }
WedFog_Photo.get_defaultSucceededCallback = function() { 
return WedFog_Photo._staticInstance._succeeded; }
WedFog_Photo.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; WedFog_Photo._staticInstance._failed = value; }
WedFog_Photo.get_defaultFailedCallback = function() { 
return WedFog_Photo._staticInstance._failed; }
WedFog_Photo.set_path("/WedFogServices/WedFog_Photo.asmx");
WedFog_Photo.GetLivePhotosByPhotographerID= function(iPhotogID,onSuccess,onFailed,userContext) {WedFog_Photo._staticInstance.GetLivePhotosByPhotographerID(iPhotogID,onSuccess,onFailed,userContext); }
WedFog_Photo.SetAddedToFavorites= function(iPhotoID,onSuccess,onFailed,userContext) {WedFog_Photo._staticInstance.SetAddedToFavorites(iPhotoID,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('WedFog');
if (typeof(WedFog.Photo) === 'undefined') {
WedFog.Photo=gtc("WedFog.Photo");
WedFog.Photo.registerClass('WedFog.Photo');
}

