Method | Description | |
---|---|---|
FetchUserData ( System.Guid userModelId ) : |
||
GetUserBaseInsulinCalcProfile ( this userData ) : |
||
GetUserData ( this userData ) : |
||
GetUserMeal ( this userData, System.Guid mealId ) : |
||
GetUserType ( this userData ) : string | ||
SetUserData ( this userData, |
||
SetUserInsulinCalcProfile ( this userProfile, |
||
SetUserType ( this userProfile, string userType ) : void | ||
ToMeal ( this |
Creates new instance of meal.
|
Method | Description | |
---|---|---|
UpsertUserModel ( |
public static FetchUserData ( System.Guid userModelId ) : |
||
userModelId | System.Guid | |
return |
public static GetUserBaseInsulinCalcProfile ( this userData ) : |
||
userData | this | |
return |
public static GetUserData ( this userData ) : |
||
userData | this | |
return |
public static GetUserMeal ( this userData, System.Guid mealId ) : |
||
userData | this | |
mealId | System.Guid | |
return |
public static GetUserType ( this userData ) : string | ||
userData | this | |
return | string |
public static SetUserData ( this userData, |
||
userData | this | |
usermodel | ||
return | void |
public static SetUserInsulinCalcProfile ( this userProfile, |
||
userProfile | this | |
userInsulineProfile | ||
return | void |
public static SetUserType ( this userProfile, string userType ) : void | ||
userProfile | this | |
userType | string | |
return | void |
public static ToMeal ( this |
||
meal | this |
|
return |