Type.registerNamespace('tangofx.com.services.tfxuiajaxservices');
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices=function() {
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.get_path();},
SNGetUserDetails:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SNGetUserDetails',false,{request:request},succeededCallback,failedCallback,userContext); },
GetNewsFeed:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetNewsFeed',false,{request:request},succeededCallback,failedCallback,userContext); },
GetUTCServerTime:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetUTCServerTime',false,{},succeededCallback,failedCallback,userContext); },
SendFeedBack:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SendFeedBack',false,{request:request},succeededCallback,failedCallback,userContext); },
GetUserFileTags:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetUserFileTags',false,{request:request},succeededCallback,failedCallback,userContext); },
ResendVerificationMail:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ResendVerificationMail',false,{request:request},succeededCallback,failedCallback,userContext); },
GetChatterBot:function(userId,input,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetChatterBot',false,{userId:userId,input:input},succeededCallback,failedCallback,userContext); },
UpdateVideoSessionUser:function(sessionId,userId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateVideoSessionUser',false,{sessionId:sessionId,userId:userId},succeededCallback,failedCallback,userContext); },
GetModuleContant:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetModuleContant',false,{request:request},succeededCallback,failedCallback,userContext); },
GetContentList:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetContentList',false,{request:request},succeededCallback,failedCallback,userContext); },
CommunityContentAction:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CommunityContentAction',false,{request:request},succeededCallback,failedCallback,userContext); },
CommunityContentAddFileAction:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CommunityContentAddFileAction',false,{request:request},succeededCallback,failedCallback,userContext); },
JoinSession:function(sessionid,userid,isContinue,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'JoinSession',false,{sessionid:sessionid,userid:userid,isContinue:isContinue},succeededCallback,failedCallback,userContext); },
GetFriendList:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFriendList',false,{request:request},succeededCallback,failedCallback,userContext); },
GetCommuntiesByUserID:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCommuntiesByUserID',false,{request:request},succeededCallback,failedCallback,userContext); },
GetMainPageStats:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetMainPageStats',false,{},succeededCallback,failedCallback,userContext); },
OldResetPassword:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'OldResetPassword',false,{request:request},succeededCallback,failedCallback,userContext); },
OldResetPasswordAuth:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'OldResetPasswordAuth',false,{request:request},succeededCallback,failedCallback,userContext); },
ResetPassword:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ResetPassword',false,{request:request},succeededCallback,failedCallback,userContext); },
ResetPasswordAuth:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ResetPasswordAuth',false,{request:request},succeededCallback,failedCallback,userContext); },
ChangePassword:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ChangePassword',false,{request:request},succeededCallback,failedCallback,userContext); },
GetCommunityChangeRole:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCommunityChangeRole',false,{request:request},succeededCallback,failedCallback,userContext); },
GetUserFilesInfoList:function(request,TimeOffset,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetUserFilesInfoList',false,{request:request,TimeOffset:TimeOffset},succeededCallback,failedCallback,userContext); },
UpdateUserFileInfo:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateUserFileInfo',false,{request:request},succeededCallback,failedCallback,userContext); },
UserContentDelete:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UserContentDelete',false,{request:request},succeededCallback,failedCallback,userContext); },
GetCommunitiesWithCategories:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCommunitiesWithCategories',false,{request:request},succeededCallback,failedCallback,userContext); },
GetCommunityFileAssociation:function(fileId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCommunityFileAssociation',false,{fileId:fileId},succeededCallback,failedCallback,userContext); },
AssociateFilesToCommunity:function(fileId,communityCategoryID,UserID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AssociateFilesToCommunity',false,{fileId:fileId,communityCategoryID:communityCategoryID,UserID:UserID},succeededCallback,failedCallback,userContext); },
UpdateFileCommunityAssociation:function(fileId,fileCategoriesInCommunity,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateFileCommunityAssociation',false,{fileId:fileId,fileCategoriesInCommunity:fileCategoriesInCommunity},succeededCallback,failedCallback,userContext); },
GetCommunityDetails:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCommunityDetails',false,{request:request},succeededCallback,failedCallback,userContext); },
GetCommunityMembers:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCommunityMembers',false,{request:request},succeededCallback,failedCallback,userContext); },
CreateSession:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CreateSession',false,{request:request},succeededCallback,failedCallback,userContext); },
UpdateViewCount:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateViewCount',false,{request:request},succeededCallback,failedCallback,userContext); },
AddCommunityMemberAsFriend:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddCommunityMemberAsFriend',false,{request:request},succeededCallback,failedCallback,userContext); },
GetCommunityLatestUpdates:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCommunityLatestUpdates',false,{request:request},succeededCallback,failedCallback,userContext); },
SendSessionChat:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SendSessionChat',false,{request:request},succeededCallback,failedCallback,userContext); },
GetVideoSessionDetails:function(videoSessionId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetVideoSessionDetails',false,{videoSessionId:videoSessionId},succeededCallback,failedCallback,userContext); },
VideoRoomSyncNotification:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'VideoRoomSyncNotification',false,{request:request},succeededCallback,failedCallback,userContext); },
GetYoutubeEmbedTag:function(youtubevideoid,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetYoutubeEmbedTag',false,{youtubevideoid:youtubevideoid},succeededCallback,failedCallback,userContext); },
SendPublisherCameraStatus:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SendPublisherCameraStatus',false,{request:request},succeededCallback,failedCallback,userContext); },
SendAnimation:function(userId,sessionId,animationId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SendAnimation',false,{userId:userId,sessionId:sessionId,animationId:animationId},succeededCallback,failedCallback,userContext); },
SendDrawNotification:function(data,userId,sessionId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SendDrawNotification',false,{data:data,userId:userId,sessionId:sessionId},succeededCallback,failedCallback,userContext); },
RejectSessionJoin:function(req,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RejectSessionJoin',false,{req:req},succeededCallback,failedCallback,userContext); },
IngestURL:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'IngestURL',false,{request:request},succeededCallback,failedCallback,userContext); },
GetUserImageDetails:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetUserImageDetails',false,{request:request},succeededCallback,failedCallback,userContext); },
VoteContent:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'VoteContent',false,{request:request},succeededCallback,failedCallback,userContext); },
GetCommuntiesByCommunityName:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCommuntiesByCommunityName',false,{request:request},succeededCallback,failedCallback,userContext); },
AddUserIntoCommunity:function(commID,UserID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddUserIntoCommunity',false,{commID:commID,UserID:UserID},succeededCallback,failedCallback,userContext); },
ActionOnComments:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ActionOnComments',false,{request:request},succeededCallback,failedCallback,userContext); },
GetComments:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetComments',false,{request:request},succeededCallback,failedCallback,userContext); }}
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.registerClass('tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices',Sys.Net.WebServiceProxy);
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance = new tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices();
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.set_path = function(value) { tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.set_path(value); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.get_path = function() { return tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.get_path(); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.set_timeout = function(value) { tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.set_timeout(value); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.get_timeout = function() { return tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.get_timeout(); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.set_defaultUserContext = function(value) { tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.set_defaultUserContext(value); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.get_defaultUserContext = function() { return tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.get_defaultUserContext(); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.set_defaultSucceededCallback = function(value) { tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.set_defaultSucceededCallback(value); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.get_defaultSucceededCallback = function() { return tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.get_defaultSucceededCallback(); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.set_defaultFailedCallback = function(value) { tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.set_defaultFailedCallback(value); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.get_defaultFailedCallback = function() { return tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.get_defaultFailedCallback(); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.set_enableJsonp = function(value) { tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.set_enableJsonp(value); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.get_enableJsonp = function() { return tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.get_enableJsonp(); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.set_jsonpCallbackParameter = function(value) { tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.set_jsonpCallbackParameter(value); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.get_jsonpCallbackParameter = function() { return tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.get_jsonpCallbackParameter(); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.set_path("http://www.tangofx.com/Services/TFXUIAjaxServices.svc");
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.SNGetUserDetails= function(request,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.SNGetUserDetails(request,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.GetNewsFeed= function(request,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.GetNewsFeed(request,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.GetUTCServerTime= function(onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.GetUTCServerTime(onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.SendFeedBack= function(request,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.SendFeedBack(request,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.GetUserFileTags= function(request,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.GetUserFileTags(request,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.ResendVerificationMail= function(request,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.ResendVerificationMail(request,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.GetChatterBot= function(userId,input,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.GetChatterBot(userId,input,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.UpdateVideoSessionUser= function(sessionId,userId,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.UpdateVideoSessionUser(sessionId,userId,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.GetModuleContant= function(request,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.GetModuleContant(request,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.GetContentList= function(request,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.GetContentList(request,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.CommunityContentAction= function(request,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.CommunityContentAction(request,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.CommunityContentAddFileAction= function(request,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.CommunityContentAddFileAction(request,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.JoinSession= function(sessionid,userid,isContinue,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.JoinSession(sessionid,userid,isContinue,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.GetFriendList= function(request,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.GetFriendList(request,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.GetCommuntiesByUserID= function(request,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.GetCommuntiesByUserID(request,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.GetMainPageStats= function(onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.GetMainPageStats(onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.OldResetPassword= function(request,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.OldResetPassword(request,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.OldResetPasswordAuth= function(request,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.OldResetPasswordAuth(request,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.ResetPassword= function(request,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.ResetPassword(request,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.ResetPasswordAuth= function(request,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.ResetPasswordAuth(request,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.ChangePassword= function(request,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.ChangePassword(request,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.GetCommunityChangeRole= function(request,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.GetCommunityChangeRole(request,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.GetUserFilesInfoList= function(request,TimeOffset,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.GetUserFilesInfoList(request,TimeOffset,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.UpdateUserFileInfo= function(request,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.UpdateUserFileInfo(request,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.UserContentDelete= function(request,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.UserContentDelete(request,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.GetCommunitiesWithCategories= function(request,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.GetCommunitiesWithCategories(request,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.GetCommunityFileAssociation= function(fileId,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.GetCommunityFileAssociation(fileId,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.AssociateFilesToCommunity= function(fileId,communityCategoryID,UserID,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.AssociateFilesToCommunity(fileId,communityCategoryID,UserID,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.UpdateFileCommunityAssociation= function(fileId,fileCategoriesInCommunity,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.UpdateFileCommunityAssociation(fileId,fileCategoriesInCommunity,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.GetCommunityDetails= function(request,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.GetCommunityDetails(request,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.GetCommunityMembers= function(request,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.GetCommunityMembers(request,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.CreateSession= function(request,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.CreateSession(request,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.UpdateViewCount= function(request,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.UpdateViewCount(request,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.AddCommunityMemberAsFriend= function(request,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.AddCommunityMemberAsFriend(request,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.GetCommunityLatestUpdates= function(request,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.GetCommunityLatestUpdates(request,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.SendSessionChat= function(request,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.SendSessionChat(request,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.GetVideoSessionDetails= function(videoSessionId,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.GetVideoSessionDetails(videoSessionId,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.VideoRoomSyncNotification= function(request,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.VideoRoomSyncNotification(request,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.GetYoutubeEmbedTag= function(youtubevideoid,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.GetYoutubeEmbedTag(youtubevideoid,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.SendPublisherCameraStatus= function(request,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.SendPublisherCameraStatus(request,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.SendAnimation= function(userId,sessionId,animationId,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.SendAnimation(userId,sessionId,animationId,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.SendDrawNotification= function(data,userId,sessionId,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.SendDrawNotification(data,userId,sessionId,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.RejectSessionJoin= function(req,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.RejectSessionJoin(req,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.IngestURL= function(request,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.IngestURL(request,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.GetUserImageDetails= function(request,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.GetUserImageDetails(request,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.VoteContent= function(request,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.VoteContent(request,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.GetCommuntiesByCommunityName= function(request,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.GetCommuntiesByCommunityName(request,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.AddUserIntoCommunity= function(commID,UserID,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.AddUserIntoCommunity(commID,UserID,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.ActionOnComments= function(request,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.ActionOnComments(request,onSuccess,onFailed,userContext); }
tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices.GetComments= function(request,onSuccess,onFailed,userContext) {tangofx.com.services.tfxuiajaxservices.ITFXUIAjaxServices._staticInstance.GetComments(request,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('TangoFx.Services.DataContracts');
if (typeof(TangoFx.Services.DataContracts.AuthenticationRequest) === 'undefined') {
TangoFx.Services.DataContracts.AuthenticationRequest=gtc("AuthenticationRequest:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts");
TangoFx.Services.DataContracts.AuthenticationRequest.registerClass('TangoFx.Services.DataContracts.AuthenticationRequest');
}
Type.registerNamespace('TangoFx.Services.DataContracts.Base');
if (typeof(TangoFx.Services.DataContracts.Base.BaseRequestDC) === 'undefined') {
TangoFx.Services.DataContracts.Base.BaseRequestDC=gtc("BaseRequestDC:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Base");
TangoFx.Services.DataContracts.Base.BaseRequestDC.registerClass('TangoFx.Services.DataContracts.Base.BaseRequestDC');
}
Type.registerNamespace('Components.Data');
if (typeof(Components.Data.snTangoFXUser) === 'undefined') {
Components.Data.snTangoFXUser=gtc("snTangoFXUser:http://schemas.datacontract.org/2004/07/Components.Data");
Components.Data.snTangoFXUser.registerClass('Components.Data.snTangoFXUser');
}
if (typeof(Components.Data.Session) === 'undefined') {
Components.Data.Session=gtc("Session:http://schemas.datacontract.org/2004/07/Components.Data");
Components.Data.Session.registerClass('Components.Data.Session');
}
if (typeof(Components.Data.Publish) === 'undefined') {
Components.Data.Publish=gtc("Publish:http://schemas.datacontract.org/2004/07/Components.Data");
Components.Data.Publish.registerClass('Components.Data.Publish');
}
if (typeof(Components.Data.SessionTextChat) === 'undefined') {
Components.Data.SessionTextChat=gtc("SessionTextChat:http://schemas.datacontract.org/2004/07/Components.Data");
Components.Data.SessionTextChat.registerClass('Components.Data.SessionTextChat');
}
if (typeof(Components.Data.SessionActivityLog) === 'undefined') {
Components.Data.SessionActivityLog=gtc("SessionActivityLog:http://schemas.datacontract.org/2004/07/Components.Data");
Components.Data.SessionActivityLog.registerClass('Components.Data.SessionActivityLog');
}
if (typeof(Components.Data.SessionAttendence) === 'undefined') {
Components.Data.SessionAttendence=gtc("SessionAttendence:http://schemas.datacontract.org/2004/07/Components.Data");
Components.Data.SessionAttendence.registerClass('Components.Data.SessionAttendence');
}
if (typeof(Components.Data.snUserInvitation) === 'undefined') {
Components.Data.snUserInvitation=gtc("snUserInvitation:http://schemas.datacontract.org/2004/07/Components.Data");
Components.Data.snUserInvitation.registerClass('Components.Data.snUserInvitation');
}
if (typeof(Components.Data.UserMessage) === 'undefined') {
Components.Data.UserMessage=gtc("UserMessage:http://schemas.datacontract.org/2004/07/Components.Data");
Components.Data.UserMessage.registerClass('Components.Data.UserMessage');
}
if (typeof(Components.Data.UserLogin) === 'undefined') {
Components.Data.UserLogin=gtc("UserLogin:http://schemas.datacontract.org/2004/07/Components.Data");
Components.Data.UserLogin.registerClass('Components.Data.UserLogin');
}
if (typeof(Components.Data.CommunityGroupUser) === 'undefined') {
Components.Data.CommunityGroupUser=gtc("CommunityGroupUser:http://schemas.datacontract.org/2004/07/Components.Data");
Components.Data.CommunityGroupUser.registerClass('Components.Data.CommunityGroupUser');
}
if (typeof(Components.Data.CommunityGroupContent) === 'undefined') {
Components.Data.CommunityGroupContent=gtc("CommunityGroupContent:http://schemas.datacontract.org/2004/07/Components.Data");
Components.Data.CommunityGroupContent.registerClass('Components.Data.CommunityGroupContent');
}
if (typeof(Components.Data.CommunityUser) === 'undefined') {
Components.Data.CommunityUser=gtc("CommunityUser:http://schemas.datacontract.org/2004/07/Components.Data");
Components.Data.CommunityUser.registerClass('Components.Data.CommunityUser');
}
if (typeof(Components.Data.CommunityPermission) === 'undefined') {
Components.Data.CommunityPermission=gtc("CommunityPermission:http://schemas.datacontract.org/2004/07/Components.Data");
Components.Data.CommunityPermission.registerClass('Components.Data.CommunityPermission');
}
if (typeof(Components.Data.CommunityRole) === 'undefined') {
Components.Data.CommunityRole=gtc("CommunityRole:http://schemas.datacontract.org/2004/07/Components.Data");
Components.Data.CommunityRole.registerClass('Components.Data.CommunityRole');
}
if (typeof(Components.Data.CommunityRoleActivity) === 'undefined') {
Components.Data.CommunityRoleActivity=gtc("CommunityRoleActivity:http://schemas.datacontract.org/2004/07/Components.Data");
Components.Data.CommunityRoleActivity.registerClass('Components.Data.CommunityRoleActivity');
}
if (typeof(Components.Data.CommunityActivity) === 'undefined') {
Components.Data.CommunityActivity=gtc("CommunityActivity:http://schemas.datacontract.org/2004/07/Components.Data");
Components.Data.CommunityActivity.registerClass('Components.Data.CommunityActivity');
}
if (typeof(Components.Data.UserPresencePreference) === 'undefined') {
Components.Data.UserPresencePreference=gtc("UserPresencePreference:http://schemas.datacontract.org/2004/07/Components.Data");
Components.Data.UserPresencePreference.registerClass('Components.Data.UserPresencePreference');
}
if (typeof(Components.Data.UserProfilePreference) === 'undefined') {
Components.Data.UserProfilePreference=gtc("UserProfilePreference:http://schemas.datacontract.org/2004/07/Components.Data");
Components.Data.UserProfilePreference.registerClass('Components.Data.UserProfilePreference');
}
if (typeof(Components.Data.ActivityLog) === 'undefined') {
Components.Data.ActivityLog=gtc("ActivityLog:http://schemas.datacontract.org/2004/07/Components.Data");
Components.Data.ActivityLog.registerClass('Components.Data.ActivityLog');
}
if (typeof(Components.Data.UserDevicePreference) === 'undefined') {
Components.Data.UserDevicePreference=gtc("UserDevicePreference:http://schemas.datacontract.org/2004/07/Components.Data");
Components.Data.UserDevicePreference.registerClass('Components.Data.UserDevicePreference');
}
if (typeof(Components.Data.FeedBack) === 'undefined') {
Components.Data.FeedBack=gtc("FeedBack:http://schemas.datacontract.org/2004/07/Components.Data");
Components.Data.FeedBack.registerClass('Components.Data.FeedBack');
}
if (typeof(Components.Data.UserFriend) === 'undefined') {
Components.Data.UserFriend=gtc("UserFriend:http://schemas.datacontract.org/2004/07/Components.Data");
Components.Data.UserFriend.registerClass('Components.Data.UserFriend');
}
if (typeof(Components.Data.CategoryCSF) === 'undefined') {
Components.Data.CategoryCSF=gtc("CategoryCSF:http://schemas.datacontract.org/2004/07/Components.Data");
Components.Data.CategoryCSF.registerClass('Components.Data.CategoryCSF');
}
if (typeof(Components.Data.UserFile) === 'undefined') {
Components.Data.UserFile=gtc("UserFile:http://schemas.datacontract.org/2004/07/Components.Data");
Components.Data.UserFile.registerClass('Components.Data.UserFile');
}
if (typeof(Components.Data.Community) === 'undefined') {
Components.Data.Community=gtc("Community:http://schemas.datacontract.org/2004/07/Components.Data");
Components.Data.Community.registerClass('Components.Data.Community');
}
if (typeof(Components.Data.CommunityGroup) === 'undefined') {
Components.Data.CommunityGroup=gtc("CommunityGroup:http://schemas.datacontract.org/2004/07/Components.Data");
Components.Data.CommunityGroup.registerClass('Components.Data.CommunityGroup');
}
if (typeof(Components.Data.Category) === 'undefined') {
Components.Data.Category=gtc("Category:http://schemas.datacontract.org/2004/07/Components.Data");
Components.Data.Category.registerClass('Components.Data.Category');
}
if (typeof(Components.Data.FileCategory) === 'undefined') {
Components.Data.FileCategory=gtc("FileCategory:http://schemas.datacontract.org/2004/07/Components.Data");
Components.Data.FileCategory.registerClass('Components.Data.FileCategory');
}
if (typeof(Components.Data.CommunityWidget) === 'undefined') {
Components.Data.CommunityWidget=gtc("CommunityWidget:http://schemas.datacontract.org/2004/07/Components.Data");
Components.Data.CommunityWidget.registerClass('Components.Data.CommunityWidget');
}
if (typeof(Components.Data.CommunityContent) === 'undefined') {
Components.Data.CommunityContent=gtc("CommunityContent:http://schemas.datacontract.org/2004/07/Components.Data");
Components.Data.CommunityContent.registerClass('Components.Data.CommunityContent');
}
if (typeof(Components.Data.ResetPassword) === 'undefined') {
Components.Data.ResetPassword=gtc("ResetPassword:http://schemas.datacontract.org/2004/07/Components.Data");
Components.Data.ResetPassword.registerClass('Components.Data.ResetPassword');
}
if (typeof(TangoFx.Services.DataContracts.AuthenticationResponse) === 'undefined') {
TangoFx.Services.DataContracts.AuthenticationResponse=gtc("AuthenticationResponse:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts");
TangoFx.Services.DataContracts.AuthenticationResponse.registerClass('TangoFx.Services.DataContracts.AuthenticationResponse');
}
if (typeof(TangoFx.Services.DataContracts.Base.BaseResponseDC) === 'undefined') {
TangoFx.Services.DataContracts.Base.BaseResponseDC=gtc("BaseResponseDC:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Base");
TangoFx.Services.DataContracts.Base.BaseResponseDC.registerClass('TangoFx.Services.DataContracts.Base.BaseResponseDC');
}
Type.registerNamespace('TangoFx.Services.DataContracts.Community');
if (typeof(TangoFx.Services.DataContracts.Community.vwCommunityPermissionDC) === 'undefined') {
TangoFx.Services.DataContracts.Community.vwCommunityPermissionDC=gtc("vwCommunityPermissionDC:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Community");
TangoFx.Services.DataContracts.Community.vwCommunityPermissionDC.registerClass('TangoFx.Services.DataContracts.Community.vwCommunityPermissionDC');
}
Type.registerNamespace('TangoFx.Services.DataContracts.Community.CommunityBase');
if (typeof(TangoFx.Services.DataContracts.Community.CommunityBase.UserPresencePreferenceDC) === 'undefined') {
TangoFx.Services.DataContracts.Community.CommunityBase.UserPresencePreferenceDC=gtc("UserPresencePreferenceDC:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Community.CommunityBase");
TangoFx.Services.DataContracts.Community.CommunityBase.UserPresencePreferenceDC.registerClass('TangoFx.Services.DataContracts.Community.CommunityBase.UserPresencePreferenceDC');
}
Type.registerNamespace('TangoFx.Services.DataContracts.NewsFeed');
if (typeof(TangoFx.Services.DataContracts.NewsFeed.GetNewsFeedRequest) === 'undefined') {
TangoFx.Services.DataContracts.NewsFeed.GetNewsFeedRequest=gtc("GetNewsFeedRequest:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.NewsFeed");
TangoFx.Services.DataContracts.NewsFeed.GetNewsFeedRequest.registerClass('TangoFx.Services.DataContracts.NewsFeed.GetNewsFeedRequest');
}
if (typeof(TangoFx.Services.DataContracts.NewsFeed.GetNewsFeedResponse) === 'undefined') {
TangoFx.Services.DataContracts.NewsFeed.GetNewsFeedResponse=gtc("GetNewsFeedResponse:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.NewsFeed");
TangoFx.Services.DataContracts.NewsFeed.GetNewsFeedResponse.registerClass('TangoFx.Services.DataContracts.NewsFeed.GetNewsFeedResponse');
}
if (typeof(TangoFx.Services.DataContracts.CommentDC) === 'undefined') {
TangoFx.Services.DataContracts.CommentDC=gtc("CommentDC:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts");
TangoFx.Services.DataContracts.CommentDC.registerClass('TangoFx.Services.DataContracts.CommentDC');
}
if (typeof(TangoFx.Services.DataContracts.FileDC) === 'undefined') {
TangoFx.Services.DataContracts.FileDC=gtc("FileDC:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts");
TangoFx.Services.DataContracts.FileDC.registerClass('TangoFx.Services.DataContracts.FileDC');
}
Type.registerNamespace('TangoFx.Services.DataContracts.Rating');
if (typeof(TangoFx.Services.DataContracts.Rating.RatingResponse) === 'undefined') {
TangoFx.Services.DataContracts.Rating.RatingResponse=gtc("RatingResponse:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Rating");
TangoFx.Services.DataContracts.Rating.RatingResponse.registerClass('TangoFx.Services.DataContracts.Rating.RatingResponse');
}
Type.registerNamespace('TangoFx.Services.DataContracts.FeedBack');
if (typeof(TangoFx.Services.DataContracts.FeedBack.FeedBackActionRequest) === 'undefined') {
TangoFx.Services.DataContracts.FeedBack.FeedBackActionRequest=gtc("FeedBackActionRequest:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.FeedBack");
TangoFx.Services.DataContracts.FeedBack.FeedBackActionRequest.registerClass('TangoFx.Services.DataContracts.FeedBack.FeedBackActionRequest');
}
if (typeof(TangoFx.Services.DataContracts.FeedBack.FeedBackDC) === 'undefined') {
TangoFx.Services.DataContracts.FeedBack.FeedBackDC=gtc("FeedBackDC:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.FeedBack");
TangoFx.Services.DataContracts.FeedBack.FeedBackDC.registerClass('TangoFx.Services.DataContracts.FeedBack.FeedBackDC');
}
if (typeof(TangoFx.Services.DataContracts.FeedBack.FeedBackActionResponse) === 'undefined') {
TangoFx.Services.DataContracts.FeedBack.FeedBackActionResponse=gtc("FeedBackActionResponse:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.FeedBack");
TangoFx.Services.DataContracts.FeedBack.FeedBackActionResponse.registerClass('TangoFx.Services.DataContracts.FeedBack.FeedBackActionResponse');
}
Type.registerNamespace('TangoFx.Services.DataContracts.Tags');
if (typeof(TangoFx.Services.DataContracts.Tags.GetUserTagRequest) === 'undefined') {
TangoFx.Services.DataContracts.Tags.GetUserTagRequest=gtc("GetUserTagRequest:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Tags");
TangoFx.Services.DataContracts.Tags.GetUserTagRequest.registerClass('TangoFx.Services.DataContracts.Tags.GetUserTagRequest');
}
if (typeof(TangoFx.Services.DataContracts.Tags.GetUserTagResponse) === 'undefined') {
TangoFx.Services.DataContracts.Tags.GetUserTagResponse=gtc("GetUserTagResponse:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Tags");
TangoFx.Services.DataContracts.Tags.GetUserTagResponse.registerClass('TangoFx.Services.DataContracts.Tags.GetUserTagResponse');
}
if (typeof(TangoFx.Services.DataContracts.Tags.TagDC) === 'undefined') {
TangoFx.Services.DataContracts.Tags.TagDC=gtc("TagDC:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Tags");
TangoFx.Services.DataContracts.Tags.TagDC.registerClass('TangoFx.Services.DataContracts.Tags.TagDC');
}
Type.registerNamespace('TangoFx.Services.DataContracts.User');
if (typeof(TangoFx.Services.DataContracts.User.ResendVerificationMailRequest) === 'undefined') {
TangoFx.Services.DataContracts.User.ResendVerificationMailRequest=gtc("ResendVerificationMailRequest:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.User");
TangoFx.Services.DataContracts.User.ResendVerificationMailRequest.registerClass('TangoFx.Services.DataContracts.User.ResendVerificationMailRequest');
}
if (typeof(TangoFx.Services.DataContracts.User.ResendVerificationMailResponse) === 'undefined') {
TangoFx.Services.DataContracts.User.ResendVerificationMailResponse=gtc("ResendVerificationMailResponse:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.User");
TangoFx.Services.DataContracts.User.ResendVerificationMailResponse.registerClass('TangoFx.Services.DataContracts.User.ResendVerificationMailResponse');
}
Type.registerNamespace('TangoFx.Services.DataContracts.WebUI.Session');
if (typeof(TangoFx.Services.DataContracts.WebUI.Session.UpdateVideoSessionUserResponse) === 'undefined') {
TangoFx.Services.DataContracts.WebUI.Session.UpdateVideoSessionUserResponse=gtc("UpdateVideoSessionUserResponse:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.WebUI.Session");
TangoFx.Services.DataContracts.WebUI.Session.UpdateVideoSessionUserResponse.registerClass('TangoFx.Services.DataContracts.WebUI.Session.UpdateVideoSessionUserResponse');
}
Type.registerNamespace('TangoFx.Services.DataContracts.WebUI.Content');
if (typeof(TangoFx.Services.DataContracts.WebUI.Content.GetModuleContentRequest) === 'undefined') {
TangoFx.Services.DataContracts.WebUI.Content.GetModuleContentRequest=gtc("GetModuleContentRequest:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.WebUI.Content");
TangoFx.Services.DataContracts.WebUI.Content.GetModuleContentRequest.registerClass('TangoFx.Services.DataContracts.WebUI.Content.GetModuleContentRequest');
}
if (typeof(TangoFx.Services.DataContracts.WebUI.Content.GetModuleContentResponse) === 'undefined') {
TangoFx.Services.DataContracts.WebUI.Content.GetModuleContentResponse=gtc("GetModuleContentResponse:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.WebUI.Content");
TangoFx.Services.DataContracts.WebUI.Content.GetModuleContentResponse.registerClass('TangoFx.Services.DataContracts.WebUI.Content.GetModuleContentResponse');
}
if (typeof(TangoFx.Services.DataContracts.UserDC) === 'undefined') {
TangoFx.Services.DataContracts.UserDC=gtc("UserDC:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts");
TangoFx.Services.DataContracts.UserDC.registerClass('TangoFx.Services.DataContracts.UserDC');
}
if (typeof(TangoFx.Services.DataContracts.GetContentListRequest) === 'undefined') {
TangoFx.Services.DataContracts.GetContentListRequest=gtc("GetContentListRequest:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts");
TangoFx.Services.DataContracts.GetContentListRequest.registerClass('TangoFx.Services.DataContracts.GetContentListRequest');
}
if (typeof(TangoFx.Services.DataContracts.GetContentListResponse) === 'undefined') {
TangoFx.Services.DataContracts.GetContentListResponse=gtc("GetContentListResponse:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts");
TangoFx.Services.DataContracts.GetContentListResponse.registerClass('TangoFx.Services.DataContracts.GetContentListResponse');
}
if (typeof(TangoFx.Services.DataContracts.Community.CommunityContentActionRequest) === 'undefined') {
TangoFx.Services.DataContracts.Community.CommunityContentActionRequest=gtc("CommunityContentActionRequest:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Community");
TangoFx.Services.DataContracts.Community.CommunityContentActionRequest.registerClass('TangoFx.Services.DataContracts.Community.CommunityContentActionRequest');
}
if (typeof(TangoFx.Services.DataContracts.Community.CommunityContentDC) === 'undefined') {
TangoFx.Services.DataContracts.Community.CommunityContentDC=gtc("CommunityContentDC:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Community");
TangoFx.Services.DataContracts.Community.CommunityContentDC.registerClass('TangoFx.Services.DataContracts.Community.CommunityContentDC');
}
if (typeof(TangoFx.Services.DataContracts.Community.CommunityContentActionResponse) === 'undefined') {
TangoFx.Services.DataContracts.Community.CommunityContentActionResponse=gtc("CommunityContentActionResponse:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Community");
TangoFx.Services.DataContracts.Community.CommunityContentActionResponse.registerClass('TangoFx.Services.DataContracts.Community.CommunityContentActionResponse');
}
if (typeof(TangoFx.Services.DataContracts.JoinSessionResponse) === 'undefined') {
TangoFx.Services.DataContracts.JoinSessionResponse=gtc("JoinSessionResponse:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts");
TangoFx.Services.DataContracts.JoinSessionResponse.registerClass('TangoFx.Services.DataContracts.JoinSessionResponse');
}
Type.registerNamespace('TangoFx.Services.DataContracts.Community.Friend');
if (typeof(TangoFx.Services.DataContracts.Community.Friend.GetUserFriendsWithCommunityStatusRequest) === 'undefined') {
TangoFx.Services.DataContracts.Community.Friend.GetUserFriendsWithCommunityStatusRequest=gtc("GetUserFriendsWithCommunityStatusRequest:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Community.Friend");
TangoFx.Services.DataContracts.Community.Friend.GetUserFriendsWithCommunityStatusRequest.registerClass('TangoFx.Services.DataContracts.Community.Friend.GetUserFriendsWithCommunityStatusRequest');
}
if (typeof(TangoFx.Services.DataContracts.Community.Friend.GetUserFriendsWithCommunityStatusResponse) === 'undefined') {
TangoFx.Services.DataContracts.Community.Friend.GetUserFriendsWithCommunityStatusResponse=gtc("GetUserFriendsWithCommunityStatusResponse:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Community.Friend");
TangoFx.Services.DataContracts.Community.Friend.GetUserFriendsWithCommunityStatusResponse.registerClass('TangoFx.Services.DataContracts.Community.Friend.GetUserFriendsWithCommunityStatusResponse');
}
if (typeof(TangoFx.Services.DataContracts.Community.Friend.FriendUserDC) === 'undefined') {
TangoFx.Services.DataContracts.Community.Friend.FriendUserDC=gtc("FriendUserDC:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Community.Friend");
TangoFx.Services.DataContracts.Community.Friend.FriendUserDC.registerClass('TangoFx.Services.DataContracts.Community.Friend.FriendUserDC');
}
Type.registerNamespace('TangoFx.Services.DataContracts.Community.CommunityAction');
if (typeof(TangoFx.Services.DataContracts.Community.CommunityAction.GetCommunityListRequest) === 'undefined') {
TangoFx.Services.DataContracts.Community.CommunityAction.GetCommunityListRequest=gtc("GetCommunityListRequest:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Community.CommunityAction");
TangoFx.Services.DataContracts.Community.CommunityAction.GetCommunityListRequest.registerClass('TangoFx.Services.DataContracts.Community.CommunityAction.GetCommunityListRequest');
}
if (typeof(TangoFx.Services.DataContracts.Community.CommunityAction.GetCommunityListResponse) === 'undefined') {
TangoFx.Services.DataContracts.Community.CommunityAction.GetCommunityListResponse=gtc("GetCommunityListResponse:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Community.CommunityAction");
TangoFx.Services.DataContracts.Community.CommunityAction.GetCommunityListResponse.registerClass('TangoFx.Services.DataContracts.Community.CommunityAction.GetCommunityListResponse');
}
if (typeof(TangoFx.Services.DataContracts.Community.CommunityChannelDC) === 'undefined') {
TangoFx.Services.DataContracts.Community.CommunityChannelDC=gtc("CommunityChannelDC:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Community");
TangoFx.Services.DataContracts.Community.CommunityChannelDC.registerClass('TangoFx.Services.DataContracts.Community.CommunityChannelDC');
}
Type.registerNamespace('TangoFx.Services.DataContracts.WebUI.Statistics');
if (typeof(TangoFx.Services.DataContracts.WebUI.Statistics.MainPageStatsResponse) === 'undefined') {
TangoFx.Services.DataContracts.WebUI.Statistics.MainPageStatsResponse=gtc("MainPageStatsResponse:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.WebUI.Statistics");
TangoFx.Services.DataContracts.WebUI.Statistics.MainPageStatsResponse.registerClass('TangoFx.Services.DataContracts.WebUI.Statistics.MainPageStatsResponse');
}
if (typeof(TangoFx.Services.DataContracts.User.ResetPasswordRequest) === 'undefined') {
TangoFx.Services.DataContracts.User.ResetPasswordRequest=gtc("ResetPasswordRequest:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.User");
TangoFx.Services.DataContracts.User.ResetPasswordRequest.registerClass('TangoFx.Services.DataContracts.User.ResetPasswordRequest');
}
if (typeof(TangoFx.Services.DataContracts.User.ResetPasswordResponse) === 'undefined') {
TangoFx.Services.DataContracts.User.ResetPasswordResponse=gtc("ResetPasswordResponse:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.User");
TangoFx.Services.DataContracts.User.ResetPasswordResponse.registerClass('TangoFx.Services.DataContracts.User.ResetPasswordResponse');
}
if (typeof(TangoFx.Services.DataContracts.User.ChangePasswordRequest) === 'undefined') {
TangoFx.Services.DataContracts.User.ChangePasswordRequest=gtc("ChangePasswordRequest:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.User");
TangoFx.Services.DataContracts.User.ChangePasswordRequest.registerClass('TangoFx.Services.DataContracts.User.ChangePasswordRequest');
}
if (typeof(TangoFx.Services.DataContracts.User.ChangePasswordResponse) === 'undefined') {
TangoFx.Services.DataContracts.User.ChangePasswordResponse=gtc("ChangePasswordResponse:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.User");
TangoFx.Services.DataContracts.User.ChangePasswordResponse.registerClass('TangoFx.Services.DataContracts.User.ChangePasswordResponse');
}
Type.registerNamespace('TangoFx.Services.DataContracts.WebUI.Community.Action');
if (typeof(TangoFx.Services.DataContracts.WebUI.Community.Action.ChangeRoleRequest) === 'undefined') {
TangoFx.Services.DataContracts.WebUI.Community.Action.ChangeRoleRequest=gtc("ChangeRoleRequest:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.WebUI.Community.Action");
TangoFx.Services.DataContracts.WebUI.Community.Action.ChangeRoleRequest.registerClass('TangoFx.Services.DataContracts.WebUI.Community.Action.ChangeRoleRequest');
}
if (typeof(TangoFx.Services.DataContracts.WebUI.Content.UserFilesInfoRequest) === 'undefined') {
TangoFx.Services.DataContracts.WebUI.Content.UserFilesInfoRequest=gtc("UserFilesInfoRequest:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.WebUI.Content");
TangoFx.Services.DataContracts.WebUI.Content.UserFilesInfoRequest.registerClass('TangoFx.Services.DataContracts.WebUI.Content.UserFilesInfoRequest');
}
if (typeof(TangoFx.Services.DataContracts.WebUI.Content.UserFilesInfoResponse) === 'undefined') {
TangoFx.Services.DataContracts.WebUI.Content.UserFilesInfoResponse=gtc("UserFilesInfoResponse:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.WebUI.Content");
TangoFx.Services.DataContracts.WebUI.Content.UserFilesInfoResponse.registerClass('TangoFx.Services.DataContracts.WebUI.Content.UserFilesInfoResponse');
}
if (typeof(TangoFx.Services.DataContracts.WebUI.Content.UserFiles) === 'undefined') {
TangoFx.Services.DataContracts.WebUI.Content.UserFiles=gtc("UserFiles:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.WebUI.Content");
TangoFx.Services.DataContracts.WebUI.Content.UserFiles.registerClass('TangoFx.Services.DataContracts.WebUI.Content.UserFiles');
}
Type.registerNamespace('TangoFx.Services.DataContracts.WebUI.DataContract');
if (typeof(TangoFx.Services.DataContracts.WebUI.DataContract.CommunityDC) === 'undefined') {
TangoFx.Services.DataContracts.WebUI.DataContract.CommunityDC=gtc("CommunityDC:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.WebUI.DataContract");
TangoFx.Services.DataContracts.WebUI.DataContract.CommunityDC.registerClass('TangoFx.Services.DataContracts.WebUI.DataContract.CommunityDC');
}
if (typeof(TangoFx.Services.DataContracts.CategoryDC) === 'undefined') {
TangoFx.Services.DataContracts.CategoryDC=gtc("CategoryDC:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts");
TangoFx.Services.DataContracts.CategoryDC.registerClass('TangoFx.Services.DataContracts.CategoryDC');
}
if (typeof(TangoFx.Services.DataContracts.CategoryCSFTypeOptionDC) === 'undefined') {
TangoFx.Services.DataContracts.CategoryCSFTypeOptionDC=gtc("CategoryCSFTypeOptionDC:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts");
TangoFx.Services.DataContracts.CategoryCSFTypeOptionDC.registerClass('TangoFx.Services.DataContracts.CategoryCSFTypeOptionDC');
}
if (typeof(TangoFx.Services.DataContracts.WebUI.Content.UserContentDeleteRequest) === 'undefined') {
TangoFx.Services.DataContracts.WebUI.Content.UserContentDeleteRequest=gtc("UserContentDeleteRequest:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.WebUI.Content");
TangoFx.Services.DataContracts.WebUI.Content.UserContentDeleteRequest.registerClass('TangoFx.Services.DataContracts.WebUI.Content.UserContentDeleteRequest');
}
if (typeof(TangoFx.Services.DataContracts.Community.CommunityAction.GetCommunitiesCategoryListRequest) === 'undefined') {
TangoFx.Services.DataContracts.Community.CommunityAction.GetCommunitiesCategoryListRequest=gtc("GetCommunitiesCategoryListRequest:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Community.CommunityAction");
TangoFx.Services.DataContracts.Community.CommunityAction.GetCommunitiesCategoryListRequest.registerClass('TangoFx.Services.DataContracts.Community.CommunityAction.GetCommunitiesCategoryListRequest');
}
if (typeof(TangoFx.Services.DataContracts.Community.CommunityAction.GetCommunitiesCategoryListResponse) === 'undefined') {
TangoFx.Services.DataContracts.Community.CommunityAction.GetCommunitiesCategoryListResponse=gtc("GetCommunitiesCategoryListResponse:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Community.CommunityAction");
TangoFx.Services.DataContracts.Community.CommunityAction.GetCommunitiesCategoryListResponse.registerClass('TangoFx.Services.DataContracts.Community.CommunityAction.GetCommunitiesCategoryListResponse');
}
if (typeof(TangoFx.Services.DataContracts.Community.GetCommunityFileAssociationResponse) === 'undefined') {
TangoFx.Services.DataContracts.Community.GetCommunityFileAssociationResponse=gtc("GetCommunityFileAssociationResponse:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Community");
TangoFx.Services.DataContracts.Community.GetCommunityFileAssociationResponse.registerClass('TangoFx.Services.DataContracts.Community.GetCommunityFileAssociationResponse');
}
if (typeof(TangoFx.Services.DataContracts.Community.CommunityFileAssociationDC) === 'undefined') {
TangoFx.Services.DataContracts.Community.CommunityFileAssociationDC=gtc("CommunityFileAssociationDC:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Community");
TangoFx.Services.DataContracts.Community.CommunityFileAssociationDC.registerClass('TangoFx.Services.DataContracts.Community.CommunityFileAssociationDC');
}
Type.registerNamespace('TangoFx.Services.DataContracts.WebUI.Community');
if (typeof(TangoFx.Services.DataContracts.WebUI.Community.CommunityDetailsRequest) === 'undefined') {
TangoFx.Services.DataContracts.WebUI.Community.CommunityDetailsRequest=gtc("CommunityDetailsRequest:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.WebUI.Community");
TangoFx.Services.DataContracts.WebUI.Community.CommunityDetailsRequest.registerClass('TangoFx.Services.DataContracts.WebUI.Community.CommunityDetailsRequest');
}
if (typeof(TangoFx.Services.DataContracts.WebUI.Community.CommunityDetailsResponse) === 'undefined') {
TangoFx.Services.DataContracts.WebUI.Community.CommunityDetailsResponse=gtc("CommunityDetailsResponse:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.WebUI.Community");
TangoFx.Services.DataContracts.WebUI.Community.CommunityDetailsResponse.registerClass('TangoFx.Services.DataContracts.WebUI.Community.CommunityDetailsResponse');
}
if (typeof(TangoFx.Services.DataContracts.Community.CommunityBase.CommunityWidgetDC) === 'undefined') {
TangoFx.Services.DataContracts.Community.CommunityBase.CommunityWidgetDC=gtc("CommunityWidgetDC:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Community.CommunityBase");
TangoFx.Services.DataContracts.Community.CommunityBase.CommunityWidgetDC.registerClass('TangoFx.Services.DataContracts.Community.CommunityBase.CommunityWidgetDC');
}
if (typeof(TangoFx.Services.DataContracts.Community.GetCommunityUsersRequest) === 'undefined') {
TangoFx.Services.DataContracts.Community.GetCommunityUsersRequest=gtc("GetCommunityUsersRequest:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Community");
TangoFx.Services.DataContracts.Community.GetCommunityUsersRequest.registerClass('TangoFx.Services.DataContracts.Community.GetCommunityUsersRequest');
}
if (typeof(TangoFx.Services.DataContracts.Community.GetCommunityUsersResponse) === 'undefined') {
TangoFx.Services.DataContracts.Community.GetCommunityUsersResponse=gtc("GetCommunityUsersResponse:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Community");
TangoFx.Services.DataContracts.Community.GetCommunityUsersResponse.registerClass('TangoFx.Services.DataContracts.Community.GetCommunityUsersResponse');
}
if (typeof(TangoFx.Services.DataContracts.Community.CommunityUserResponse) === 'undefined') {
TangoFx.Services.DataContracts.Community.CommunityUserResponse=gtc("CommunityUserResponse:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Community");
TangoFx.Services.DataContracts.Community.CommunityUserResponse.registerClass('TangoFx.Services.DataContracts.Community.CommunityUserResponse');
}
if (typeof(TangoFx.Services.DataContracts.Community.CommunityMemberConverter) === 'undefined') {
TangoFx.Services.DataContracts.Community.CommunityMemberConverter=gtc("CommunityMemberConverter:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Community");
TangoFx.Services.DataContracts.Community.CommunityMemberConverter.registerClass('TangoFx.Services.DataContracts.Community.CommunityMemberConverter');
}
Type.registerNamespace('TangoFx.Services.DataContracts.CreateSession');
if (typeof(TangoFx.Services.DataContracts.CreateSession.CreateSessionRequest) === 'undefined') {
TangoFx.Services.DataContracts.CreateSession.CreateSessionRequest=gtc("CreateSessionRequest:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.CreateSession");
TangoFx.Services.DataContracts.CreateSession.CreateSessionRequest.registerClass('TangoFx.Services.DataContracts.CreateSession.CreateSessionRequest');
}
if (typeof(TangoFx.Services.DataContracts.ContentStatisticsRequest) === 'undefined') {
TangoFx.Services.DataContracts.ContentStatisticsRequest=gtc("ContentStatisticsRequest:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts");
TangoFx.Services.DataContracts.ContentStatisticsRequest.registerClass('TangoFx.Services.DataContracts.ContentStatisticsRequest');
}
if (typeof(TangoFx.Services.DataContracts.Community.FriendRequest) === 'undefined') {
TangoFx.Services.DataContracts.Community.FriendRequest=gtc("FriendRequest:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Community");
TangoFx.Services.DataContracts.Community.FriendRequest.registerClass('TangoFx.Services.DataContracts.Community.FriendRequest');
}
if (typeof(TangoFx.Services.DataContracts.Community.FriendResponse) === 'undefined') {
TangoFx.Services.DataContracts.Community.FriendResponse=gtc("FriendResponse:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Community");
TangoFx.Services.DataContracts.Community.FriendResponse.registerClass('TangoFx.Services.DataContracts.Community.FriendResponse');
}
if (typeof(TangoFx.Services.DataContracts.Community.CommunityRecentUpdatesRequest) === 'undefined') {
TangoFx.Services.DataContracts.Community.CommunityRecentUpdatesRequest=gtc("CommunityRecentUpdatesRequest:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Community");
TangoFx.Services.DataContracts.Community.CommunityRecentUpdatesRequest.registerClass('TangoFx.Services.DataContracts.Community.CommunityRecentUpdatesRequest');
}
if (typeof(TangoFx.Services.DataContracts.Community.CommunityRecentUpdatesResponse) === 'undefined') {
TangoFx.Services.DataContracts.Community.CommunityRecentUpdatesResponse=gtc("CommunityRecentUpdatesResponse:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Community");
TangoFx.Services.DataContracts.Community.CommunityRecentUpdatesResponse.registerClass('TangoFx.Services.DataContracts.Community.CommunityRecentUpdatesResponse');
}
if (typeof(TangoFx.Services.DataContracts.Community.UserSessionInfo) === 'undefined') {
TangoFx.Services.DataContracts.Community.UserSessionInfo=gtc("UserSessionInfo:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Community");
TangoFx.Services.DataContracts.Community.UserSessionInfo.registerClass('TangoFx.Services.DataContracts.Community.UserSessionInfo');
}
if (typeof(TangoFx.Services.DataContracts.SendChatRequest) === 'undefined') {
TangoFx.Services.DataContracts.SendChatRequest=gtc("SendChatRequest:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts");
TangoFx.Services.DataContracts.SendChatRequest.registerClass('TangoFx.Services.DataContracts.SendChatRequest');
}
Type.registerNamespace('TangoFx.Services.DataContracts.Notify');
if (typeof(TangoFx.Services.DataContracts.Notify.TextChat) === 'undefined') {
TangoFx.Services.DataContracts.Notify.TextChat=gtc("TextChat:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Notify");
TangoFx.Services.DataContracts.Notify.TextChat.registerClass('TangoFx.Services.DataContracts.Notify.TextChat');
}
if (typeof(TangoFx.Services.DataContracts.Notify.SessionNotifyBase) === 'undefined') {
TangoFx.Services.DataContracts.Notify.SessionNotifyBase=gtc("SessionNotifyBase:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Notify");
TangoFx.Services.DataContracts.Notify.SessionNotifyBase.registerClass('TangoFx.Services.DataContracts.Notify.SessionNotifyBase');
}
Type.registerNamespace('TangoFX.UI.Web.Services.DataContracts');
if (typeof(TangoFX.UI.Web.Services.DataContracts.GetVideoSessionResponse) === 'undefined') {
TangoFX.UI.Web.Services.DataContracts.GetVideoSessionResponse=gtc("GetVideoSessionResponse:http://schemas.datacontract.org/2004/07/TangoFX.UI.Web.Services.DataContracts");
TangoFX.UI.Web.Services.DataContracts.GetVideoSessionResponse.registerClass('TangoFX.UI.Web.Services.DataContracts.GetVideoSessionResponse');
}
if (typeof(TangoFX.UI.Web.Services.DataContracts.SessionInfo) === 'undefined') {
TangoFX.UI.Web.Services.DataContracts.SessionInfo=gtc("SessionInfo:http://schemas.datacontract.org/2004/07/TangoFX.UI.Web.Services.DataContracts");
TangoFX.UI.Web.Services.DataContracts.SessionInfo.registerClass('TangoFX.UI.Web.Services.DataContracts.SessionInfo');
}
Type.registerNamespace('TangoFx.Services.DataContracts.Player');
if (typeof(TangoFx.Services.DataContracts.Player.SyncRequest) === 'undefined') {
TangoFx.Services.DataContracts.Player.SyncRequest=gtc("SyncRequest:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Player");
TangoFx.Services.DataContracts.Player.SyncRequest.registerClass('TangoFx.Services.DataContracts.Player.SyncRequest');
}
if (typeof(TangoFx.Services.DataContracts.Notify.MediaSync) === 'undefined') {
TangoFx.Services.DataContracts.Notify.MediaSync=gtc("MediaSync:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Notify");
TangoFx.Services.DataContracts.Notify.MediaSync.registerClass('TangoFx.Services.DataContracts.Notify.MediaSync');
}
if (typeof(TangoFx.Services.DataContracts.VideoChatDC) === 'undefined') {
TangoFx.Services.DataContracts.VideoChatDC=gtc("VideoChatDC:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts");
TangoFx.Services.DataContracts.VideoChatDC.registerClass('TangoFx.Services.DataContracts.VideoChatDC');
}
if (typeof(TangoFx.Services.DataContracts.Notify.CamPublish) === 'undefined') {
TangoFx.Services.DataContracts.Notify.CamPublish=gtc("CamPublish:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Notify");
TangoFx.Services.DataContracts.Notify.CamPublish.registerClass('TangoFx.Services.DataContracts.Notify.CamPublish');
}
if (typeof(TangoFx.Services.DataContracts.Notify.Widget) === 'undefined') {
TangoFx.Services.DataContracts.Notify.Widget=gtc("Widget:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Notify");
TangoFx.Services.DataContracts.Notify.Widget.registerClass('TangoFx.Services.DataContracts.Notify.Widget');
}
if (typeof(TangoFx.Services.DataContracts.Notify.InteractiveWidget) === 'undefined') {
TangoFx.Services.DataContracts.Notify.InteractiveWidget=gtc("InteractiveWidget:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Notify");
TangoFx.Services.DataContracts.Notify.InteractiveWidget.registerClass('TangoFx.Services.DataContracts.Notify.InteractiveWidget');
}
Type.registerNamespace('TangoFx.Services.DataContracts.WebUI.Messages');
if (typeof(TangoFx.Services.DataContracts.WebUI.Messages.SessionActionRequest) === 'undefined') {
TangoFx.Services.DataContracts.WebUI.Messages.SessionActionRequest=gtc("SessionActionRequest:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.WebUI.Messages");
TangoFx.Services.DataContracts.WebUI.Messages.SessionActionRequest.registerClass('TangoFx.Services.DataContracts.WebUI.Messages.SessionActionRequest');
}
if (typeof(TangoFx.Services.DataContracts.Notify.SessionUser) === 'undefined') {
TangoFx.Services.DataContracts.Notify.SessionUser=gtc("SessionUser:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Notify");
TangoFx.Services.DataContracts.Notify.SessionUser.registerClass('TangoFx.Services.DataContracts.Notify.SessionUser');
}
if (typeof(TangoFx.Services.DataContracts.IngestFilerequest) === 'undefined') {
TangoFx.Services.DataContracts.IngestFilerequest=gtc("IngestFilerequest:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts");
TangoFx.Services.DataContracts.IngestFilerequest.registerClass('TangoFx.Services.DataContracts.IngestFilerequest');
}
if (typeof(TangoFx.Services.DataContracts.User.UserImageDCRequest) === 'undefined') {
TangoFx.Services.DataContracts.User.UserImageDCRequest=gtc("UserImageDCRequest:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.User");
TangoFx.Services.DataContracts.User.UserImageDCRequest.registerClass('TangoFx.Services.DataContracts.User.UserImageDCRequest');
}
if (typeof(TangoFx.Services.DataContracts.User.UserImageDCResponse) === 'undefined') {
TangoFx.Services.DataContracts.User.UserImageDCResponse=gtc("UserImageDCResponse:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.User");
TangoFx.Services.DataContracts.User.UserImageDCResponse.registerClass('TangoFx.Services.DataContracts.User.UserImageDCResponse');
}
if (typeof(TangoFx.Services.DataContracts.User.UserImageDC) === 'undefined') {
TangoFx.Services.DataContracts.User.UserImageDC=gtc("UserImageDC:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.User");
TangoFx.Services.DataContracts.User.UserImageDC.registerClass('TangoFx.Services.DataContracts.User.UserImageDC');
}
if (typeof(TangoFx.Services.DataContracts.Rating.RatingRequest) === 'undefined') {
TangoFx.Services.DataContracts.Rating.RatingRequest=gtc("RatingRequest:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Rating");
TangoFx.Services.DataContracts.Rating.RatingRequest.registerClass('TangoFx.Services.DataContracts.Rating.RatingRequest');
}
if (typeof(TangoFx.Services.DataContracts.Rating.RatingDC) === 'undefined') {
TangoFx.Services.DataContracts.Rating.RatingDC=gtc("RatingDC:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Rating");
TangoFx.Services.DataContracts.Rating.RatingDC.registerClass('TangoFx.Services.DataContracts.Rating.RatingDC');
}
if (typeof(TangoFx.Services.DataContracts.Community.CommunityAction.CommunityJoinResponse) === 'undefined') {
TangoFx.Services.DataContracts.Community.CommunityAction.CommunityJoinResponse=gtc("CommunityJoinResponse:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts.Community.CommunityAction");
TangoFx.Services.DataContracts.Community.CommunityAction.CommunityJoinResponse.registerClass('TangoFx.Services.DataContracts.Community.CommunityAction.CommunityJoinResponse');
}
if (typeof(TangoFx.Services.DataContracts.CommentReqest) === 'undefined') {
TangoFx.Services.DataContracts.CommentReqest=gtc("CommentReqest:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts");
TangoFx.Services.DataContracts.CommentReqest.registerClass('TangoFx.Services.DataContracts.CommentReqest');
}
if (typeof(TangoFx.Services.DataContracts.CommentResponse) === 'undefined') {
TangoFx.Services.DataContracts.CommentResponse=gtc("CommentResponse:http://schemas.datacontract.org/2004/07/TangoFx.Services.DataContracts");
TangoFx.Services.DataContracts.CommentResponse.registerClass('TangoFx.Services.DataContracts.CommentResponse');
}
if (typeof(Components.Data.Gender) === 'undefined') {
Components.Data.Gender = function() { throw Error.invalidOperation(); }
Components.Data.Gender.prototype = {Male: 1,Female: 2,NotSpecified: 3}
Components.Data.Gender.registerEnum('Components.Data.Gender', true);
}
if (typeof(Components.Data.RelationshipStatus) === 'undefined') {
Components.Data.RelationshipStatus = function() { throw Error.invalidOperation(); }
Components.Data.RelationshipStatus.prototype = {Single: 1,InRelationship: 2,Engaged: 3,Married: 4,Complicated: 5,OpenRelationship: 6,Widowed: 7,NotSpecified: 8}
Components.Data.RelationshipStatus.registerEnum('Components.Data.RelationshipStatus', true);
}
if (typeof(Components.Data.UserStatus) === 'undefined') {
Components.Data.UserStatus = function() { throw Error.invalidOperation(); }
Components.Data.UserStatus.prototype = {Pending: 1,Approved: 2,Rejected: 3,Deleted: 4}
Components.Data.UserStatus.registerEnum('Components.Data.UserStatus', true);
}
if (typeof(Components.Data.SessionStatus) === 'undefined') {
Components.Data.SessionStatus = function() { throw Error.invalidOperation(); }
Components.Data.SessionStatus.prototype = {Create: 1,Open: 2,Close: 3,Playing: 4}
Components.Data.SessionStatus.registerEnum('Components.Data.SessionStatus', true);
}
if (typeof(Components.Data.SessionActivityType) === 'undefined') {
Components.Data.SessionActivityType = function() { throw Error.invalidOperation(); }
Components.Data.SessionActivityType.prototype = {Animation: 1,Chat: 2,VideoChat: 3,SessionStart: 4,SessionClose: 5,QuitSession: 6,JoinSession: 7,DrawingBoard: 8,NewUserInvited: 9}
Components.Data.SessionActivityType.registerEnum('Components.Data.SessionActivityType', true);
}
if (typeof(Components.Data.UserSessionStatus) === 'undefined') {
Components.Data.UserSessionStatus = function() { throw Error.invalidOperation(); }
Components.Data.UserSessionStatus.prototype = {Invite: 0,Accept: 1,Reject: 2,Joined: 3,Quit: 4}
Components.Data.UserSessionStatus.registerEnum('Components.Data.UserSessionStatus', true);
}
if (typeof(Components.Data.InvitationRole) === 'undefined') {
Components.Data.InvitationRole = function() { throw Error.invalidOperation(); }
Components.Data.InvitationRole.prototype = {Guest: 1,Participant: 2,JoinRequest: 3}
Components.Data.InvitationRole.registerEnum('Components.Data.InvitationRole', true);
}
if (typeof(Components.Data.InvitationType) === 'undefined') {
Components.Data.InvitationType = function() { throw Error.invalidOperation(); }
Components.Data.InvitationType.prototype = {Email: 1,WallFeed: 2,InvitationRequest: 3,CopyURL: 4}
Components.Data.InvitationType.registerEnum('Components.Data.InvitationType', true);
}
if (typeof(Components.Data.InvtiationStatus) === 'undefined') {
Components.Data.InvtiationStatus = function() { throw Error.invalidOperation(); }
Components.Data.InvtiationStatus.prototype = {Pending: 1,Approved: 2,Rejected: 3,Deleted: 4}
Components.Data.InvtiationStatus.registerEnum('Components.Data.InvtiationStatus', true);
}
if (typeof(Components.Data.MessageType) === 'undefined') {
Components.Data.MessageType = function() { throw Error.invalidOperation(); }
Components.Data.MessageType.prototype = {Invitation: 1,Session: 2,Leave: 3,FriendRequest: 4,CommunityJoinRequest: 5}
Components.Data.MessageType.registerEnum('Components.Data.MessageType', true);
}
if (typeof(Components.Data.UserMessageStatus) === 'undefined') {
Components.Data.UserMessageStatus = function() { throw Error.invalidOperation(); }
Components.Data.UserMessageStatus.prototype = {Pending: 1,Approved: 2,Rejected: 3,Deleted: 4}
Components.Data.UserMessageStatus.registerEnum('Components.Data.UserMessageStatus', true);
}
if (typeof(Components.Data.UserLoginStatus) === 'undefined') {
Components.Data.UserLoginStatus = function() { throw Error.invalidOperation(); }
Components.Data.UserLoginStatus.prototype = {Connected: 1,Disconnected: 2,Reconnect: 3}
Components.Data.UserLoginStatus.registerEnum('Components.Data.UserLoginStatus', true);
}
if (typeof(Components.Data.GroupStatus) === 'undefined') {
Components.Data.GroupStatus = function() { throw Error.invalidOperation(); }
Components.Data.GroupStatus.prototype = {Pending: 1,Approved: 2,Deleted: 3}
Components.Data.GroupStatus.registerEnum('Components.Data.GroupStatus', true);
}
if (typeof(Components.Data.GroupUserRole) === 'undefined') {
Components.Data.GroupUserRole = function() { throw Error.invalidOperation(); }
Components.Data.GroupUserRole.prototype = {User: 1,Moderator: 2,Guest: 3,Owner: 4}
Components.Data.GroupUserRole.registerEnum('Components.Data.GroupUserRole', true);
}
if (typeof(Components.Data.CommunityUserStatus) === 'undefined') {
Components.Data.CommunityUserStatus = function() { throw Error.invalidOperation(); }
Components.Data.CommunityUserStatus.prototype = {Pending: 1,Approved: 2,Rejected: 3,Leave: 4,Kickout: 5}
Components.Data.CommunityUserStatus.registerEnum('Components.Data.CommunityUserStatus', true);
}
if (typeof(Components.Data.UserActivityType) === 'undefined') {
Components.Data.UserActivityType = function() { throw Error.invalidOperation(); }
Components.Data.UserActivityType.prototype = {UserLogin: 1,UserLogout: 2,VOD: 3,SessionCreate: 4,SessionJoin: 5,CommunityCreate: 6,CommunityEdit: 7,CommunityDelete: 8,CommunityJoin: 9,ContentAdd: 10,ContentEdit: 11,ContentDelete: 12}
Components.Data.UserActivityType.registerEnum('Components.Data.UserActivityType', true);
}
if (typeof(Components.Data.FeedBackCategoryID) === 'undefined') {
Components.Data.FeedBackCategoryID = function() { throw Error.invalidOperation(); }
Components.Data.FeedBackCategoryID.prototype = {Login: 1,Media: 2,Session: 3,Animation: 4,Chat: 5,Friend: 6,Community: 7,Facebook: 8,Setting: 9,Miscellaneous: 10}
Components.Data.FeedBackCategoryID.registerEnum('Components.Data.FeedBackCategoryID', true);
}
if (typeof(Components.Data.FeedBackStatusID) === 'undefined') {
Components.Data.FeedBackStatusID = function() { throw Error.invalidOperation(); }
Components.Data.FeedBackStatusID.prototype = {New: 1,Pending: 2,Resolved: 3}
Components.Data.FeedBackStatusID.registerEnum('Components.Data.FeedBackStatusID', true);
}
if (typeof(Components.Data.UserFriendApprovalStatus) === 'undefined') {
Components.Data.UserFriendApprovalStatus = function() { throw Error.invalidOperation(); }
Components.Data.UserFriendApprovalStatus.prototype = {Pending: 1,Approved: 2,Rejected: 3}
Components.Data.UserFriendApprovalStatus.registerEnum('Components.Data.UserFriendApprovalStatus', true);
}
if (typeof(Components.Data.CSFType) === 'undefined') {
Components.Data.CSFType = function() { throw Error.invalidOperation(); }
Components.Data.CSFType.prototype = {TangoFX: 1,YouTube: 2,SlideShare: 3,ShowAndShare: 4,Ustream: 5}
Components.Data.CSFType.registerEnum('Components.Data.CSFType', true);
}
if (typeof(Components.Data.OptStatus) === 'undefined') {
Components.Data.OptStatus = function() { throw Error.invalidOperation(); }
Components.Data.OptStatus.prototype = {In: 1,Out: 2}
Components.Data.OptStatus.registerEnum('Components.Data.OptStatus', true);
}
if (typeof(Components.Data.CommunityStatus) === 'undefined') {
Components.Data.CommunityStatus = function() { throw Error.invalidOperation(); }
Components.Data.CommunityStatus.prototype = {Pending: 1,Approved: 2,Deleted: 3}
Components.Data.CommunityStatus.registerEnum('Components.Data.CommunityStatus', true);
}
if (typeof(Components.Data.CommunityPrivacyType) === 'undefined') {
Components.Data.CommunityPrivacyType = function() { throw Error.invalidOperation(); }
Components.Data.CommunityPrivacyType.prototype = {Private: 1,Public: 2}
Components.Data.CommunityPrivacyType.registerEnum('Components.Data.CommunityPrivacyType', true);
}
if (typeof(Components.Data.CommunityApprovalMethod) === 'undefined') {
Components.Data.CommunityApprovalMethod = function() { throw Error.invalidOperation(); }
Components.Data.CommunityApprovalMethod.prototype = {AutoApproval: 1,RequestToJoin: 2}
Components.Data.CommunityApprovalMethod.registerEnum('Components.Data.CommunityApprovalMethod', true);
}
if (typeof(Components.Data.GroupPrivacyType) === 'undefined') {
Components.Data.GroupPrivacyType = function() { throw Error.invalidOperation(); }
Components.Data.GroupPrivacyType.prototype = {Private: 1,Public: 2}
Components.Data.GroupPrivacyType.registerEnum('Components.Data.GroupPrivacyType', true);
}
if (typeof(Components.Data.CategoryStatus) === 'undefined') {
Components.Data.CategoryStatus = function() { throw Error.invalidOperation(); }
Components.Data.CategoryStatus.prototype = {Active: 1,Suspend: 2}
Components.Data.CategoryStatus.registerEnum('Components.Data.CategoryStatus', true);
}
if (typeof(Components.Data.CommunityFileStatus) === 'undefined') {
Components.Data.CommunityFileStatus = function() { throw Error.invalidOperation(); }
Components.Data.CommunityFileStatus.prototype = {Pending: 1,Approved: 2,Deleted: 3}
Components.Data.CommunityFileStatus.registerEnum('Components.Data.CommunityFileStatus', true);
}
if (typeof(Components.Data.ActivityStatus) === 'undefined') {
Components.Data.ActivityStatus = function() { throw Error.invalidOperation(); }
Components.Data.ActivityStatus.prototype = {Active: 1,InActive: 2}
Components.Data.ActivityStatus.registerEnum('Components.Data.ActivityStatus', true);
}
if (typeof(Components.Data.CommunityRoleStatus) === 'undefined') {
Components.Data.CommunityRoleStatus = function() { throw Error.invalidOperation(); }
Components.Data.CommunityRoleStatus.prototype = {Active: 1,InActive: 2}
Components.Data.CommunityRoleStatus.registerEnum('Components.Data.CommunityRoleStatus', true);
}
if (typeof(Components.Data.ModuleStatus) === 'undefined') {
Components.Data.ModuleStatus = function() { throw Error.invalidOperation(); }
Components.Data.ModuleStatus.prototype = {Active: 1,InActive: 2}
Components.Data.ModuleStatus.registerEnum('Components.Data.ModuleStatus', true);
}
if (typeof(Components.Data.RoleActivityStatus) === 'undefined') {
Components.Data.RoleActivityStatus = function() { throw Error.invalidOperation(); }
Components.Data.RoleActivityStatus.prototype = {Active: 1,InActive: 2}
Components.Data.RoleActivityStatus.registerEnum('Components.Data.RoleActivityStatus', true);
}
if (typeof(Components.Data.RoleStatus) === 'undefined') {
Components.Data.RoleStatus = function() { throw Error.invalidOperation(); }
Components.Data.RoleStatus.prototype = {Active: 1,InActive: 2}
Components.Data.RoleStatus.registerEnum('Components.Data.RoleStatus', true);
}
if (typeof(TangoFx.Services.DataContracts.NewsFeed.NewsFilter) === 'undefined') {
TangoFx.Services.DataContracts.NewsFeed.NewsFilter = function() { throw Error.invalidOperation(); }
TangoFx.Services.DataContracts.NewsFeed.NewsFilter.prototype = {None: 0,Comments: 1}
TangoFx.Services.DataContracts.NewsFeed.NewsFilter.registerEnum('TangoFx.Services.DataContracts.NewsFeed.NewsFilter', true);
}
if (typeof(TangoFx.Services.DataContracts.MediaTypeDC) === 'undefined') {
TangoFx.Services.DataContracts.MediaTypeDC = function() { throw Error.invalidOperation(); }
TangoFx.Services.DataContracts.MediaTypeDC.prototype = {Media: 1,User: 2,Community: 3,Comment: 4,Story: 5}
TangoFx.Services.DataContracts.MediaTypeDC.registerEnum('TangoFx.Services.DataContracts.MediaTypeDC', true);
}
if (typeof(TangoFx.Services.DataContracts.FeedBack.FeedBackAction) === 'undefined') {
TangoFx.Services.DataContracts.FeedBack.FeedBackAction = function() { throw Error.invalidOperation(); }
TangoFx.Services.DataContracts.FeedBack.FeedBackAction.prototype = {Add: 1,Delete: 2,Update: 3}
TangoFx.Services.DataContracts.FeedBack.FeedBackAction.registerEnum('TangoFx.Services.DataContracts.FeedBack.FeedBackAction', true);
}
if (typeof(TangoFx.Services.DataContracts.WebUI.Session.UpdateVideoSessionUserResultType) === 'undefined') {
TangoFx.Services.DataContracts.WebUI.Session.UpdateVideoSessionUserResultType = function() { throw Error.invalidOperation(); }
TangoFx.Services.DataContracts.WebUI.Session.UpdateVideoSessionUserResultType.prototype = {UserInviteSuccess: 1,UserAlreadyInvited: 2,InviteRejected: 3,SessionClosed: 4,InviteFailed: 5}
TangoFx.Services.DataContracts.WebUI.Session.UpdateVideoSessionUserResultType.registerEnum('TangoFx.Services.DataContracts.WebUI.Session.UpdateVideoSessionUserResultType', true);
}
if (typeof(TangoFx.Services.DataContracts.WebUI.Content.FetchRatings) === 'undefined') {
TangoFx.Services.DataContracts.WebUI.Content.FetchRatings = function() { throw Error.invalidOperation(); }
TangoFx.Services.DataContracts.WebUI.Content.FetchRatings.prototype = {None: 0,Vote: 1,Rating: 2}
TangoFx.Services.DataContracts.WebUI.Content.FetchRatings.registerEnum('TangoFx.Services.DataContracts.WebUI.Content.FetchRatings', true);
}
if (typeof(TangoFx.Services.DataContracts.WebUI.Content.ObjectType) === 'undefined') {
TangoFx.Services.DataContracts.WebUI.Content.ObjectType = function() { throw Error.invalidOperation(); }
TangoFx.Services.DataContracts.WebUI.Content.ObjectType.prototype = {Content: 0,Member: 1}
TangoFx.Services.DataContracts.WebUI.Content.ObjectType.registerEnum('TangoFx.Services.DataContracts.WebUI.Content.ObjectType', true);
}
if (typeof(TangoFx.Services.DataContracts.DataFetchMode) === 'undefined') {
TangoFx.Services.DataContracts.DataFetchMode = function() { throw Error.invalidOperation(); }
TangoFx.Services.DataContracts.DataFetchMode.prototype = {ContentList: 1,GetCSFFileDetails: 2}
TangoFx.Services.DataContracts.DataFetchMode.registerEnum('TangoFx.Services.DataContracts.DataFetchMode', true);
}
if (typeof(TangoFx.Services.DataContracts.Community.CommunityContentAction) === 'undefined') {
TangoFx.Services.DataContracts.Community.CommunityContentAction = function() { throw Error.invalidOperation(); }
TangoFx.Services.DataContracts.Community.CommunityContentAction.prototype = {Add: 1,Delete: 2,Update: 3,List: 4,ContentMetaDataUpdate: 5,FileUploadFailed: 6}
TangoFx.Services.DataContracts.Community.CommunityContentAction.registerEnum('TangoFx.Services.DataContracts.Community.CommunityContentAction', true);
}
if (typeof(TangoFx.Services.DataContracts.WebUI.DataContract.CommunityApprovalMethod) === 'undefined') {
TangoFx.Services.DataContracts.WebUI.DataContract.CommunityApprovalMethod = function() { throw Error.invalidOperation(); }
TangoFx.Services.DataContracts.WebUI.DataContract.CommunityApprovalMethod.prototype = {AutoApproval: 1,RequestToJoin: 2}
TangoFx.Services.DataContracts.WebUI.DataContract.CommunityApprovalMethod.registerEnum('TangoFx.Services.DataContracts.WebUI.DataContract.CommunityApprovalMethod', true);
}
if (typeof(TangoFx.Services.DataContracts.WebUI.DataContract.CommunityPrivacyType) === 'undefined') {
TangoFx.Services.DataContracts.WebUI.DataContract.CommunityPrivacyType = function() { throw Error.invalidOperation(); }
TangoFx.Services.DataContracts.WebUI.DataContract.CommunityPrivacyType.prototype = {Private: 1,Public: 2}
TangoFx.Services.DataContracts.WebUI.DataContract.CommunityPrivacyType.registerEnum('TangoFx.Services.DataContracts.WebUI.DataContract.CommunityPrivacyType', true);
}
if (typeof(TangoFx.Services.DataContracts.WebUI.DataContract.CommunityStatus) === 'undefined') {
TangoFx.Services.DataContracts.WebUI.DataContract.CommunityStatus = function() { throw Error.invalidOperation(); }
TangoFx.Services.DataContracts.WebUI.DataContract.CommunityStatus.prototype = {Pending: 1,Approved: 2,Deleted: 3}
TangoFx.Services.DataContracts.WebUI.DataContract.CommunityStatus.registerEnum('TangoFx.Services.DataContracts.WebUI.DataContract.CommunityStatus', true);
}
if (typeof(Components.Data.FileStatus) === 'undefined') {
Components.Data.FileStatus = function() { throw Error.invalidOperation(); }
Components.Data.FileStatus.prototype = {Ready: 1,Failed: 2,Pending: 3,Deleted: 4,FileUploading: 5}
Components.Data.FileStatus.registerEnum('Components.Data.FileStatus', true);
}
if (typeof(TangoFx.Services.DataContracts.Community.CommunityUserStatusDC) === 'undefined') {
TangoFx.Services.DataContracts.Community.CommunityUserStatusDC = function() { throw Error.invalidOperation(); }
TangoFx.Services.DataContracts.Community.CommunityUserStatusDC.prototype = {Pending: 1,Approved: 2,Rejected: 3,KickOut: 4,Leave: 5}
TangoFx.Services.DataContracts.Community.CommunityUserStatusDC.registerEnum('TangoFx.Services.DataContracts.Community.CommunityUserStatusDC', true);
}
if (typeof(TangoFx.Services.DataContracts.Player.SyncRequestType) === 'undefined') {
TangoFx.Services.DataContracts.Player.SyncRequestType = function() { throw Error.invalidOperation(); }
TangoFx.Services.DataContracts.Player.SyncRequestType.prototype = {PlayReady: 0,PlayStart: 1,PlaySync: 2,Pause: 3,Seek: 4}
TangoFx.Services.DataContracts.Player.SyncRequestType.registerEnum('TangoFx.Services.DataContracts.Player.SyncRequestType', true);
}
if (typeof(TangoFx.Services.DataContracts.WebUI.Messages.MessageStatus) === 'undefined') {
TangoFx.Services.DataContracts.WebUI.Messages.MessageStatus = function() { throw Error.invalidOperation(); }
TangoFx.Services.DataContracts.WebUI.Messages.MessageStatus.prototype = {Pending: 1,Approved: 2,Reject: 3,Deleted: 4}
TangoFx.Services.DataContracts.WebUI.Messages.MessageStatus.registerEnum('TangoFx.Services.DataContracts.WebUI.Messages.MessageStatus', true);
}
if (typeof(TangoFx.Services.DataContracts.Rating.RatingAction) === 'undefined') {
TangoFx.Services.DataContracts.Rating.RatingAction = function() { throw Error.invalidOperation(); }
TangoFx.Services.DataContracts.Rating.RatingAction.prototype = {Fetch: 1,Update: 2}
TangoFx.Services.DataContracts.Rating.RatingAction.registerEnum('TangoFx.Services.DataContracts.Rating.RatingAction', true);
}
if (typeof(TangoFx.Services.DataContracts.Rating.ValueType) === 'undefined') {
TangoFx.Services.DataContracts.Rating.ValueType = function() { throw Error.invalidOperation(); }
TangoFx.Services.DataContracts.Rating.ValueType.prototype = {Vote: 1,Rating: 2}
TangoFx.Services.DataContracts.Rating.ValueType.registerEnum('TangoFx.Services.DataContracts.Rating.ValueType', true);
}
if (typeof(Components.Data.VotingValues) === 'undefined') {
Components.Data.VotingValues = function() { throw Error.invalidOperation(); }
Components.Data.VotingValues.prototype = {ThumbsUp: 5,ThumbsDown: 1}
Components.Data.VotingValues.registerEnum('Components.Data.VotingValues', true);
}

