Type.registerNamespace('VideoBase.Modules.PhotoGallery');
VideoBase.Modules.PhotoGallery.PhotoGalleryServices=function() {
VideoBase.Modules.PhotoGallery.PhotoGalleryServices.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
VideoBase.Modules.PhotoGallery.PhotoGalleryServices.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return VideoBase.Modules.PhotoGallery.PhotoGalleryServices._staticInstance.get_path();},
GetPhotos:function(albumID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPhotos',false,{albumID:albumID},succeededCallback,failedCallback,userContext); }}
VideoBase.Modules.PhotoGallery.PhotoGalleryServices.registerClass('VideoBase.Modules.PhotoGallery.PhotoGalleryServices',Sys.Net.WebServiceProxy);
VideoBase.Modules.PhotoGallery.PhotoGalleryServices._staticInstance = new VideoBase.Modules.PhotoGallery.PhotoGalleryServices();
VideoBase.Modules.PhotoGallery.PhotoGalleryServices.set_path = function(value) { VideoBase.Modules.PhotoGallery.PhotoGalleryServices._staticInstance.set_path(value); }
VideoBase.Modules.PhotoGallery.PhotoGalleryServices.get_path = function() { return VideoBase.Modules.PhotoGallery.PhotoGalleryServices._staticInstance.get_path(); }
VideoBase.Modules.PhotoGallery.PhotoGalleryServices.set_timeout = function(value) { VideoBase.Modules.PhotoGallery.PhotoGalleryServices._staticInstance.set_timeout(value); }
VideoBase.Modules.PhotoGallery.PhotoGalleryServices.get_timeout = function() { return VideoBase.Modules.PhotoGallery.PhotoGalleryServices._staticInstance.get_timeout(); }
VideoBase.Modules.PhotoGallery.PhotoGalleryServices.set_defaultUserContext = function(value) { VideoBase.Modules.PhotoGallery.PhotoGalleryServices._staticInstance.set_defaultUserContext(value); }
VideoBase.Modules.PhotoGallery.PhotoGalleryServices.get_defaultUserContext = function() { return VideoBase.Modules.PhotoGallery.PhotoGalleryServices._staticInstance.get_defaultUserContext(); }
VideoBase.Modules.PhotoGallery.PhotoGalleryServices.set_defaultSucceededCallback = function(value) { VideoBase.Modules.PhotoGallery.PhotoGalleryServices._staticInstance.set_defaultSucceededCallback(value); }
VideoBase.Modules.PhotoGallery.PhotoGalleryServices.get_defaultSucceededCallback = function() { return VideoBase.Modules.PhotoGallery.PhotoGalleryServices._staticInstance.get_defaultSucceededCallback(); }
VideoBase.Modules.PhotoGallery.PhotoGalleryServices.set_defaultFailedCallback = function(value) { VideoBase.Modules.PhotoGallery.PhotoGalleryServices._staticInstance.set_defaultFailedCallback(value); }
VideoBase.Modules.PhotoGallery.PhotoGalleryServices.get_defaultFailedCallback = function() { return VideoBase.Modules.PhotoGallery.PhotoGalleryServices._staticInstance.get_defaultFailedCallback(); }
VideoBase.Modules.PhotoGallery.PhotoGalleryServices.set_path("/DesktopModules/PhotoGallery/PhotoGalleryServices.asmx");
VideoBase.Modules.PhotoGallery.PhotoGalleryServices.GetPhotos= function(albumID,onSuccess,onFailed,userContext) {VideoBase.Modules.PhotoGallery.PhotoGalleryServices._staticInstance.GetPhotos(albumID,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(VideoBase.Modules.PhotoGallery.PhotoInfo) === 'undefined') {
VideoBase.Modules.PhotoGallery.PhotoInfo=gtc("VideoBase.Modules.PhotoGallery.PhotoInfo");
VideoBase.Modules.PhotoGallery.PhotoInfo.registerClass('VideoBase.Modules.PhotoGallery.PhotoInfo');
}
