Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the vw_aspnet_MembershipUsers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovw_aspnet_MembershipUsers(vw_aspnet_MembershipUsers vw_aspnet_MembershipUsers)
 {
     base.AddObject("vw_aspnet_MembershipUsers", vw_aspnet_MembershipUsers);
 }
Example #2
0
 /// <summary>
 /// Create a new vw_aspnet_MembershipUsers object.
 /// </summary>
 /// <param name="userId">Initial value of the UserId property.</param>
 /// <param name="passwordFormat">Initial value of the PasswordFormat property.</param>
 /// <param name="isApproved">Initial value of the IsApproved property.</param>
 /// <param name="isLockedOut">Initial value of the IsLockedOut property.</param>
 /// <param name="createDate">Initial value of the CreateDate property.</param>
 /// <param name="lastLoginDate">Initial value of the LastLoginDate property.</param>
 /// <param name="lastPasswordChangedDate">Initial value of the LastPasswordChangedDate property.</param>
 /// <param name="lastLockoutDate">Initial value of the LastLockoutDate property.</param>
 /// <param name="failedPasswordAttemptCount">Initial value of the FailedPasswordAttemptCount property.</param>
 /// <param name="failedPasswordAttemptWindowStart">Initial value of the FailedPasswordAttemptWindowStart property.</param>
 /// <param name="failedPasswordAnswerAttemptCount">Initial value of the FailedPasswordAnswerAttemptCount property.</param>
 /// <param name="failedPasswordAnswerAttemptWindowStart">Initial value of the FailedPasswordAnswerAttemptWindowStart property.</param>
 /// <param name="applicationId">Initial value of the ApplicationId property.</param>
 /// <param name="userName">Initial value of the UserName property.</param>
 /// <param name="isAnonymous">Initial value of the IsAnonymous property.</param>
 /// <param name="lastActivityDate">Initial value of the LastActivityDate property.</param>
 public static vw_aspnet_MembershipUsers Createvw_aspnet_MembershipUsers(global::System.Guid userId, global::System.Int32 passwordFormat, global::System.Boolean isApproved, global::System.Boolean isLockedOut, global::System.DateTime createDate, global::System.DateTime lastLoginDate, global::System.DateTime lastPasswordChangedDate, global::System.DateTime lastLockoutDate, global::System.Int32 failedPasswordAttemptCount, global::System.DateTime failedPasswordAttemptWindowStart, global::System.Int32 failedPasswordAnswerAttemptCount, global::System.DateTime failedPasswordAnswerAttemptWindowStart, global::System.Guid applicationId, global::System.String userName, global::System.Boolean isAnonymous, global::System.DateTime lastActivityDate)
 {
     vw_aspnet_MembershipUsers vw_aspnet_MembershipUsers = new vw_aspnet_MembershipUsers();
     vw_aspnet_MembershipUsers.UserId = userId;
     vw_aspnet_MembershipUsers.PasswordFormat = passwordFormat;
     vw_aspnet_MembershipUsers.IsApproved = isApproved;
     vw_aspnet_MembershipUsers.IsLockedOut = isLockedOut;
     vw_aspnet_MembershipUsers.CreateDate = createDate;
     vw_aspnet_MembershipUsers.LastLoginDate = lastLoginDate;
     vw_aspnet_MembershipUsers.LastPasswordChangedDate = lastPasswordChangedDate;
     vw_aspnet_MembershipUsers.LastLockoutDate = lastLockoutDate;
     vw_aspnet_MembershipUsers.FailedPasswordAttemptCount = failedPasswordAttemptCount;
     vw_aspnet_MembershipUsers.FailedPasswordAttemptWindowStart = failedPasswordAttemptWindowStart;
     vw_aspnet_MembershipUsers.FailedPasswordAnswerAttemptCount = failedPasswordAnswerAttemptCount;
     vw_aspnet_MembershipUsers.FailedPasswordAnswerAttemptWindowStart = failedPasswordAnswerAttemptWindowStart;
     vw_aspnet_MembershipUsers.ApplicationId = applicationId;
     vw_aspnet_MembershipUsers.UserName = userName;
     vw_aspnet_MembershipUsers.IsAnonymous = isAnonymous;
     vw_aspnet_MembershipUsers.LastActivityDate = lastActivityDate;
     return vw_aspnet_MembershipUsers;
 }