Example #1
0
 public aspnet_UsersRowChangeEvent(aspnet_UsersRow row,System.Data.DataRowAction action)
 {
    this.eventRow = row;
    this.eventAction = action;
 }
Example #2
0
 public void Removeaspnet_UsersRow(aspnet_UsersRow row)
 {
    this.Rows.Remove(row);
 }
Example #3
0
 public aspnet_UsersInRolesRow Addaspnet_UsersInRolesRow(aspnet_UsersRow parentaspnet_UsersRowByFK__aspnet_Us__UserI__31EC6D26,aspnet_RolesRow parentaspnet_RolesRowByFK__aspnet_Us__RoleI__32E0915F)
 {
    aspnet_UsersInRolesRow rowaspnet_UsersInRolesRow = ((aspnet_UsersInRolesRow)(this.NewRow()));
    rowaspnet_UsersInRolesRow.ItemArray = new object[] {
                   parentaspnet_UsersRowByFK__aspnet_Us__UserI__31EC6D26[1],
                   parentaspnet_RolesRowByFK__aspnet_Us__RoleI__32E0915F[1]};
    this.Rows.Add(rowaspnet_UsersInRolesRow);
    return rowaspnet_UsersInRolesRow;
 }
Example #4
0
 public void Addaspnet_UsersRow(aspnet_UsersRow row)
 {
    this.Rows.Add(row);
 }
Example #5
0
 public aspnet_ProfileRow Addaspnet_ProfileRow(aspnet_UsersRow parentaspnet_UsersRowByFK__aspnet_Pr__UserI__24927208,string PropertyNames,string PropertyValuesString,byte[] PropertyValuesBinary,System.DateTime LastUpdatedDate)
 {
    aspnet_ProfileRow rowaspnet_ProfileRow = ((aspnet_ProfileRow)(this.NewRow()));
    rowaspnet_ProfileRow.ItemArray = new object[] {
                   parentaspnet_UsersRowByFK__aspnet_Pr__UserI__24927208[1],
                   PropertyNames,
                   PropertyValuesString,
                   PropertyValuesBinary,
                   LastUpdatedDate};
    this.Rows.Add(rowaspnet_ProfileRow);
    return rowaspnet_ProfileRow;
 }
Example #6
0
 public aspnet_PersonalizationPerUserRow Addaspnet_PersonalizationPerUserRow(System.Guid Id,aspnet_PathsRow parentaspnet_PathsRowByFK__aspnet_Pe__PathI__4AB81AF0,aspnet_UsersRow parentaspnet_UsersRowByFK__aspnet_Pe__UserI__4BAC3F29,byte[] PageSettings,System.DateTime LastUpdatedDate)
 {
    aspnet_PersonalizationPerUserRow rowaspnet_PersonalizationPerUserRow = ((aspnet_PersonalizationPerUserRow)(this.NewRow()));
    rowaspnet_PersonalizationPerUserRow.ItemArray = new object[] {
                   Id,
                   parentaspnet_PathsRowByFK__aspnet_Pe__PathI__4AB81AF0[1],
                   parentaspnet_UsersRowByFK__aspnet_Pe__UserI__4BAC3F29[1],
                   PageSettings,
                   LastUpdatedDate};
    this.Rows.Add(rowaspnet_PersonalizationPerUserRow);
    return rowaspnet_PersonalizationPerUserRow;
 }
Example #7
0
 public aspnet_MembershipRow Addaspnet_MembershipRow(
             aspnet_ApplicationsRow parentaspnet_ApplicationsRowByFK__aspnet_Me__Appli__0EA330E9,
             aspnet_UsersRow parentaspnet_UsersRowByFK__aspnet_Me__UserI__0F975522,
             string Password,
             int PasswordFormat,
             string PasswordSalt,
             string MobilePIN,
             string Email,
             string LoweredEmail,
             string PasswordQuestion,
             string PasswordAnswer,
             bool IsApproved,
             bool IsLockedOut,
             System.DateTime CreateDate,
             System.DateTime LastLoginDate,
             System.DateTime LastPasswordChangedDate,
             System.DateTime LastLockoutDate,
             int FailedPasswordAttemptCount,
             System.DateTime FailedPasswordAttemptWindowStart,
             int FailedPasswordAnswerAttemptCount,
             System.DateTime FailedPasswordAnswerAttemptWindowStart,
             string Comment)
 {
    aspnet_MembershipRow rowaspnet_MembershipRow = ((aspnet_MembershipRow)(this.NewRow()));
    rowaspnet_MembershipRow.ItemArray = new object[] {
                   parentaspnet_ApplicationsRowByFK__aspnet_Me__Appli__0EA330E9[2],
                   parentaspnet_UsersRowByFK__aspnet_Me__UserI__0F975522[1],
                   Password,
                   PasswordFormat,
                   PasswordSalt,
                   MobilePIN,
                   Email,
                   LoweredEmail,
                   PasswordQuestion,
                   PasswordAnswer,
                   IsApproved,
                   IsLockedOut,
                   CreateDate,
                   LastLoginDate,
                   LastPasswordChangedDate,
                   LastLockoutDate,
                   FailedPasswordAttemptCount,
                   FailedPasswordAttemptWindowStart,
                   FailedPasswordAnswerAttemptCount,
                   FailedPasswordAnswerAttemptWindowStart,
                   Comment};
    this.Rows.Add(rowaspnet_MembershipRow);
    return rowaspnet_MembershipRow;
 }
 public aspnet_MembershipRow Addaspnet_MembershipRow(
             aspnet_ApplicationsRow parentaspnet_ApplicationsRowByFK__aspnet_Me__Appli__12961F63, 
             aspnet_UsersRow parentaspnet_UsersRowByFK__aspnet_Me__UserI__138A439C, 
             string Password, 
             int PasswordFormat, 
             string PasswordSalt, 
             string MobilePIN, 
             string Email, 
             string LoweredEmail, 
             string PasswordQuestion, 
             string PasswordAnswer, 
             bool IsApproved, 
             bool IsLockedOut, 
             System.DateTime CreateDate, 
             System.DateTime LastLoginDate, 
             System.DateTime LastPasswordChangedDate, 
             System.DateTime LastLockoutDate, 
             int FailedPasswordAttemptCount, 
             System.DateTime FailedPasswordAttemptWindowStart, 
             int FailedPasswordAnswerAttemptCount, 
             System.DateTime FailedPasswordAnswerAttemptWindowStart, 
             string Comment) {
     aspnet_MembershipRow rowaspnet_MembershipRow = ((aspnet_MembershipRow)(this.NewRow()));
     object[] columnValuesArray = new object[] {
             null,
             null,
             Password,
             PasswordFormat,
             PasswordSalt,
             MobilePIN,
             Email,
             LoweredEmail,
             PasswordQuestion,
             PasswordAnswer,
             IsApproved,
             IsLockedOut,
             CreateDate,
             LastLoginDate,
             LastPasswordChangedDate,
             LastLockoutDate,
             FailedPasswordAttemptCount,
             FailedPasswordAttemptWindowStart,
             FailedPasswordAnswerAttemptCount,
             FailedPasswordAnswerAttemptWindowStart,
             Comment};
     if ((parentaspnet_ApplicationsRowByFK__aspnet_Me__Appli__12961F63 != null)) {
         columnValuesArray[0] = parentaspnet_ApplicationsRowByFK__aspnet_Me__Appli__12961F63[2];
     }
     if ((parentaspnet_UsersRowByFK__aspnet_Me__UserI__138A439C != null)) {
         columnValuesArray[1] = parentaspnet_UsersRowByFK__aspnet_Me__UserI__138A439C[1];
     }
     rowaspnet_MembershipRow.ItemArray = columnValuesArray;
     this.Rows.Add(rowaspnet_MembershipRow);
     return rowaspnet_MembershipRow;
 }