"TeamManagementState"; private const string startDate = "StartDate"; private const string endDate = "EndDate"; //--------------------------------------------------------------------- # endregion
# region Public Properties //--------------------------------------------------------------------- /// <summary> /// The Username is the domain name and username of the current user. /// </summary> public static string Username { get { return HttpContext.Current.User.Identity.Name; } }
/// <summary> /// UserAuthorisation contains the authorisation information for /// the current user. /// </summary> public static UserAuthorisation UserAuthorisation { get { UserAuthorisation userAuth = (UserAuthorisation)HttpContext.Current.Session[userAuthorisation];
// Check whether the UserAuthorisation has expired if (
上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] 下一页 |