Property | Type | Description | |
---|---|---|---|
AppName | ApplicationName |
Method | Description | |
---|---|---|
CheckIfJustCreatedProfile ( System userProfile ) : bool | ||
GetAllUserProfiles ( ) : System.Web.Security.MembershipUserCollection | ||
GetCurrentUserType ( ) : string | ||
GetUserInsulinCalcProfile ( ) : |
||
GetUserInsulinCalcProfileModel ( ) : |
||
GetUserProfile ( ) : |
Get current user profile.
|
|
GetUserProfile ( string userName ) : |
||
TraceSuggestValue ( string q, double lat, double lng ) : void |
Adding tracing to specific user.
|
|
UserProfileFacade ( ApplicationName app ) : System |
Method | Description | |
---|---|---|
FindNearestCoupon ( List |
||
GetClosesMedal ( ) : |
||
GetCoupon ( |
||
GetLastMeal ( ) : |
||
GetLastMedal ( ) : |
||
GetMedals ( ) : List |
||
GetTotalPoints ( ) : int | ||
MedalsNotificationCheck ( ) : bool | ||
SaveUserActivity ( |
||
TraceAprooveMeal ( IEnumerable |
||
TraceBasicRestMeal ( |
||
TurnOffMedalFlag ( ) : bool | ||
UpdateCarbsInLastMeal ( string restaurnatId, int menuPartId, int dishId, double totalCarbohydrate ) : bool | ||
UpdatePostMealSugar ( int sugarLevel ) : void | ||
UpdatePreMealSugar ( int sugarLevel, int targetSugar ) : void | ||
VerifyUserLastMeal ( ) : double | ||
factoryMedalChecker ( ) : |
public static CheckIfJustCreatedProfile ( System userProfile ) : bool | ||
userProfile | System | |
return | bool |
public static GetAllUserProfiles ( ) : System.Web.Security.MembershipUserCollection | ||
return | System.Web.Security.MembershipUserCollection |
public static GetCurrentUserType ( ) : string | ||
return | string |
public static GetUserInsulinCalcProfile ( ) : |
||
return |
public static GetUserInsulinCalcProfileModel ( ) : |
||
return |
public static GetUserProfile ( ) : |
||
return |
public static GetUserProfile ( string userName ) : |
||
userName | string | |
return |
public TraceSuggestValue ( string q, double lat, double lng ) : void | ||
q | string | |
lat | double | |
lng | double | |
return | void |
public UserProfileFacade ( ApplicationName app ) : System | ||
app | ApplicationName | |
return | System |